0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Mar 27, 2023 — Mar 27, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
add epub3 fixed layout support More... over 10 years ago
Fix crash on missing container.xml More... over 11 years ago
Crash fix for epub_tit_get_curr_link More... almost 12 years ago
Added missing docs More... about 12 years ago
VS compile fix (by Stanislas) More... almost 13 years ago
accept -DLIB_SUFFIX=... to set the suffix for the library directory More... about 13 years ago
in OCF paths, the directory separator is always '/' More... about 13 years ago
do not try to _epub_err_set_oom() on a NULL epub struct More... over 13 years ago
SOVERSION should be 0 More... over 13 years ago
Fixed versioning More... over 13 years ago
Fixed Bug: 3034786 More... over 13 years ago
Some warning fixes More... over 13 years ago
Added some malloc error checking (should fix 2842974) More... almost 14 years ago
isolate the executable search done for `clit' and `zip' into a reusable function More... about 14 years ago
add a couple more of "out of memory" checks More... about 14 years ago
create the fileStat struct on stack instead of malloc'ing it on heap More... about 14 years ago
now use the proper way to set an "out of memory" error More... about 14 years ago
make the 'str' "pointer" const More... about 14 years ago
add a const string for the "out of memory" situation, with macro to set it More... about 14 years ago
extend epuberr to supprt handling "external" strings for errors More... about 14 years ago
properly initialise the ocf struct, and make sure it is freed if the archive opening fails More... about 14 years ago
set the project language to C, and enable (if GCC) some compiler warnings More... about 14 years ago
use only C comments in public .h files More... about 14 years ago
remove comma after last enum item in public .h files More... about 14 years ago
do strlen only once and store it in a var, also avoiding a signed/unsigned warning More... about 14 years ago
rename 'index' to 'pathsep_index' (to avoid conflict with strings.h) and declare it at the top More... about 14 years ago
_epub_print_debug: set (with GCC only) the printf-format attribute for it More... about 14 years ago
'name' can be const here More... about 14 years ago
_epub_print_debug: make the format parameter const, and remove the duplicated function definition More... about 14 years ago
make the 'error' membmer in 'epub' no more a pointer More... about 14 years ago