Sign in
flutter
/
third_party
/
libzip
/
1829723d3b7039db618347254fdf399183361b06
/
src
346b7cd
Include zipint.h to fix build on Windows. Problem reported by Pierre Joye.
by Thomas Klausner
· 13 years ago
3fdd982
Update copyright for today's changes.
by Thomas Klausner
· 13 years ago
8d33958
Avoid malloc(0).
by Thomas Klausner
· 13 years ago
48ce82e
Look in ../lib for zipconf.h (generated file) for out-of-tree builds.
by Thomas Klausner
· 14 years ago
81e9433
Add getopt replacement function, for Windows.
by Thomas Klausner
· 14 years ago
99ff01b
Revert unintended partial commit.
by Thomas Klausner
· 14 years ago
db5fc24
We cannot set an error in a zip archive when we don't have a zip archive.
by Thomas Klausner
· 14 years ago
a6192cf
Clean up API (make parts private), include config.h before using it.
by Dieter Baron
· 14 years ago
30b32ec
Wrap unistd.h usage in #ifdef HAVE_UNISTD_H. Bump copyright.
by Thomas Klausner
· 15 years ago
463df10
Install binaries, and build and install ziptorrent.
by Thomas Klausner
· 16 years ago
24be5f7
Remove $NiH$ tags.
by Thomas Klausner
· 16 years ago
16cf6d2
Sort options in standard order (AaBb...)
by Thomas Klausner
· 17 years ago
51a5791
Add verbose and dry-run options to ziptorrent.
by Dieter Baron
· 17 years ago
0659af5
Close source zips after target zip is written.
by Dieter Baron
· 17 years ago
28ee020
TorrentZip support.
by Dieter Baron
· 17 years ago
79aca39
Fix typo in prevoius.
by Dieter Baron
· 17 years ago
40a2197
Remove references to GPL
by Dieter Baron
· 17 years ago
35b7949
Distribute CMake files.
by Thomas Klausner
· 18 years ago
b58cf6f
Add CMake infrastructure, including CTest support.
by Thomas Klausner
· 18 years ago
a93b898
Use top_builddir.
by Thomas Klausner
· 18 years ago
a66c3a8
(merge_zip) close zs. Found by Coverity, error id 2.
by Dieter Baron
· 18 years ago
f29a6ba
Include unistd.h for optind. From Joerg Sonnenberger.
by Thomas Klausner
· 19 years ago
368e109
Only check for garbage at end of file when ZIP_CHECKCONS.
by Dieter Baron
· 19 years ago
2d05111
Remove unneeded inclusion of unistd.h. Tested on Darwin, Irix, NetBSD, Solaris.
by Thomas Klausner
· 19 years ago
68dd8c2
Test for HAVE_UNISTD_H before including it.
by Thomas Klausner
· 19 years ago
3e7872d
Add a few unsigned and casts for less warnings with -Wsign-compare.
by Thomas Klausner
· 20 years ago
1f3803c
Add 2005 to copyright
by Dieter Baron
· 20 years ago
8ee0a2a
Fix unsigned handling for IRIX cc.
by Thomas Klausner
· 20 years ago
2f46ac7
Replace %qu with %llu for IRIX.
by Thomas Klausner
· 20 years ago
3a2ce0e
Add return(). Add cast. Found by IRIX 6.5 cc.
by Thomas Klausner
· 20 years ago
ab97dc3
no pointer arithmetics on void pointers
by Dieter Baron
· 20 years ago
f9b991b
Get rid of two warnings.
by Thomas Klausner
· 20 years ago
24fa7e9
Sort options.
by Thomas Klausner
· 20 years ago
80d9ff3
add program name to help and version output
by Dieter Baron
· 20 years ago
290861a
* lib/zip_get_name.c (zip_get_name): add flags argument.
by Thomas Klausner
· 20 years ago
24a722b
Include zip.h in zipint.h; remove zlib.h from zip.h; add zlib.h where necessary.
by Thomas Klausner
· 20 years ago
7003621
Prefer unsigned char as tolower() argument.
by Thomas Klausner
· 20 years ago
6be5981
Try to be consistent in calling struct zips za and struct zip_files zf.
by Thomas Klausner
· 20 years ago
ef9a02f
* zip.h: Rename zip_get_error to zip_error_get;
by Thomas Klausner
· 20 years ago
cb56975
improve overwrite confirmation prompt.
by Dieter Baron
· 21 years ago
b6ecb30
add zipmerge(1) -- merge multiple zip archives into one
by Dieter Baron
· 21 years ago
b2ed74d
Merge no-meta branch
by Dieter Baron
· 21 years ago
c14b758
(compare_zip): use correct index.
by Dieter Baron
· 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
3014e88
add -i flag (case insensitive name comparison)
by Dieter Baron
· 21 years ago
dd9afca
change to three-clause BSD license
by Dieter Baron
· 21 years ago
9afd7bd
exit with 2 on error
by Dieter Baron
· 21 years ago
9aebb4c
convert to standalone package (and reorganize slightly)
by Dieter Baron
· 21 years ago
b6632a4
Correct my name(!).
by Thomas Klausner
· 22 years ago
392787a
add a zip comaprison tool (used in regression tests)
by Dieter Baron
· 22 years ago