index
:
omnisearch
indev
master
A modern lightweight metasearch engine with a clean design written in C.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Commit message (
Collapse
)
Author
Age
Files
Lines
*
feat: add HTTP status to warning message
HEAD
master
frosty
3 days
1
-4
/
+12
|
*
fix: improve memory handling in search cleanup paths
frosty
2026-08-15
2
-21
/
+67
|
*
feat: add default search engine option
frosty
2026-08-12
5
-6
/
+72
|
*
fix: improvements allocation safety and string processing
frosty
2026-08-12
5
-166
/
+87
|
*
refactor: add capacity-aware template string matrices
frosty
2026-08-08
4
-112
/
+210
|
*
refactor: centralise matrix ownership and request cleanup
frosty
2026-08-08
4
-294
/
+171
|
*
feat: add yacy support
frosty
2026-08-03
7
-25
/
+166
|
*
fix: some attempts to resolve some issues with images
frosty
2026-06-02
2
-104
/
+95
|
*
feat(wip): load themes dynamically from static/themes/*.css
frosty
2026-05-10
6
-31
/
+147
|
*
feat: remove domain field from config and derive domain from headers
frosty
2026-05-04
2
-10
/
+29
|
*
feat: added colour code preview infobox
frosty
2026-04-14
3
-0
/
+181
|
*
Handle empty image proxy responses
Else
2026-04-10
1
-0
/
+14
|
*
feat: setting default locale for instance
frosty
2026-04-06
9
-5
/
+24
|
*
feat: made version on homepage link to repo
frosty
2026-04-03
2
-0
/
+5
|
*
feat: added version to homepage
frosty
2026-04-03
2
-0
/
+5
|
*
fix: replaced en_uk with en_gb as default locale
frosty
2026-04-03
4
-4
/
+4
|
*
fix: prevent SIGSEGV on NULL extract in infobox handler
frosty
2026-04-02
1
-1
/
+1
|
*
optimise: improve duplicate URL detection
frosty
2026-04-02
1
-27
/
+85
|
*
fix: improved speed in ImagesProxy.c
frosty
2026-04-02
1
-7
/
+108
|
*
fix: startpage captcha detection
violet
2026-04-02
1
-1
/
+2
|
*
design: changed appearance of arrows on pagination
frosty
2026-04-02
1
-2
/
+2
|
*
fix: fixed unused 'locale' parameter on pagination
frosty
2026-04-02
4
-4
/
+4
|
*
feat: configure search engines in user settings
frosty
2026-04-01
5
-4
/
+233
|
*
refactor: internationalise pagination and clean up related code
frosty
2026-04-01
4
-112
/
+176
|
*
feat: add more locale keys
frosty
2026-04-01
2
-18
/
+34
|
*
feat: begin working on localisation
frosty
2026-04-01
8
-1
/
+62
|
*
fix: make check for X-Forwarded-For case insensitive in RateLimit.c
frosty
2026-03-31
1
-1
/
+18
|
*
Added rate limiting and settings fixes.
stab
2026-03-31
7
-1
/
+346
|
*
feat: begin adding settings menu, move theme to settings
frosty
2026-03-30
10
-2
/
+112
|
*
feat: changes to image proxy, proxy favicons
frosty
2026-03-28
6
-14
/
+210
|
*
feat: ignore query parameters in formatted URLs for readability
frosty
2026-03-24
1
-0
/
+6
|
*
removed search engine indicator from results
frosty
2026-03-24
1
-49
/
+2
|
*
fix: fixed favicons from merge conflict
frosty
2026-03-23
1
-5
/
+8
|
*
fix: fix leaks in add_link_to_collection on fail
frosty
2026-03-23
1
-4
/
+15
|
*
Add engine filters and result source labels
Else
2026-03-23
1
-29
/
+303
|
*
Added favicon to search results
stab
2026-03-23
2
-1
/
+29
|
*
feat: enabling/disabling specific engines
frosty
2026-03-21
6
-35
/
+146
|
*
fix: resolved issues with url encoding
frosty
2026-03-19
1
-0
/
+7
|
*
fix: added check for mojeek to response_looks_like_results_page
frosty
2026-03-19
1
-0
/
+5
|
*
feature: added "surprise me" button
frosty
2026-03-19
1
-0
/
+45
|
*
feature: added parser for mojeek
frosty
2026-03-18
1
-1
/
+79
|
*
Surface blocked search engine responses
Else
2026-03-18
3
-26
/
+251
|
*
Fixed cache pages when results = 0
Gustavo dos Santos
2026-03-18
1
-0
/
+4
|
*
Updated the page buttons
Gustavo dos Santos
2026-03-18
2
-6
/
+19
|
*
feature: moved domain for opensearch to config
frosty
2026-03-18
3
-2
/
+17
|
*
fix: refactored scraping components
frosty
2026-03-17
8
-692
/
+808
|
*
fix: general readability improvements
frosty
2026-03-17
10
-73
/
+161
|
*
fix: move file IO outside mutex in load_proxy_list
frosty
2026-03-15
1
-22
/
+19
|
*
fix: free existing allocations in extract_wiki_info to prevent memory leaks
frosty
2026-03-15
1
-0
/
+12
|
*
fix: null checks after some malloc allocations
frosty
2026-03-13
2
-0
/
+32
|
[next]