3
0
Fork 0
Commit Graph

832 Commits (ffaecb53892e1e16f1043d0859f8a29c96425bab)
 

Author SHA1 Message Date
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
Matthieu Gautier c2ac40d4f5 Merge pull request #82 from kiwix/multi_thread
8 years ago
Matthieu Gautier 4534b51f5e Use printf instead of cout.
8 years ago
Matthieu Gautier 0364951f75 Make kiwix-server multi-threaded.
8 years ago
Matthieu Gautier a2627e81c4 Merge pull request #78 from kiwix/patch-1
8 years ago
Kunal Mehta cd72a2d73c Look for renamed kiwix-compile-resources script as well
8 years ago
Matthieu Gautier fa3f33d3c7 Use sudo to install pip dependencies in travis
8 years ago
Matthieu Gautier a210cb3a4b Merge pull request #68 from kiwix/css_taskbar
8 years ago
Matthieu Gautier 63cb47247b Serve the taskbar css as separated file.
8 years ago
Matthieu Gautier 3220ee1276 Move <link> tag in <head> tag.
8 years ago
Matthieu Gautier 4a1b9cbfa9 Merge pull request #67 from kiwix/no_globalsearch_on_zim
8 years ago
Matthieu Gautier f2b5904221 Do not do globalSearch if the zim file has no full text index.
8 years ago
Matthieu Gautier f44722fbbc Merge pull request #64 from kiwix/fix_protocol
8 years ago
Matthieu Gautier 0cfcc59437 Update to new kiwix-lib API about Searcher instantiation.
8 years ago
Matthieu Gautier 7776eafbfc Correctly set ProtocolPrefix and SearchProtocolPrefix for searcher.
8 years ago
Matthieu Gautier 5989146931 Merge pull request #49 from kiwix/globalSearch
8 years ago
Matthieu Gautier ea088b21a4 Introduce a global taskbar on the welcomeHTML page to allow global search.
8 years ago
Matthieu Gautier 558a0375b0 Use a globalSearcher to do multi search on all zims.
8 years ago
Matthieu Gautier 5f0a05e8d8 Add a global_taskbar.html.part file to be use as taskbar in library home.
8 years ago
Matthieu Gautier 4b9dc39c49 Use only one lock to acces zim library.
8 years ago