3
0
Fork 0
Commit Graph

787 Commits (0efbb2461d0975fe9819e945a5e9f9711402d3d7)
 

Author SHA1 Message Date
Matthieu Gautier 35b83144c6 Do not compress only if the content is small.
9 years ago
Matthieu Gautier 063e9ba80d Use compressBound function to reserve the right amount of space.
9 years ago
Matthieu Gautier e27ce444c6 Correctly check that compress gone well before using the result buffer.
9 years ago
Matthieu Gautier 3592cd84c6 Do not modify the compr buffer pointer.
9 years ago
Matthieu Gautier a27010c247 Correctly change the compression buffer we send.
9 years ago
Matthieu Gautier 0c01ec5bb5 Cleanup a bit kiwix-serve.cpp
9 years ago
Matthieu Gautier a3a0127edb Do not try to discover ctpp2 ourselves.
9 years ago
Matthieu Gautier ad7d30cc4f Do not link with iconv when cross-compilating to windows.
9 years ago
Emmanuel Engelhart 134f079c3c Improved README
9 years ago
Matthieu Gautier 4aba306d68 Add missing linking flag for uuid and rt.
9 years ago
Matthieu Gautier dc6c9d618f Correctly ask link flags to pkg-config.
9 years ago
Matthieu Gautier 0f6ca21188 Add static linkage argument in meson.build.
9 years ago
Matthieu Gautier db7e1e5c8f Do not try to link with ctpp2-st.
9 years ago
Matthieu Gautier e8dc6b0f45 Correctly compare version of meson
9 years ago
Matthieu Gautier 5fe4e9a4ab Delete the macosx directory.
9 years ago
Matthieu Gautier 83768b176c Use old find_library to found ctpp2 lib if meson version < 0.31.0.
9 years ago
Matthieu Gautier 2ca63541f2 On Windows, ctpp2 use the iconv libraries.
9 years ago
Matthieu Gautier 5cfbda1219 Force the template specialization for the min function.
9 years ago
Matthieu Gautier 9aa7e371f7 Fix header include for cross-compilation to Windows.
9 years ago
Matthieu Gautier 1d2a9879cc Merge pull request #9 from legoktm/zlib
9 years ago
Matthieu Gautier 25dc9b1d55 Remove kiwix-builder.py script as it as been move in kiwix-build repo.
9 years ago
Kunal Mehta 87cb692c6a meson: Add missing zlib dependency
9 years ago
Matthieu Gautier 384d113b6f Compile and install other tools than kiwix-serve.
9 years ago
Matthieu Gautier 9465b764fa Fix resources compilation.
9 years ago
Matthieu Gautier ea915b6410 Meson compile command (ninja) also need a proper environment.
9 years ago
Matthieu Gautier 9fdbb8b574 Let's meson found the compile_resource.py script.
9 years ago
Matthieu Gautier 2b12f2b830 Set the patch paths relative to the script, not the cwd.
9 years ago
Matthieu Gautier 9f36014449 Use the new script compile_resource from kiwix-lib to compile resources.
9 years ago
Matthieu Gautier 94058ce811 Add README and other files
9 years ago
Matthieu Gautier f580a06163 Meson version of kiwix-lib and kiwix-tools are on master now.
9 years ago
Matthieu Gautier b363dc387b Add installation of missing hpp when compiling/installing pugixml.
9 years ago
Matthieu Gautier 834f52a9ec Temporary change the git_remote for zimlib.
9 years ago
Matthieu Gautier 6007ca6eff Install in and use the correct libdir; and other compatibility fixes.
9 years ago
Matthieu Gautier ab70e1375e Add a script to build all projects and dependencies for kiwix-tools.
9 years ago
Matthieu Gautier 8871e6c2e3 first version of meson
9 years ago
mhutti1 d326603662 Merge branch 'master' of https://github.com/kiwix/kiwix
9 years ago
Kelson a53dea6d1e Merge pull request #340 from kiwix/perf_kiwix_serve
9 years ago
kelson42 37bef7cb63 Script to benchmark kiwix-serve
9 years ago
Matthieu Gautier dffff7ba57 Do not make unnecessary copy when serving binary content.
9 years ago
Matthieu Gautier d14460a666 Split accessHandlerCallback into several functions.
9 years ago
mhutti1 1a5f21f1b6 Merge branch 'master' of https://github.com/kiwix/kiwix
9 years ago
Kelson 8a08fb147e Merge pull request #339 from kiwix/handle_zim_without_index
9 years ago
Kelson defa768b25 Merge pull request #338 from kiwix/kiwix_server_no_arg
9 years ago
Matthieu Gautier 8a9673191e Do not loop infinitely if there is no argument passed to kiwix-serve.
9 years ago
kelson42 cd623ce358 Fix crash with ZIM files without FT indexes
9 years ago
kelson42 2458c22e09 Fix kiwix-mange problem with relative paths
9 years ago
Kelson 96f0fff54d Implement ZIM reader getTags() and getName()
9 years ago
Kelson 4b6ad3508a Merge pull request #275 from kiwix/several_zim_argument
9 years ago
Matthieu Gautier 44255453db Be able to run kiwix-serve with several zim as arguments.
9 years ago
Kelson 493c8cb95e Merge pull request #274 from kiwix/embedded_zim_support
9 years ago