libzip: repository: log

Navigation

Views: changesets, files, tags, branches

Download: bz2 zip gz

Changesets

age author description
6 days ago Dieter Baron Add one.default tip
6 days ago Dieter Baron Fix pasto in error message, caught by wiz.
6 days ago Dieter Baron More lossy integer conversion fixes, for 32bit builds. Based on patch by Jan Weiß.
2 weeks ago Thomas Klausner merge
2 weeks ago Thomas Klausner Add -fvisibility=hidden to library compilation flags, if the compiler
3 weeks ago Thomas Klausner merge master.
3 weeks ago Thomas Klausner * set O_CLOEXEC flag after fopen and mkstemp
3 weeks ago Thomas Klausner Add AC_SYS_LARGEFILE for large file support. From Michal Vyskocil.
3 weeks ago Thomas Klausner Add file so that hg checkouts have an m4/ directory; needed by autoconf.
3 weeks ago Thomas Klausner Ignore more.
3 weeks ago Thomas Klausner remove (and ignore) generated files.
3 weeks ago Thomas Klausner Add Michal Vyskocil <mvyskocil@suse.cz>
3 weeks ago Thomas Klausner Use LT_INIT instead of obsolete AM_PROG_LIBTOOL.
3 weeks ago Thomas Klausner merge
3 weeks ago Thomas Klausner Newer versions.
3 weeks ago Thomas Klausner post-release bump
3 weeks ago Thomas Klausner Do not distribute zipconf.h. Found by Pierre Joye.
3 weeks ago Thomas Klausner Let's not assume C99 for now. Found by Pierre Joye.
3 weeks ago Thomas Klausner Fix typo in comment.
3 weeks ago Dieter Baron Added tag rel-0-11-1 for changeset 6aa6fa05cd0b
3 weeks ago Dieter Baron bump version for release.rel-0-11-1
3 weeks ago Dieter Baron Add forgotten file from xcode to dist tarball.
3 weeks ago Dieter Baron Distribute Xcode build infrastructure.
3 weeks ago Dieter Baron Remember wether we cloned a struct zip_dirent, and use this information to correctly free it.
3 weeks ago Dieter Baron Add zip_set_file_comression() fixes.
3 weeks ago Dieter Baron Don't recompress when the same compression method as in the original is requested.
3 weeks ago Dieter Baron Initialize more members in zip_source_zip, so zip_source_stat works before zip_source_open (needed by zip_close).
3 weeks ago Dieter Baron Make executable
3 weeks ago Dieter Baron bump version after release
4 weeks ago Dieter Baron Package and distribute.
4 weeks ago Dieter Baron merge
4 weeks ago Dieter Baron Fix setting compression method for already changed (or newly added) file.
5 weeks ago Thomas Klausner Restore newline at EOF.
5 weeks ago Thomas Klausner Document set_file_compression.
5 weeks ago Dieter Baron Add script used by xcode, forgotten.
5 weeks ago Dieter Baron Setting compression method of newly-added files doesn't work. Add (disabled) test case for it.
7 weeks ago Dieter Baron Merge.
7 weeks ago Dieter Baron Don't set za's error when there is no error. Noted by Pierre Joye.
7 weeks ago Thomas Klausner Add README.hg describing how to build from the repository.
8 weeks ago Dieter Baron Extract version info from precreated config.h, by Jan Weiß.
8 weeks ago Dieter Baron merge
8 weeks ago Dieter Baron Update support file for Xcode build, by Jan Weiß.
8 weeks ago Thomas Klausner Added tag rel-0-11 for changeset 20242e19f6b5
8 weeks ago Thomas Klausner add a file.rel-0-11
8 weeks ago Thomas Klausner 0.11
2 months ago Thomas Klausner Reduce cppcheck style warnings. Reported by Wolfgang Glunz.
2 months ago Thomas Klausner Make this compile when run with "./configure CC=g++".
2 months ago Thomas Klausner Replace fileno with _fileno on Windows.
2 months ago Thomas Klausner Move HAVE_MOVEFILEEXA to the top since it causes inclusion
2 months ago Thomas Klausner Rename a struct for our friends, the C++ compilers.
2 months ago Thomas Klausner Avoid redefining symbols.
2 months ago Thomas Klausner Add some casts so picky c++ compilers are happy.
2 months ago Thomas Klausner Add missing defines, noted by Wolfgang Glunz.
2 months ago Thomas Klausner Fix typo, noted by Wolfgang Glunz.
2 months ago Thomas Klausner Add some const and remove some unnecessary headers.
2 months ago Thomas Klausner Another void cast for Coverity.
2 months ago Thomas Klausner Discard remove() return value in error handling; nothing we can do here anyway.
2 months ago Thomas Klausner Use zip_file_add instead of obsolete zip_add. Report error if zip_file_add fails.
2 months ago Thomas Klausner Fix resource leakage detected by Coverity.
2 months ago Thomas Klausner regen