Sign in
flutter
/
third_party
/
libzip
/
53b9585a6890eaeb5952569986450bb00368511a
/
lib
/
zip_source_read.c
8eab1a2
Format using clang-format.
by Thomas Klausner
· 7 years ago
c36a6f4
Update copyright years.
by Thomas Klausner
· 7 years ago
54d2eb5
Only fail zip_source_read if a previous error occured during read.
by Dieter Baron
· 7 years ago
df77dc6
copyright police
by Thomas Klausner
· 8 years ago
403f4d5
Add some casts to fix compiler warnings (-Wpointer-arith, gcc)
by Thomas Klausner
· 8 years ago
7b867f5
Fix signedness warnings (-Wsign-conversion, gcc)
by Thomas Klausner
· 8 years ago
7ed6a92
Winzip AES encryption support for writing.
by Thomas Klausner
· 8 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
6b7c16b
Remove ^L.
by Thomas Klausner
· 11 years ago
f6c057d
Windows fixes from Kohei Yoshida:
by Dieter Baron
· 13 years ago
765eb27
Fix remaining bugs, and ensure correct calling sequences for source functions.
by Dieter Baron
· 16 years ago
ba98df0
zip_source rototil checkpoint commit -- XXX does not work yet
by Dieter Baron
· 16 years ago
[Copied (72%) from lib/zip_source_call.c]
cb1379d
Next step of API cleanup: no size_t, no int as file index.
by Dieter Baron
· 16 years ago
2f3f11c
Checkpoint commit of stacked sources to implement encryption/compression.
by Dieter Baron
· 16 years ago