Commit graph

  • b59c90157b feat(icons): add a new icon for clear button on the search bar (#394) neon_arch 2024-09-29 21:40:45 +03:00
  • 99fe3da258
    Merge branch 'rolling' into proxy neon_arch 2024-09-15 21:54:41 +05:30
  • b7d0ef7252 (feat) : added the max idle pool per host option KekmaTime 2024-09-12 21:58:49 +05:30
  • 85a4ba1c9b
    Merge branch 'neon-mmd:rolling' into 532 Kekma 2024-09-12 21:02:04 +05:30
  • 89d367ff99
    add proxy feature m00nwtchr 2024-09-11 18:05:47 +02:00
  • 8323f49133
    Merge branch 'rolling' into qwant mergify[bot] 2024-09-10 16:03:40 +00:00
  • 33598f8085 [skip ci] updating app version to v1.17.23 #606 alamin655 2024-09-10 16:03:19 +00:00
  • 193b4e36db
    Merge pull request #604 from neon-mmd/PERF/603_several-optimizations-to-improve-search-engine-performance v1.17.23 alamin655 2024-09-10 21:32:52 +05:30
  • e582960402
    Merge branch 'rolling' into PERF/603_several-optimizations-to-improve-search-engine-performance #604 alamin655 2024-09-10 21:23:26 +05:30
  • afefd023e9
    engines/qwant: Parse url instead of using format Nikodem Rabuliński 2024-09-07 17:09:45 +02:00
  • 709425f60d
    Implement Qwant search engine Nikodem Rabuliński 2024-09-07 16:53:56 +02:00
  • fb0c2db08e
    Enable json feature of reqwest Nikodem Rabuliński 2024-09-07 16:53:11 +02:00
  • 1883093dc7 🚨 chore: make rust format checks happy (#603) neon_arch 2024-09-06 18:16:02 +05:30
  • 9984ba0d12
    🐛 fix: update nix flake lock (#602) v1.17.22 Jann Marc Villablanca 2024-09-06 13:08:41 +08:00
  • 98e817c0a8 🔖 chore(release): bump the app version (#603) neon_arch 2024-09-05 22:18:08 +05:30
  • 28231d99b8 perf: move the random delay code in the search function (#603) neon_arch 2024-09-05 22:14:15 +05:30
  • 4afc07f1d5 perf: reduce the usage of clones (#603) neon_arch 2024-09-05 22:12:34 +05:30
  • f2d2068bcf perf: replace String & vectors with Cow data types (#603) neon_arch 2024-09-05 22:10:02 +05:30
  • b1bcf41061 perf: replace Vec<T> with Box<[T]> & refactor calculate_tfidf function (#603) neon_arch 2024-09-05 22:07:10 +05:30
  • 39af9096ef perf: replace Vec<T> with Box<T> & initialize vectors with capacity by default (#603) neon_arch 2024-09-05 22:03:23 +05:30
  • 4bb6c5e90b perf: initialize vectors with capacity by default & use Arc<T> to partially clone memory cache struct (#603) neon_arch 2024-09-05 21:57:18 +05:30
  • 494ff27b49 ♻️ build(deps): refactor cargo dependencies for the app (#603) - remove smallvec crate. - add bincode crate, - replace mini-moka with moka crate. - enable rayon feature on the keyword_extraction & tcp_nodelay on the redis crates by default. neon_arch 2024-09-05 21:46:00 +05:30
  • 9a645f5d96
    Merge branch 'rolling' into FIX/580_nix-build-fails #602 mergify[bot] 2024-09-04 23:27:10 +00:00
  • 193f592dcf 🐛 fix: update nix flake lock jfvillablanca 2024-09-05 07:04:11 +08:00
  • 745197152b
    Merge branch 'rolling' into proxy neon_arch 2024-09-04 21:56:04 +05:30
  • c6b93403b8
    Merge branch 'rolling' into 532 mergify[bot] 2024-09-04 15:49:31 +00:00
  • f56d45776e [skip ci] updating app version to v1.17.21 #601 alamin655 2024-09-04 15:49:15 +00:00
  • 948d20d8fb
    Merge pull request #599 from neon-mmd/FIX/592_redis-does-not-invalidate-cached-results v1.17.21 alamin655 2024-09-04 21:18:54 +05:30
  • 4315221385
    Merge branch 'rolling' into FIX/592_redis-does-not-invalidate-cached-results #599 alamin655 2024-09-04 21:14:22 +05:30
  • 3a1ff0f307
    build(deps): bump quinn-proto from 0.11.6 to 0.11.8 (#600) v1.17.20 dependabot[bot] 2024-09-04 01:17:18 +00:00
  • 319d1ff9a3
    build(deps): bump quinn-proto from 0.11.6 to 0.11.8 #600 dependabot[bot] 2024-09-03 20:51:05 +00:00
  • 4d5e7bddda
    Merge branch 'rolling' into 532 neon_arch 2024-09-03 13:10:37 +05:30
  • b22d60f166 🔖 chore(release): bump the app version (#592) neon_arch 2024-09-02 21:40:49 +05:30
  • acee5d892d 🐛 fix: replace deprecated set_ex command with set_options in cache_json function (#592) neon_arch 2024-09-02 21:17:31 +05:30
  • 9a5f1c5f44 🐛 fix: reimplement caching code within the search function (#592) - reduce resource usage & - only cache search results which has not been cached before. neon_arch 2024-09-02 21:10:54 +05:30
  • ebee1f4a6c build(deps): add itertools crate (#592) neon_arch 2024-09-02 20:57:50 +05:30
  • 19ede7202c [skip ci] updating app version to v1.17.19 #598 alamin655 2024-09-02 13:06:45 +00:00
  • 4847a6eed2
    Merge pull request #567 from neon-mmd/FEAT/566_initial-support-for-low-powered-devices-with-other-architectures v1.17.19 alamin655 2024-09-02 18:36:23 +05:30
  • 951060dc45
    Merge branch 'rolling' into FEAT/566_initial-support-for-low-powered-devices-with-other-architectures #567 neon_arch 2024-09-02 18:00:20 +05:30
  • 2693cd18d2
    build(deps): bump scraper from 0.18.1 to 0.20.0 (#597) v1.17.18 dependabot[bot] 2024-09-02 07:51:28 +00:00
  • 16a9348c4e
    build(deps): bump scraper from 0.18.1 to 0.20.0 #597 dependabot[bot] 2024-09-02 05:14:32 +00:00
  • 838d1b6958
    build(deps): bump async-compression from 0.4.11 to 0.4.12 (#596) v1.17.17 dependabot[bot] 2024-09-02 05:13:22 +00:00
  • 4f9e303b11
    build(deps): bump async-compression from 0.4.11 to 0.4.12 #596 dependabot[bot] 2024-09-02 05:09:47 +00:00
  • c527897a4d
    build(deps): bump actix-web from 4.8.0 to 4.9.0 (#595) v1.17.16 dependabot[bot] 2024-09-02 05:08:37 +00:00
  • 4c765abe9f
    build(deps): bump actix-web from 4.8.0 to 4.9.0 #595 dependabot[bot] 2024-09-02 02:20:19 +00:00
  • 2141b88c35
    build(deps): bump blake3 from 1.5.1 to 1.5.4 (#594) v1.17.15 dependabot[bot] 2024-09-02 02:19:10 +00:00
  • 9c8325268f
    build(deps): bump blake3 from 1.5.1 to 1.5.4 #594 dependabot[bot] 2024-09-02 02:14:58 +00:00
  • b0c99f25e5
    build(deps): bump serde from 1.0.203 to 1.0.209 (#593) v1.17.14 dependabot[bot] 2024-09-02 02:13:42 +00:00
  • ca8cf1851e
    build(deps): bump serde from 1.0.203 to 1.0.209 #593 dependabot[bot] 2024-09-01 22:44:13 +00:00
  • d5c4206afe
    ⬆️ Bump actix-web from 4.6.0 to 4.8.0 (#582) v1.17.13 dependabot[bot] 2024-08-16 09:46:54 +00:00
  • c674e0498f
    Merge branch 'rolling' into dependabot/cargo/actix-web-4.8.0 #582 neon_arch 2024-08-16 15:12:48 +05:30
  • 4950106871
    ⬆️ Bump mlua from 0.9.8 to 0.9.9 (#583) v1.17.12 dependabot[bot] 2024-08-16 09:39:54 +00:00
  • 2e2428b841
    Merge branch 'rolling' into dependabot/cargo/mlua-0.9.9 #583 neon_arch 2024-08-16 15:05:38 +05:30
  • 0b48f671cb
    ⬆️ Bump mimalloc from 0.1.42 to 0.1.43 (#585) v1.17.11 dependabot[bot] 2024-08-16 08:22:03 +00:00
  • cb7d035ef6
    Merge branch 'rolling' into dependabot/cargo/mimalloc-0.1.43 #585 neon_arch 2024-08-16 13:48:03 +05:30
  • 16717bc27d
    ⬆️ Bump reqwest from 0.12.4 to 0.12.5 (#586) v1.17.10 dependabot[bot] 2024-08-16 08:17:12 +00:00
  • 137e7d12d3
    ⬆️ Bump reqwest from 0.12.4 to 0.12.5 #586 dependabot[bot] 2024-08-16 08:02:57 +00:00
  • f51d2e6881
    ⬆️ Bump openssl from 0.10.64 to 0.10.66 (#587) v1.17.9 dependabot[bot] 2024-08-16 08:00:09 +00:00
  • fb2443b7db
    ⬆️ Bump openssl from 0.10.64 to 0.10.66 #587 dependabot[bot] 2024-08-16 07:56:08 +00:00
  • ad5b754741
    ⬆️ Bump serde_json from 1.0.117 to 1.0.122 (#588) v1.17.8 dependabot[bot] 2024-08-16 07:54:54 +00:00
  • 7d470d3225
    ⬆️ Bump serde_json from 1.0.117 to 1.0.122 #588 dependabot[bot] 2024-08-01 22:24:37 +00:00
  • 834ab0718b
    ⬆️ Bump mimalloc from 0.1.42 to 0.1.43 dependabot[bot] 2024-07-01 22:22:50 +00:00
  • ee8c2f29d0
    ⬆️ Bump serde_json from 1.0.117 to 1.0.120 #584 dependabot[bot] 2024-07-01 22:22:40 +00:00
  • c912b7d1e8
    ⬆️ Bump mlua from 0.9.8 to 0.9.9 dependabot[bot] 2024-07-01 22:22:28 +00:00
  • d8345edae9
    ⬆️ Bump actix-web from 4.6.0 to 4.8.0 dependabot[bot] 2024-07-01 22:22:18 +00:00
  • d5524d7eae
    ⬆️ build(deps): bump reqwest from 0.11.25 to 0.12.4 (#575) v1.17.7 dependabot[bot] 2024-06-08 19:05:09 +00:00
  • 6efc5e591e 🚨 chore: make cargo clippy happy (#575) #575 neon_arch 2024-06-08 21:58:07 +03:00
  • 1ab161c7d0
    Merge branch 'rolling' into dependabot/cargo/reqwest-0.12.4 neon_arch 2024-06-08 21:56:09 +03:00
  • b7edf49c4e 🚨 chore: make cargo clippy happy (#575) neon_arch 2024-06-08 21:40:42 +03:00
  • 3c2533f69a
    build(deps): bump async-compression from 0.4.6 to 0.4.11 (#579) v1.17.6 dependabot[bot] 2024-06-08 18:28:42 +00:00
  • e245bebab3
    build(deps): bump async-compression from 0.4.6 to 0.4.11 #579 dependabot[bot] 2024-06-08 18:24:34 +00:00
  • 42f121f4d7
    build(deps): bump reqwest from 0.11.25 to 0.12.4 dependabot[bot] 2024-06-08 18:24:34 +00:00
  • 8225d34a9c
    build(deps): bump lightningcss from 1.0.0-alpha.55 to 1.0.0-alpha.57 (#578) v1.17.5 dependabot[bot] 2024-06-08 18:23:44 +00:00
  • 007c54e455
    build(deps): bump lightningcss from 1.0.0-alpha.55 to 1.0.0-alpha.57 #578 dependabot[bot] 2024-06-08 18:19:48 +00:00
  • d2954862ea
    build(deps): bump mlua from 0.9.6 to 0.9.8 (#577) v1.17.4 dependabot[bot] 2024-06-08 18:19:00 +00:00
  • 1fb793a36c
    build(deps): bump mlua from 0.9.6 to 0.9.8 #577 dependabot[bot] 2024-06-07 19:09:14 +00:00
  • f55abf934d
    build(deps): bump redis from 0.24.0 to 0.25.4 (#576) v1.17.3 dependabot[bot] 2024-06-07 19:08:26 +00:00
  • 7ff60ea221
    build(deps): bump redis from 0.24.0 to 0.25.4 #576 dependabot[bot] 2024-06-07 19:04:35 +00:00
  • 052d9fd167
    build(deps): bump rust from 1.77.2-alpine3.18 to 1.78.0-alpine3.18 (#574) v1.17.2 dependabot[bot] 2024-06-07 19:01:29 +00:00
  • 20fb92f698
    build(deps): bump rust from 1.77.2-alpine3.18 to 1.78.0-alpine3.18 #574 dependabot[bot] 2024-06-01 22:43:48 +00:00
  • ed661174ba
    Fix formatting m00nwtchr 2024-05-25 15:41:32 +02:00
  • f6cf1ce5f5
    Enable socks feature in reqwest m00nwtchr 2024-05-25 15:34:03 +02:00
  • 07e1f663df
    Add option to use a proxy for outgoing (search engine) requests. m00nwtchr 2024-05-25 15:30:08 +02:00
  • bf7e73f9ff
    📝 docs(readme): list three new features provided by the search engine (#570) v1.17.1 Alex Curtis-Slep 2024-05-15 16:47:17 -04:00
  • fd2a0f21af 📝 added three new lines to features in the readme #570 alexvcs 2024-05-15 10:06:37 -04:00
  • 2f4e4038b1
    Merge branch 'rolling' into FEAT/566_initial-support-for-low-powered-devices-with-other-architectures alamin655 2024-05-11 21:14:41 +05:30
  • 5d06cce220
    feat(config): option to keep the websurfx server connection alive for a certain period for subsequent requests (#568) v1.17.0 ddotthomas 2024-05-09 11:24:12 -06:00
  • a7e0906c0b 🔧 Added client connection keep alive option #568 ddotthomas 2024-05-08 22:14:28 -06:00
  • 33363a83ef
    Merge branch 'rolling' into FEAT/566_initial-support-for-low-powered-devices-with-other-architectures neon_arch 2024-05-06 20:35:17 +00:00
  • 6200c5d53c 🚨 chore: make clippy checks happy (#566) neon_arch 2024-05-06 23:19:25 +03:00
  • bbc49cbf42 🔖 chore(release): bump the app version (#566) neon_arch 2024-05-04 20:29:43 +03:00
  • 408858a91e
    :bandage: fix: temporary fix for minifying js files (#565) v1.16.9 v1.16.10 ddotthomas 2024-05-04 10:57:40 -06:00
  • 4993da4d89 feat: multiple profiles to support various devices with other architectures (#566) - Add 2 profiles with binary size reduction feature to allow devices with low storage to compile/build the app with smaller size. - Add 3 profiles to allow devices with low powered cpus or other architectures like arm to compile apps using less cpu usage. - Add 6 profiles with hybrid of both for both low powered cpu and low storage devices. neon_arch 2024-05-04 18:30:44 +03:00
  • ba1b68801e
    Merge branch 'rolling' into 532 neon_arch 2024-05-03 18:29:47 +00:00
  • d51440cd79 🐛 Temporary fix for minifying js files #565 ddotthomas 2024-05-03 11:17:34 -06:00
  • 2e50fa4edb
    build(deps): bump rust from 1.76.0-alpine3.18 to 1.77.2-alpine3.18 (#564) dependabot[bot] 2024-05-02 14:31:00 +00:00
  • 322516a6bf
    build(deps): bump rust from 1.76.0-alpine3.18 to 1.77.2-alpine3.18 #564 dependabot[bot] 2024-05-02 14:26:31 +00:00
  • 9058b68f78
    build(deps): bump lightningcss from 1.0.0-alpha.54 to 1.0.0-alpha.55 (#563) v1.16.8 dependabot[bot] 2024-05-02 14:25:11 +00:00
  • 093edef0fe
    build(deps): bump lightningcss from 1.0.0-alpha.54 to 1.0.0-alpha.55 #563 dependabot[bot] 2024-05-02 14:13:15 +00:00
  • c71f56051d
    Merge branch 'rolling' into 532 mergify[bot] 2024-05-02 14:12:28 +00:00