- 9fe80b2 If files grow when compressed, but are small enough, store them instead. by Thomas Klausner · 10 years ago
- ea8ba49 Implement I/O abstraction layer. Finally. by Thomas Klausner · 11 years ago
- cbb6e27 Check for Text::Diff in configure script. by Thomas Klausner · 11 years ago
- 0cf99e5 Bump version for a test release. by Thomas Klausner · 11 years ago
- de610c3 Use fts(3) where available. by Thomas Klausner · 11 years ago
- 9091840 Replace fts() with opendir() based code coming from ckmame. by Thomas Klausner · 11 years ago
- 58bcb91 Add -Wl,-R${libdir} to pkg-config file on BSD. by Thomas Klausner · 11 years ago
- a9b7b4b Bump version for zipcmp directory comparison feature. by Thomas Klausner · 11 years ago
- eb4dbac post-release bump to 0.11.2a by Thomas Klausner · 11 years ago
- 6f3dba6 Bump to 0.11.2. by Thomas Klausner · 11 years ago
- ce65223 Add -fvisibility=hidden to library compilation flags, if the compiler by Thomas Klausner · 12 years ago
- 2194be6 Add AC_SYS_LARGEFILE for large file support. From Michal Vyskocil. by Thomas Klausner · 12 years ago
- 0418623 Use LT_INIT instead of obsolete AM_PROG_LIBTOOL. From Michal Vyskocil. by Thomas Klausner · 12 years ago
- 085ce0d post-release bump by Thomas Klausner · 12 years ago
- d2aac94 bump version for release. by Dieter Baron · 12 years ago
- da3c0f4 bump version after release by Dieter Baron · 12 years ago
- 3f73fc1 0.11 by Thomas Klausner · 12 years ago
- f5d96cb Make this compile when run with "./configure CC=g++". by Thomas Klausner · 12 years ago
- 092b3bc Replace fileno with _fileno on Windows. by Thomas Klausner · 12 years ago
- 31bfa1e On Windows, use _foo instead of foo on more occasions. by Thomas Klausner · 12 years ago
- 6b6cd89 Consistently check for _stricmp by Thomas Klausner · 12 years ago
- 62e524c typedef needs to be terminated with ; by Dieter Baron · 13 years ago
- a238f28 Fix typo. by Thomas Klausner · 13 years ago
- f6c057d Windows fixes from Kohei Yoshida: by Dieter Baron · 13 years ago
- 871d31b Add checks for off_t size (unused for now). by Thomas Klausner · 13 years ago
- a205a4d More type cleanup, fix logic errors and slience false positives. by Dieter Baron · 13 years ago
- 23f6e9c Fix bug report address. by Dieter Baron · 13 years ago
- f8a7594 merge HEAD by Thomas Klausner · 13 years ago
- 39ac6ae Merge 0.10.1 into head. by Thomas Klausner · 13 years ago
- e8fd548 Changes for libzip-0.10.1: * Fixed CVE-2012-1162 * Fixed CVE-2012-1163 by Thomas Klausner · 13 years ago
- 59550ac Add test case for a real zip64 file. by Thomas Klausner · 13 years ago
- cee8b77 Post-release bump to 0.10a. by Thomas Klausner · 14 years ago
- 371ce61 Bump version to 0.10. by Thomas Klausner · 14 years ago
- 81e9433 Add getopt replacement function, for Windows. by Thomas Klausner · 14 years ago
- c4bc04c For consistency, also check for _stricmp in autoconf. by Thomas Klausner · 14 years ago
- 76b7322 Bump to 0.10rc1. by Thomas Klausner · 14 years ago
- fd44eda Improve Windows support. by Thomas Klausner · 15 years ago
- 2a008c1 merge post-0.9.3 changes (leak fix in zip_open) by Thomas Klausner · 15 years ago
- aacd579 Use libzip-discuss as default bug report address. by Thomas Klausner · 15 years ago
- c48bacd merge 0.9.3. by Thomas Klausner · 15 years ago
- 980ab33 Include m4/ directory in distribution; some packagers need it. -> 0.9.3 by Thomas Klausner · 15 years ago
- f2cd454 merge by Thomas Klausner · 15 years ago
- d2eaa7b Re-run libtoolize from libtool-2.2.6 and follow its suggestions. by Thomas Klausner · 15 years ago
- 953fc10 Bump to 0.9.2. by Thomas Klausner · 15 years ago
- c38108b Merge 0.9.1 branch. by Dieter Baron · 15 years ago
- d32623d Update version number and fill in release date. by Dieter Baron · 15 years ago
- 134af8b Update NEWS and bump version for beta snapshot. by Dieter Baron · 15 years ago
- 22cf40f Bump version for coming snapshot. by Dieter Baron · 16 years ago
- c65da84 Note that Cmake files need updating when version numbers change. by Thomas Klausner · 16 years ago
- c65abed First part of API cleanup: no off_t. by Dieter Baron · 17 years ago
- 270129f Bump version to 0.9. by Dieter Baron · 17 years ago
- 5b19abc Portability fixes for torrentzip time stamps. Makes it compile on OpenSolaris. by dillo@danbala.ifoer.tuwien.ac.at · 17 years ago
- 929910f Use MoveFileExA instead of MoveFileEx. by Dieter Baron · 17 years ago
- a574b24 Bump to 0.8d (snapshot for Gerson Kurz). by Dieter Baron · 17 years ago
- 1a49485 Fix typo, reported by Massimo Morara. by Thomas Klausner · 17 years ago
- 9c56fa7 Bump version to 0.8c: snapshot to test MoveFileEx check fix. by Dieter Baron · 17 years ago
- c8e6e4c MoveFileEx needs <windows.h> included, so change the test accordingly. by Dieter Baron · 17 years ago
- 9c8ee90 Bump to 0.8b. by Thomas Klausner · 18 years ago
- 05f6928 Post-release bump to 0.8a. by Thomas Klausner · 18 years ago
- 2d32923 Bump to 0.8 for release. by Thomas Klausner · 18 years ago
- 55b12dc Bump to 0.7.1b for future work. by Thomas Klausner · 18 years ago
- a0effca Bump to 0.7.1a for test release. by Thomas Klausner · 18 years ago
- 0956dec Use fseeko/ftello throughout, and use off_t to store file offsets. by Dieter Baron · 18 years ago
- c9b5f74 Add AM_PROG_CC_C_O for automake-1.10. by Thomas Klausner · 18 years ago
- 223b5dd Use project specific mail address. Check for MoveFileEx (for future use on Windows). by Dieter Baron · 18 years ago
- 1b99769 Prepare for 0.7.1. by Thomas Klausner · 19 years ago
- e3766e6 Bump to 0.7a. by Thomas Klausner · 19 years ago
- 43e97aa Prepare for 0.7 release. by Dieter Baron · 19 years ago
- a25a3a5 Bump to 0.6.1d for another test release. by Thomas Klausner · 19 years ago
- 46590cd Check for unistd.h. by Thomas Klausner · 19 years ago
- a4dc179 * struct zip_stat increased for future encryption support by Thomas Klausner · 19 years ago
- 55bb1d4 - more casts of void pointers - fseeko replacement - bump version to 0.6.1b by Dieter Baron · 19 years ago
- 1a5257c Add mkstemp replacement function. by Dieter Baron · 19 years ago
- 14926e1 bump version to 0.6.1a by Dieter Baron · 19 years ago
- 9543d9f Bump version to 0.6.1. by Thomas Klausner · 20 years ago
- cdf5ff7 Smarter man page handling -- no symlinks created by configure any longer. by Thomas Klausner · 20 years ago
- 4f496e6 bump version to 0.6 by Dieter Baron · 20 years ago
- 4d3cdf9 Libtoolize claims AC_PROG_RANLIB is obsolete -- remove it. by Thomas Klausner · 20 years ago
- 92a19df Add zip_errors. by Thomas Klausner · 20 years ago
- 886021f Add libzip.mdoc. by Thomas Klausner · 20 years ago
- dc965ec Document zipmerge(1). by Thomas Klausner · 20 years ago
- 1d6c577 Merge zip_strerror(3) and zip_file_strerror(3) into the latter. by Thomas Klausner · 20 years ago
- eb23957 Rename zip_error_sys_type to zip_error_get_sys_type. by Thomas Klausner · 20 years ago
- 526f888 Document zip_error_sys_type. by Thomas Klausner · 20 years ago
- ab40243 Document zip_error_get and zip_file_error_get. by Thomas Klausner · 20 years ago
- 2e874fb zip_error_str has been renamed to zip_error_to_str. by Thomas Klausner · 20 years ago
- fa02d9d * zip.h: Rename zip_source_data to zip_source_buffer. by Thomas Klausner · 20 years ago
- ef9a02f * zip.h: Rename zip_get_error to zip_error_get; by Thomas Klausner · 20 years ago
- 573fc60 it works fine with 2.57 by Dieter Baron · 21 years ago
- f0b9fe4 Add zip_get_num_files(3). by Thomas Klausner · 21 years ago
- 78fefc7 Add zip_error_str(3). by Thomas Klausner · 21 years ago
- 38053cd Update for autoconf-2.59/automake-1.8. by Thomas Klausner · 21 years ago
- e3f91ef API cleanup (see ChangeLog) by Dieter Baron · 21 years ago
- 5149dfb add new error handling infrastructure and strerror functions by Dieter Baron · 21 years ago
- c269cee add three more man pages by Dieter Baron · 21 years ago
- 33aae77 add zip_fclose and zip_fread man pages by Dieter Baron · 22 years ago
- 68d238c add man page for zip_fopen and zip_fopen_index by Dieter Baron · 22 years ago
- d6d49c0 add more man pages by Dieter Baron · 22 years ago
- 1667eae add zip_close(3) man page by Dieter Baron · 22 years ago
- 1224953 test before commiting: fix bugs in man framework by Dieter Baron · 22 years ago