quick_search/crates/quicksearch-core/src
Jeremy Karst 488038c080
Some checks failed
CI / linux (push) Successful in 14m54s
CI / windows-cross (push) Failing after 6m11s
CI / release (push) Has been skipped
Improved keybind functionality, help menu, index prune speed.
2026-09-05 01:55:59 -04:00
..
config Improved keybind functionality, help menu, index prune speed. 2026-09-05 01:55:59 -04:00
coordinator Increase search db connection's timeout to 30m. Remove the indexer's duplicate-visit set, ensuring we index correctly without it. 2026-08-23 20:01:16 -04:00
db Improved keybind functionality, help menu, index prune speed. 2026-09-05 01:55:59 -04:00
extract Improvements to encrypted DB performance via 8 KiB pages and turning SQLCipher HMAC off. Advanced-settings toggle that hides technical detail. 2026-08-25 01:04:36 -04:00
file_handling Improved keybind functionality, help menu, index prune speed. 2026-09-05 01:55:59 -04:00
indexing Added system-wide shortcut to launch app and search even while not running on both Windows and Linux. 2026-09-04 21:49:51 -04:00
query Increase search db connection's timeout to 30m. Remove the indexer's duplicate-visit set, ensuring we index correctly without it. 2026-08-23 20:01:16 -04:00
search Added system-wide shortcut to launch app and search even while not running on both Windows and Linux. 2026-09-04 21:49:51 -04:00
walk Increase search db connection's timeout to 30m. Remove the indexer's duplicate-visit set, ensuring we index correctly without it. 2026-08-23 20:01:16 -04:00
cli.rs Improved the tutorial, made duplicate finding much faster, cleaned up a lot of excessive comments. 2026-08-23 00:33:53 -04:00
content.rs Added system-wide shortcut to launch app and search even while not running on both Windows and Linux. 2026-09-04 21:49:51 -04:00
coordinator.rs Increase search db connection's timeout to 30m. Remove the indexer's duplicate-visit set, ensuring we index correctly without it. 2026-08-23 20:01:16 -04:00
incremental.rs Improvements to encrypted DB performance via 8 KiB pages and turning SQLCipher HMAC off. Advanced-settings toggle that hides technical detail. 2026-08-25 01:04:36 -04:00
lib.rs Release v1.1: live results, duplicate verification, and a Settings tab. 2026-08-17 19:26:18 -04:00
live.rs Improvements to encrypted DB performance via 8 KiB pages and turning SQLCipher HMAC off. Advanced-settings toggle that hides technical detail. 2026-08-25 01:04:36 -04:00
live_tests.rs Improved the tutorial, made duplicate finding much faster, cleaned up a lot of excessive comments. 2026-08-23 00:33:53 -04:00
log.rs Improved the tutorial, made duplicate finding much faster, cleaned up a lot of excessive comments. 2026-08-23 00:33:53 -04:00
mime.rs Improvements to encrypted DB performance via 8 KiB pages and turning SQLCipher HMAC off. Advanced-settings toggle that hides technical detail. 2026-08-25 01:04:36 -04:00
platform.rs Improvements to encrypted DB performance via 8 KiB pages and turning SQLCipher HMAC off. Advanced-settings toggle that hides technical detail. 2026-08-25 01:04:36 -04:00
platform_tests.rs Improved the tutorial, made duplicate finding much faster, cleaned up a lot of excessive comments. 2026-08-23 00:33:53 -04:00
scope.rs Improved keybind functionality, help menu, index prune speed. 2026-09-05 01:55:59 -04:00
scope_tests.rs Improved keybind functionality, help menu, index prune speed. 2026-09-05 01:55:59 -04:00
security.rs Added system-wide shortcut to launch app and search even while not running on both Windows and Linux. 2026-09-04 21:49:51 -04:00
shutdown.rs Added GPL license, deb packaging script, complete GUI rewrite, added CLI mode, better default config options, config now lives in user folder, reduced syscalls by 5x. 2026-08-02 19:04:30 -04:00
snippet.rs Improved the tutorial, made duplicate finding much faster, cleaned up a lot of excessive comments. 2026-08-23 00:33:53 -04:00
testutil.rs Improved keybind functionality, help menu, index prune speed. 2026-09-05 01:55:59 -04:00
textenc.rs Improvements to encrypted DB performance via 8 KiB pages and turning SQLCipher HMAC off. Advanced-settings toggle that hides technical detail. 2026-08-25 01:04:36 -04:00
verify.rs Added system-wide shortcut to launch app and search even while not running on both Windows and Linux. 2026-09-04 21:49:51 -04:00
verify_tests.rs Improved the tutorial, made duplicate finding much faster, cleaned up a lot of excessive comments. 2026-08-23 00:33:53 -04:00
walk.rs Improvements to encrypted DB performance via 8 KiB pages and turning SQLCipher HMAC off. Advanced-settings toggle that hides technical detail. 2026-08-25 01:04:36 -04:00
watcher.rs Improved the tutorial, made duplicate finding much faster, cleaned up a lot of excessive comments. 2026-08-23 00:33:53 -04:00
watcher_tests.rs Improved the tutorial, made duplicate finding much faster, cleaned up a lot of excessive comments. 2026-08-23 00:33:53 -04:00