Sign in
flutter
/
third_party
/
libzip
/
00c57e87050bb2e2d6d28f7750e2f2ff55e641c6
/
lib
/
zip_source_zip_new.c
5269866
Prepare for more compression algorithm support:
by Dieter Baron
· 8 years ago
a114fb8
Correctly set compression specific general purpose bit flags.
by Dieter Baron
· 8 years ago
a663735
Actually use default password if no password is provided.
by Dieter Baron
· 8 years ago
df77dc6
copyright police
by Thomas Klausner
· 8 years ago
7ed6a92
Winzip AES encryption support for writing.
by Thomas Klausner
· 8 years ago
a1415de
copyright police.
by Thomas Klausner
· 10 years ago
4f7c6b0
Fix reference counting of zip_sources. Get rid of zip_source_pop.
by Thomas Klausner
· 10 years ago
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
46f3741
copyright police
by Thomas Klausner
· 11 years ago
6756cb8
Invalidate zip_source_zip when underlying zip archive is closed.
by Thomas Klausner
· 11 years ago
6b7c16b
Remove ^L.
by Thomas Klausner
· 11 years ago
b52bda0
Consistently use TODO for to-dos.
by Thomas Klausner
· 11 years ago
abc6fd7
Type cleanup, internally and in the API. Fixes most llvm warnings.
by Dieter Baron
· 13 years ago
7dec817
Clean up misc. todos.
by Thomas Klausner
· 13 years ago
0e5eeab
Improve internal data structures. New extra field API (read only).
by Dieter Baron
· 13 years ago
ba561a6
Don't use zip_fopen in zip_source_zip, use new internal function _zip_source_zip_new in both.
by Dieter Baron
· 13 years ago