spacex / src

Commit History

✨ feat: add condition to filter results only when safe_search level is
d6463f0

neon_arch commited on

🧹 chore: add fixes to code & make rustfmt & clippy happy (#180)(#178)
a799af3

neon_arch commited on

⚙️ refactor: add code to initialize redis cache struct only once (#180)(#178)
4c298ce

neon_arch commited on

⚙️ refactor: add compress middleware to reduce memory usage (#180)(#178)
7b1f93b

neon_arch commited on

⚙️ refactor: add clone trait to `RedisCache` struct (#180)(#178)
1de52de

neon_arch commited on

⚙️ refactor: replace jemalloc with mimalloc (#178)(#180)
028463b

neon_arch commited on

🧹 chore: make cargo format happy (#180)(#178)
fceacdb

neon_arch commited on

⚙️ refactor: replace string type to &str type (#180)(#178)
fd6cb46

neon_arch commited on

⚙️ refactor: replace pass by value with pass by reference (#180)(#178)
b2c72bd

neon_arch commited on

⚙️ refactor: add several minor optimizations (#180)(#178)
13ce420

neon_arch commited on

⚙️ refactor: replace vecs with smallvecs for smaller data sizes & replace to_strings with to_owned (#180)(#178)
2885f23

neon_arch commited on

⚙️ refactor: remove deprecated intoreport functions & add minor optimizations (#180)(#178)
2a68081

neon_arch commited on

⚙️ refactor: add several optimizations to the engine code (#180)(#178)
f5f0488

neon_arch commited on

⚙️ refactor: replace oncecell with oncelock from std library (#180)(#178)
4ccd048

neon_arch commited on

⚙️ refactor: implement default trait for Style struct (#180)(#178)
7b33744

neon_arch commited on

⚙️ refactor: replace rlua with mlua code implementation (#180)(#178)
e4476aa

neon_arch commited on

⚙️ refactor: add error.rs module (#180)(#178)
5f1a439

neon_arch commited on

⚙️ refactor: add new pooling error type for pooling code (#180)(#178)
01d8c7a

neon_arch commited on

⚙️ refactor: implement async pooling for redis connections (#180)(#178)
db93c31

neon_arch commited on

⚙️ refactor: add dhat profiler configuration with feat flag (#180)(#178)
4afc0d1

neon_arch commited on

make format happy
c3a7c91

XFFXFF commited on

add a test to check if the regex wildcard .* matches any character
23ff24b

XFFXFF commited on

add a test for invalid regex
a2fc10c

XFFXFF commited on

add a test for non-existent file
4280545

XFFXFF commited on

add some comments to filter_with_lists and add a basic test
5c0397c

XFFXFF commited on

Merge branch 'rolling' into feat-error-box-for-engine-errors
2f1fa00
unverified

XFFXFF commited on

Merge branch 'rolling' into feat-error-box-for-engine-errors
575a7f9
unverified

XFFXFF commited on

✨ feat: optimise search results filtering code (#163)
44216e4

neon_arch commited on

🧹 chore: make rustfmt happy
9c71c9f

neon_arch commited on

✨ feat: rename functions (#163)
b170574

neon_arch commited on

✨ feat: move implementation of config file path to reduce duplication (#163)
09227d8

neon_arch commited on

✨ feat: rename public_paths to paths (#163)
fda6c3a

neon_arch commited on

✨ feat: add code to filter aggregated search results using lists (#163)
4f28711

neon_arch commited on

fix debug level not being set properly
87e230d

Milim commited on

fix dumb rustfmt version and bump dependency versions
21403d0

Milim commited on

Improve aggregation
5aca5c0

Milim commited on

Improve Aggregation function & config parser
15dfda6

Milim commited on

Use non-blocking sleep function
af3b1cb

Milim commited on

✨ feat: add images, error_box & new message when no results are provided (#185)
c4935f2

neon_arch commited on

Merge branch 'rolling' into improve-results-caching
272fdef
unverified

neon_arch commited on

🔧 chore: add code to cache the previous & next pages (#160)
a596c07

neon_arch commited on

Merge branch 'improve-logging-based-on-levels-and-opts' of github.com:neon-mmd/websurfx into improve-logging-based-on-levels-and-opts
ca13fb7

neon_arch commited on

🔧 chore: fix link in the logs & add logs for engine error (#170)
653d08c

neon_arch commited on

Merge branch 'rolling' into improve-logging-based-on-levels-and-opts
0d8c12e
unverified

neon_arch commited on

Merge branch 'rolling' into patch-csrf-security-with-cors
9d3a8e0
unverified

neon_arch commited on

🔧 chore: improve logging based on levels & config options (#173)
8b0f2f5

neon_arch commited on

🛠️ fix: add code to prevent csrf attacks using cors (#172)
bef8956

neon_arch commited on

✨ feat: fix doc tests
e02fafd

neon_arch commited on

✨ feat: add control check to avoid reinitializing logging & fix tests
4b4dc28

neon_arch commited on

✨ feat: remove space from the end of the line
11bcf9c

neon_arch commited on