spacex / src

Commit History

:sparkles: feat(config): config option to timeout idle connections within the reqwest pool (#551)
b1df4f1
unverified

Kekma commited on

✨ Ranking of aggregated search results based on relevancy of the search result to the user's search query (#549)
bb50e8b
unverified

Spencer neon_arch commited on

✨ feat(config): config option to keep `tcp` connection alive for a certain period for subsequent requests (#548)
c584a7d
unverified

Kekma neon_arch alamin655 commited on

✨ feat: config option to timeout requests for fetching search results from the upstream search engines (#545)
2149e32
unverified

Kekma commited on

:zap: perf: several optimizations for improving the performance of the engine (#540)
991f3f5
unverified

neon_arch Spencerjibz commited on

πŸ’„ chore(simple): modernize the appearance of about page & make it responsive. (#530)
11d23fd
unverified

aocosmic neon_arch mergify[bot] alamin655 codefactor-io alamin655 commited on

:sparkles: config option to configure the https adaptive window size for requests (#529)
41ab8a2
unverified

ddotthomas neon_arch commited on

feat: add new helper function to fetch upstream search engine JSON response (#504)
669e365
unverified

Jann Marc Villablanca neon_arch commited on

πŸ› parsed_cet not found in scope error when building the app with the no-cache feature #498 (#502)
851ea31
unverified

abdulahad5112 alamin655 commited on

πŸ› Undeclared mini-mocha crate error when building the app with features other than memory-cache #493 (#501)
fbf7363
unverified

abdulahad5112 commited on

add support for caching N number of key-values pairs instead of only 3
51214dc

Spencerjibz commited on

cache the next, current and previous results in a separate task
6b9469e

Spencerjibz commited on

changed cache_results method to support multiple values
f5cf5f9

Spencerjibz commited on

use redis pipeline to set multiple values at once
c762f9c

Spencerjibz commited on

Change get_safe_search_level logic back
31c9c67

ddotthomas commited on

change: renamed get_safesearch_level variables
ca96a76

ddotthomas commited on

Merge branch 'rolling' into FIX/463_results_from_different_search_engines_get_cached_as_the_same_key
326131a
unverified

alamin655 commited on

✨ Compression and encryption for the cached search results (#443)
efa8efc
unverified

Evan Yang Spencer Najib alamin655 mergify[bot] neon_arch Spencerjibz spencer commited on

refactor: changed Cookie to use Cow to facilitate using references when building
80e950d

ddotthomas commited on

Merge branch 'rolling' into FIX/463_results_from_different_search_engines_get_cached_as_the_same_key
a47e285
unverified

neon_arch commited on

change: revert Cookie Strings back to &str
d912bff

ddotthomas commited on

fix: safe search url parameter ignored
6e9250c

ddotthomas commited on

refactor: moved settings parsing out of results
7d762b3

ddotthomas commited on

πŸ’„ style: replace the search button with a magnifying glass (#483)
33846ce
unverified

Π›Π΅ΠΎΠ½Ρ‚ΠΈΠΉ Вартанян neon_arch commited on

modify: changed cache_key format data
dde117e

ddotthomas commited on

Moved parsing of cookie_value, config to cache_key
86b0d3d

ddotthomas commited on

Merge branch 'rolling' into FIX/463_results_from_different_search_engines_get_cached_as_the_same_key
36e2ac9
unverified

neon_arch commited on

fix: add comma separator and format macro
db1115f

ddotthomas commited on

✨ `Bing` for the search engine (#473) (#473)
50aa52c
unverified

Jann Marc Villablanca neon-mmd commited on

:recycle: refactor: standardize the `content-type` header by using an enum value over typing it manually (#474)
5020f36
unverified

Π›Π΅ΠΎΠ½Ρ‚ΠΈΠΉ Вартанян neon_arch commited on

:zap: perf: Compression for the page responses of the search engine (#472)
5b48644
unverified

Siddharth Tiwari commited on

fix: changed dereferencing
4f4cb22

ddotthomas commited on

fix: added a config parse backup
286bcf1

ddotthomas commited on

fix: modify cache key with engines used for search
bfeb812

ddotthomas commited on

Merge branch 'rolling' into FIX/468_pagination-for-the-upstream-search-engines-not-working
61393ba
unverified

neon_arch commited on

πŸš‘οΈ fix(engine): fix the pagination code for `startpage` engine (#468)
7d42c84

neon_arch commited on

πŸš‘οΈ fix(engine): fix the pagination code for `searx` engine (#468)
72da323

neon_arch commited on

πŸš‘οΈ fix(engine): fix the pagination code for `librex` engine (#468)
2bdddaf

neon_arch commited on

πŸš‘οΈ fix(engine): fix the pagination code for `duckduckgo` engine (#468)
0dd25aa

neon_arch commited on

Merge branch 'rolling' into CHORE/461_display-the-user-provided-settings-from-the-config-or-the-ui-in-the-settings-page
7f84c63
unverified

alamin655 commited on

♻️ refactor: start tracking page numbers from 0 instead of 1 in the backend (#467)
d073aa2
unverified

ddotthomas neon_arch commited on

✨ feat(engine): `mojeek` for the search engine (#464)
9f23a1c
unverified

Jann Marc Villablanca mergify[bot] commited on

🚨 chore: make cargo format checks happy (#461)
d894370

neon_arch commited on

Merge branch 'rolling' into CHORE/461_display-the-user-provided-settings-from-the-config-or-the-ui-in-the-settings-page
93afb6b
unverified

neon_arch commited on

🚨 chore: make clippy checks happy (#461)
4013857

neon_arch commited on

🚸 chore: pass the `safe_search_level` & `upstream_search_engines` as a hashmap in the `settings` view function (#461)
26aa345

neon_arch commited on

🚸 chore: add code to display saved settings from the config on the settings page (#461)
b7a23f1

neon_arch commited on

πŸ› fix: explicit `content-type` header for the search page response (#458)
9f5213c
unverified

maokwen commited on

πŸ› fix: explicit Content-Type header for HTTP response (#457)
4335749
unverified

maokwen commited on

Merge branch 'rolling' into CHORE/432_duckduckgo-engine-code-according-to-the-new-html-changes
22d0ff7
unverified

alamin655 commited on