Sign in
flutter
/
third_party
/
libzip
/
5d1702052b7935ed22f639e8fa80a124362b0677
/
lib
/
zip_replace.c
1d9dfeb
Use zip_XXX_t instead of struct zip_XXX or enum zip_XXX.
by Dieter Baron
· 11 years ago
ea8ba49
Implement I/O abstraction layer. Finally.
by Thomas Klausner
· 11 years ago
6b7c16b
Remove ^L.
by Thomas Klausner
· 11 years ago
18d6b9e
Enable deprecated prototypes when compiling deprecated functions.
by Dieter Baron
· 13 years ago
0830a77
API cleanup, be less strict with file name arguments.
by Thomas Klausner
· 13 years ago
0e5eeab
Improve internal data structures. New extra field API (read only).
by Dieter Baron
· 13 years ago
c61eb21
Type cleanup.
by Dieter Baron
· 13 years ago
16d2e63
Implement zip_set_file_compression.
by Dieter Baron
· 13 years ago
852ee34
Fix for non-C99 compliant compilers, from Pierre Joye.
by Thomas Klausner
· 13 years ago
a8f44f8
Improve previous.
by Thomas Klausner
· 14 years ago
80c93b2
Adapt test case to trigger a bug reported by Oliver Kaiser, and fix the bug.
by Thomas Klausner
· 14 years ago
bc40dfb
idx is unsigned, no need to check for < 0
by Dieter Baron
· 16 years ago
cb1379d
Next step of API cleanup: no size_t, no int as file index.
by Dieter Baron
· 16 years ago
ae53a57
Implement zip_fdopen and ZIP_AFL_RDONLY.
by Dieter Baron
· 16 years ago
b86c433
Switch to new contact address in copyright comments.
by Dieter Baron
· 17 years ago
8bc1276
Explicitly set visibility for external API functions, idea from Marc Provost.
by Dieter Baron
· 18 years ago
a4dc179
* struct zip_stat increased for future encryption support
by Thomas Klausner
· 19 years ago
cdbc8d5
don't allow duplicate names in archive
by Thomas Klausner
· 20 years ago
73668b2
Rename _zip_new_entry to _zip_entry_new.
by Thomas Klausner
· 20 years ago
ef9a02f
* zip.h: Rename zip_get_error to zip_error_get;
by Thomas Klausner
· 20 years ago
d0147e9
Rename ZERR_* to ZIP_ER_*; rename ZIP_ET_ZIP to ZIP_ET_ZLIB;
by Thomas Klausner
· 20 years ago
2543558
remove flags argument from zip_replace and zip_add
by Dieter Baron
· 21 years ago
0e339b6
change functions API overhaul:
by Dieter Baron
· 21 years ago
2a8ad42
add 2004 to copyright line
by Dieter Baron
· 21 years ago
b2ed74d
Merge no-meta branch
by Dieter Baron
· 21 years ago
dd9afca
change to three-clause BSD license
by Dieter Baron
· 22 years ago
9360da0
const poisoning
by Dieter Baron
· 22 years ago
b6632a4
Correct my name(!).
by Thomas Klausner
· 22 years ago
1c5ffe2
add RCS ids
by Dieter Baron
· 23 years ago
bbb6369
added copyright notices
by Dieter Baron
· 26 years ago
df07120
cleanups
by Dieter Baron
· 26 years ago
f55fb63
it makes a library!
by Dieter Baron
· 26 years ago
70a9d3b
Better compilation
by Thomas Klausner
· 26 years ago
af93f08
Whatever
by Thomas Klausner
· 26 years ago
194b960
all entry points from zip.c splitted
by Dieter Baron
· 26 years ago
dee39ff
zip.c splitting/rewriting begun
by Dieter Baron
· 26 years ago