3
0
Fork 0
Commit Graph

751 Commits (better_search_tool)
 

Author SHA1 Message Date
Matthieu Gautier ba0708d052 Use the kiwix::Reader instead of kiwix::Searcher to search suggestion.
8 years ago
Kelson 426796dc37
Merge pull request #135 from kiwix/search_suggestions
8 years ago
kelson42 712cdf5e7b Update usage() with --suggestion
8 years ago
Matthieu Gautier 74cc1d0708
Merge pull request #133 from kiwix/better_search_tool
8 years ago
Matthieu Gautier 3ce668af66 Add a suggestion option to search in suggestion.
8 years ago
Matthieu Gautier 2b69cc8ffc Pass verboseFlag to underlying kiwix::Searcher.
8 years ago
Matthieu Gautier 71ffaaa05a
Merge pull request #127 from kiwix/compilation_fixes
8 years ago
Matthieu Gautier f3fb5d61cc Use correct option to compile a static binary in travis.
8 years ago
Matthieu Gautier 05c63536de Force usage of meson 0.43.0.
8 years ago
Matthieu Gautier 16e12ad463 Stop workaround xapian-core.pc
8 years ago
Matthieu Gautier c91285fc29
Merge pull request #123 from kiwix/fix_crash
8 years ago
Matthieu Gautier 5c11ff1a30 Correctly cast to int in debug message.
8 years ago
Matthieu Gautier 9eaf512bf9 Correctly handle NULL string for request arguments.
8 years ago
Matthieu Gautier 9a29874f9f Better verbose message.
8 years ago
Matthieu Gautier aa9647e88c
Merge pull request #122 from kiwix/gcc5
8 years ago
Matthieu Gautier da0c697963 Compile using gcc-5 on native ubuntu.
8 years ago
Matthieu Gautier 77d25686cb
Merge pull request #115 from kiwix/better_search_handling
8 years ago
Matthieu Gautier 3df2fa708b Set the global humanReadableId.
8 years ago
Matthieu Gautier 9021f87715 Handle search with no content and empty query string.
8 years ago
Matthieu Gautier 04b05b7902
Merge pull request #111 from kiwix/better_request_parsing
8 years ago
Matthieu Gautier a8e73aab98 Move the request context out of kiwix-serve.cpp.
8 years ago
Matthieu Gautier 234a9d9719 Let the different handlers look for the reader/searcher.
8 years ago
Matthieu Gautier c93617473d Move some variable out of the request's context.
8 years ago
Matthieu Gautier 09e2039aff Rename variable request_context to request.
8 years ago
Matthieu Gautier 5c6a1870b9
Merge pull request #107 from kiwix/geo_loc
8 years ago
Matthieu Gautier 4fffaf41b6 Add a small (private) support for geo query.
8 years ago
Matthieu Gautier 05c734fc31
Merge pull request #104 from kiwix/library_relative_path
8 years ago
Matthieu Gautier fa9b027a39 Relative paths are relative to current directory not executable.
8 years ago
Matthieu Gautier 1fcc1ad9d4
Merge pull request #98 from kiwix/http_byte_range_fix
8 years ago
kelson42 5fd8dd3c36 Fix HTTP request byte range handling #91
8 years ago
Matthieu Gautier f03ed85972
Merge pull request #87 from swiftugandan/master
8 years ago
Philip Munaawa 52308b764d do not cache results for searches from the welcome page
8 years ago
Kelson 03bac00019
Merge pull request #99 from kiwix/dattaz-patch_issue_19_good
8 years ago
kelson42 905b83b3b1 Small beautification of the code
8 years ago
dattaz 894ed12f37 escape the & character of humanReadableBookId to not be interpreted in urls as a new argument
8 years ago
Kelson 573b826861
Merge pull request #62 from kiwix/julianharty-patch-1
8 years ago
Julian Harty 8051773124 Fixed a typo in an error message
8 years ago
Matthieu Gautier 69dd6cd869
Merge pull request #94 from kiwix/man_cleaning
8 years ago
kelson42 8d32bfd16e Remove kiwix-index and kiiwx-compact man pages
8 years ago
Matthieu Gautier b1d2a1378b Merge pull request #90 from kiwix/new_release
8 years ago
Matthieu Gautier df7d44128c Release of kiwix-tools 0.3.0.
8 years ago
Matthieu Gautier ee5333bb91 Merge pull request #86 from kiwix/swiftugandan_root
8 years ago
Philip Munaawa 871d8f4a51 disable caching for the welcome page
8 years ago
Philip Munaawa 9280d519f5 Adding support for relative url location
8 years ago
Matthieu Gautier 540fcd3be9 Merge pull request #84 from kiwix/byte_range
8 years ago
Matthieu Gautier ad7238b0c9 Stop refusing the first connection.
8 years ago
Matthieu Gautier b5c91417ff Better debug information of each request.
8 years ago
Matthieu Gautier b638df81fa Implement response to bytes range request.
8 years ago
Matthieu Gautier 58f0a716a6 Correctly return 404 if asked skin is not existing.
8 years ago
Matthieu Gautier a2324b5e8b Use a structure `RequestContext` to pass all the context of a request.
8 years ago