45fccb2e38
+ bool Manager::setBookIndex(const string id, const string path)
2014-08-30 10:37:52 -06:00
baf8e37b4f
Speedup mimetype detection in kiwix-serve
2014-08-29 19:10:01 -06:00
f585bed1cb
FIXED: kiwix-serve crash if unattended search "start" & "end" values
2014-08-28 13:36:58 -06:00
518ce6635d
+ fix a few problem with the autocompletebox on kiwix-serve
2014-08-27 21:08:14 -06:00
1cc94e1b95
+ simplifaction of the code = cleaning
2014-08-27 17:13:29 -06:00
a353513c9c
NEW: Improve file size display in kiwix-serve
2014-08-27 13:22:34 -06:00
86ef9800cc
+ new smaller version
2014-07-28 13:38:54 +02:00
beae77db89
Avoid kiwix-serve taskbar jquery dependencies to conflict with potential other version (in the ZIM file)
2014-07-20 22:06:52 +02:00
d6d7274b0f
+ Fix code in ZIM reader class breaking DOM integrity
2014-07-19 19:29:51 +02:00
17724fe70b
+ fix Doctype HTML line (was breaking Opera output)
2014-07-09 21:11:34 +02:00
5a695963d5
Port networkTools.cpp to Mac OS X.
...
On Mac OS X the ioctl(SIOCGIFCONF) call will return all IPv4, IPv6
and MAC addresses, so we have to filter only the ones that have
sa_family equal to AF_INET.
I also added the common interface names for Mac OS X (en0 and en1),
to the getBestPublicIp() function. I refactored a bit the code so
that addition and reordering are easier.
Bugs: https://sourceforge.net/p/kiwix/bugs/658/
2014-06-17 17:46:54 +02:00
1b192c2557
Added 10.0.0.0 private network scheme
2014-05-31 13:53:46 +00:00
a37fd98585
Updated resourceTools.h to reflect moved toolbar css file (not sure if necessary)
2014-05-25 18:10:44 -04:00
b341b9654d
Added a random article button for server mode
2014-05-25 12:25:13 -04:00
0411b0988c
+ update license header
2014-05-22 19:08:10 +02:00
e885cc342a
+ Avoid buffer overflow on linux
2014-05-22 19:05:42 +02:00
f69edcf9c0
+ fix fileExists() for Windows
2014-05-19 23:55:56 +02:00
b3c352f71a
+ use _strdup on Windows
2014-05-16 15:06:06 +02:00
1faca99274
Merge branch 'master' of ssh://git.code.sf.net/p/kiwix/kiwix
2014-05-16 14:40:36 +02:00
2c530906c5
+ XR29 port for Windows
2014-05-16 14:39:50 +02:00
38108f064e
moved loadICUExternalTables code to stringTools so it can be used by kiwix-serve
2014-05-16 01:19:27 +00:00
c3ae9d06b1
+ Windows fix
2014-05-14 18:43:49 +02:00
1209e27e8c
+ Fix path computation functions for Windows
2014-05-14 18:33:11 +02:00
9b32647fa4
Added ICU external dat table support for components (req. check for binaries)
2014-05-08 20:22:23 +00:00
8c574270cf
merged with master on zimAccessor/VMStringLoader/configure.ac
2014-05-06 08:40:19 +00:00
587b76bf6d
+ Fix deal with relative urls
2014-05-07 17:33:38 +02:00
005b75f7ab
+ Introduction of base url in kiwix-serve (to handle relative urls in ZIM files)
2014-05-07 16:08:43 +02:00
f1dc03d5aa
removed duplicate type declaration on OSX (needed by c++11)
2014-05-06 08:09:25 +00:00
4e05d0dea6
Change CTPP2 #include paths (add 'ctpp2/')
2014-05-05 14:14:11 +02:00
26b2e504f3
fixed includes for CTPP2
2014-05-04 20:11:48 +00:00
8573f9eda0
make kiwix::urlDecode() available for Android
2014-05-04 14:41:48 +02:00
9a5e6d70d6
+ Change license header
2014-05-03 18:00:54 +02:00
1c2a03e287
+ getContentByEncodedUrl() and getContentByDecodedUrl()
2014-04-29 17:42:46 +02:00
8397c81e6f
* merge unescapeurl() with the kiwix:urlDecode()
...
* create getContentByDecodedUrl() and getContentByEncodedUrl()
2014-04-29 17:41:52 +02:00
5e974f67c6
+ merge Reader::unescapeUrl() and Kiwix::urlDecode()
2014-04-29 17:40:12 +02:00
3265de1579
+ Use now kiwix::sleep(0
2014-04-02 17:04:19 +02:00
69684009e3
+ Add necessary header includes
2014-04-02 17:03:53 +02:00
aeaede3834
+ add kiwix::sleep() method
2014-04-02 16:55:35 +02:00
ae390de24b
+ Stub class to store custom generic varia functions
2014-04-02 16:43:56 +02:00
71082cf581
+ Add indexer destructor (to avoid compilation warning with "non-virtual destructor")
2014-04-02 16:38:15 +02:00
84b8a86c3e
Try to fix some problem with unicode path loading on windows
2014-01-06 03:27:03 +01:00
fc6254090a
+ remove clucene source files
2013-12-16 15:22:21 +01:00
840442fccd
+ remove debug messages
2013-12-16 13:33:29 +01:00
6ed0acfde4
Merge branch 'master' into extern_zimlib
2013-12-09 12:07:38 +00:00
fd9c9ac17e
catching up with master
2013-12-09 12:02:58 +00:00
fcf84811c6
Fixed extern compile (static) on linux and removed Clucene dependency
2013-12-09 10:51:06 +00:00
bf4381d4f4
Remove usage of UnicodeString.tempSubString() which is only available in recent versions of ICU
2013-11-24 13:22:05 +01:00
8bb7c040b1
Fixed CTPP2 loader to use resource instead of file
2013-11-14 18:50:26 +00:00
2a8d7fde56
Fixed CTPP2 not working
...
* Fixed templates
* Changed behavior of getHtml() to use higher level VM API
2013-11-13 19:58:56 +00:00
ad20fde08f
+ android integrates now libicu
2013-11-12 02:03:34 +01:00