libkiwix/src
Matthieu Gautier 1787e30440 Better launch of the aria2 process.
By setting the ApplicationName to NULL, CreateProcessW will
search for the application in the path.
2018-10-31 13:56:42 +01:00
..
android base64_encode takes a string instead of a char* 2018-10-24 10:47:12 +02:00
common Add a method converta2toa3 to convert language code alpha2 to alpha3. 2018-10-26 14:18:06 +02:00
ctpp2 Switch build system to mesonbuild. 2016-12-22 12:01:20 +01:00
xapian Try to compile kiwix-lib without warning. 2018-04-18 16:57:27 +02:00
aria2.cpp Use correct name for aria2c on windows. 2018-10-30 18:43:30 +01:00
aria2.h Include pthread 2018-10-29 14:30:35 +01:00
book.cpp Correctly store the size of the book in the library. 2018-10-26 14:18:40 +02:00
config.h.in Make the downloader use the aria2c wrapper instead of the aria2 library. 2018-09-06 18:30:34 +02:00
downloader.cpp Fix for Android 2018-10-24 10:48:53 +02:00
entry.cpp Introduce better API to manipulate entries in a zim file. 2018-04-19 18:04:07 +02:00
library.cpp Remove unecessary variable or output. 2018-10-26 14:19:10 +02:00
manager.cpp Do not always download the favicon of a book. Download as needed. 2018-10-24 11:56:05 +02:00
meson.build Move the `Book` class in its own source file. 2018-10-24 10:47:12 +02:00
opds_dumper.cpp An opds feed can also be the openSearch result. 2018-10-24 11:51:38 +02:00
reader.cpp Follow redirects in favicons 2018-07-27 10:11:24 +02:00
searcher.cpp Remove unused static resources. 2018-05-15 11:30:30 +02:00
subprocess.cpp Add backend to launch subprocess. 2018-08-29 15:28:52 +02:00
subprocess.h Add backend to launch subprocess. 2018-08-29 15:28:52 +02:00
subprocess_unix.cpp Remove unecessary variable or output. 2018-10-26 14:19:10 +02:00
subprocess_unix.h Add backend to launch subprocess. 2018-08-29 15:28:52 +02:00
subprocess_windows.cpp Better launch of the aria2 process. 2018-10-31 13:56:42 +01:00
subprocess_windows.h Include windows.h before synchapi.h 2018-10-29 12:20:00 +01:00
xapianSearcher.cpp Include unistd.h only on unix platform. 2018-08-03 19:22:39 +02:00
xmlrpc.h Add few helper methods to xmlrpc objects. 2018-10-24 10:47:12 +02:00