1. 23 Oct, 2019 1 commit
  2. 16 Oct, 2019 1 commit
  3. 02 Aug, 2019 1 commit
    • Alexandre Flament's avatar
      [enh] Add timeout limit per request (#1640) · 72029d27
      Alexandre Flament authored
      The new url parameter "timeout_limit" set timeout limit defined in second.
      Example "timeout_limit=1.5" means the timeout limit is 1.5 seconds.
      
      In addition, the query can start with <[number] to set the timeout limit.
      
      For number between 0 and 99, the unit is the second :
      Example: "<30 searx" means the timeout limit is 3 seconds
      
      For number above 100, the unit is the millisecond:
      Example: "<850 searx" means the timeout is 850 milliseconds.
      
      In addition, there is a new optional setting: outgoing.max_request_timeout.
      If not set, the user timeout can't go above searx configuration (as before: the max timeout of selected engine for a query).
      
      If the value is set, the user can set a timeout between 0 and max_request_timeout using
      <[number] or timeout_limit query parameter.
      
      Related to #1077
      Updated version of PR #1413 from @isj-privacore
      72029d27
  4. 28 Jul, 2019 1 commit
  5. 27 Jul, 2019 1 commit
  6. 17 Jul, 2019 2 commits
  7. 02 Jul, 2019 2 commits
  8. 17 May, 2019 1 commit
  9. 18 Jan, 2019 1 commit
  10. 07 Jan, 2019 1 commit
  11. 27 Mar, 2018 1 commit
    • Marc Abonce Seguin's avatar
      refactor engine's search language handling · 772c048d
      Marc Abonce Seguin authored
      Add match_language function in utils to match any user given
      language code with a list of engine's supported languages.
      
      Also add language_aliases dict on each engine to translate
      standard language codes into the custom codes used by the engine.
      772c048d
  12. 17 Mar, 2018 1 commit
  13. 19 Feb, 2018 1 commit
  14. 06 Dec, 2017 1 commit
  15. 05 Dec, 2017 1 commit
  16. 23 Nov, 2017 1 commit
  17. 15 Nov, 2017 1 commit
  18. 01 Nov, 2017 2 commits
  19. 26 Oct, 2017 1 commit
  20. 08 Sep, 2017 2 commits
  21. 20 Jul, 2017 1 commit
  22. 12 Jul, 2017 1 commit
  23. 10 Jul, 2017 1 commit
  24. 12 Jun, 2017 1 commit
  25. 22 May, 2017 1 commit
  26. 15 May, 2017 3 commits
  27. 23 Mar, 2017 1 commit
  28. 20 Jan, 2017 2 commits
  29. 16 Jan, 2017 1 commit
  30. 07 Jan, 2017 1 commit
  31. 02 Jan, 2017 1 commit
  32. 28 Dec, 2016 1 commit
  33. 27 Dec, 2016 1 commit