Sign in
flutter
/
third_party
/
libzip
/
fa7946afe63cbf42b6c1cd1a58a8cb4356389ca4
fa7946a
Explicitly ignore return value of chmod().
by Dieter Baron
· 6 years ago
89f457f
Simplify _zip_mkstempm(), use zip_random().
by Dieter Baron
· 6 years ago
a50b6ed
Remove mkstemp replacement function and references from build system.
by Thomas Klausner
· 6 years ago
2c1358f
Remove references to umask from build system.
by Thomas Klausner
· 6 years ago
fcb31e7
Avoid using umask(), it's not thread-safe.
by Thomas Klausner
· 6 years ago
d68a667
Merge pull request #97 from lachs0r/master
by Thomas Klausner
· 6 years ago
d9e84c6
Fix pkg-config Libs.private for static linking
by Martin Herkt
· 6 years ago
d89c4b4
Thanks Martin Herkt
by Thomas Klausner
· 6 years ago
8ae6238
Merge pull request #96 from lachs0r/master
by Thomas Klausner
· 6 years ago
8ae73e0
Fix MinGW build on case-sensitive filesystems
by Martin Herkt
· 6 years ago
f207bbd
Thank Declan Moran
by Thomas Klausner
· 6 years ago
eead77e
Merge pull request #93 from dec1/master
by Thomas Klausner
· 6 years ago
7b7294b
minor fix in Dockerfile comment
by Declan
· 6 years ago
64080d3
updated readme with thanks
by Declan
· 6 years ago
4b32194
build static and dynamic libs by default
by Declan
· 6 years ago
d86479e
add readme
by Declan
· 6 years ago
aa2cc5e
add android build script and dockerfile
by Declan
· 6 years ago
b7a911d
Prefer inttypes.h to stdint.h.
by Thomas Klausner
· 6 years ago
e495cd3
Thank kensington.
by Thomas Klausner
· 6 years ago
e34b2ed
mbedtls: link against the correct library
by Thomas Klausner
· 6 years ago
fdc5f1a
Properly thank Tomáš Malý.
by Thomas Klausner
· 6 years ago
7d6cb28
Merge pull request #86 from ucpu/master
by Thomas Klausner
· 6 years ago
01be2c0
cmake: check to skip creating dist target
by Tomas Maly
· 6 years ago
aceb2cc
appveyor: it's "10.0" not "10"
by Thomas Klausner
· 6 years ago
c4b2b2a
appveyor: try building UWP ports for Windows 10 (for bcrypt) instead of 8.1
by Thomas Klausner
· 6 years ago
a9028c9
Sort appveyor entries. Add CMAKE_SYSTEM_VERSION=8.1 in the hope it fixes the build.
by Thomas Klausner
· 6 years ago
1e6b758
Add cast to avoid computations on void*.
by Thomas Klausner
· 6 years ago
347ec72
Post-release version bump.
by Thomas Klausner
· 6 years ago
2c82404
Bump date in LICENSE
by Thomas Klausner
· 6 years ago
8255edb
regen
by Thomas Klausner
· 6 years ago
8fb14f9
regen
by Thomas Klausner
· 6 years ago
c121c31
Bump copyright dates
by Thomas Klausner
· 6 years ago
e91cc0f
Bump copyright dates.
by Thomas Klausner
· 6 years ago
c1e4ba5
Bump version for release
by Thomas Klausner
· 6 years ago
6e14ab7
Update NEWS for relase
by Thomas Klausner
· 6 years ago
a16a456
Thank more people
by Thomas Klausner
· 6 years ago
ef659e7
Mention file permissions fix.
by Thomas Klausner
· 6 years ago
786c342
Keep file permissions when modifying zip archives.
by Thomas Klausner
· 6 years ago
4252147
Mention AES bug fix in NEWS
by Dieter Baron
· 6 years ago
d4dfe13
Fix AES encoding in corner case.
by Dieter Baron
· 6 years ago
1d949dd
Add nullability annotations.
by Dieter Baron
· 6 years ago
83581fd
Fix operator precedence.
by Thomas Klausner
· 6 years ago
dca607b
Mention that ZIP_CM_DEFAULT ignores flags.
by Thomas Klausner
· 6 years ago
3bc5f6c
Check for localtime() failure.
by Thomas Klausner
· 6 years ago
92f586f
Do not overwrite CMAKE_MODULE_PATH, append to it.
by Thomas Klausner
· 6 years ago
ff55682
regen man pages
by Thomas Klausner
· 6 years ago
8e01a4f
Add support for mbed TLS as crypto backend.
by Thomas Klausner
· 6 years ago
9d0ed1f
Add option to allocate buffers on stack.
by Dieter Baron
· 6 years ago
0539a98
Add link to Coverity page.
by Thomas Klausner
· 6 years ago
6815be7
Merge pull request #71 from shahms/double-free
by Dieter Baron
· 6 years ago
d02f61c
Remove inconsistent zip_source_free for zero-length files
by Shahms King
· 6 years ago
a5c1111
Put zipint.h before zip_crypto.h
by Thomas Klausner
· 6 years ago
812ec7e
Re-format code with clang-format
by Thomas Klausner
· 6 years ago
c8951d8
Fix some fd/memory leaks in error cases.
by Thomas Klausner
· 6 years ago
5061edd
Use progname variable for the program name.
by Thomas Klausner
· 6 years ago
532d82e
Improve a format string.
by Thomas Klausner
· 6 years ago
e25ce47
regen
by Thomas Klausner
· 6 years ago
46e5374
Move zip_discard to writing section. Make Ss arguments unique.
by Thomas Klausner
· 6 years ago
3eb06ca
Merge pull request #64 from neolit123/bcrypt
by Thomas Klausner
· 6 years ago
a443cd7
win32: handle missing bcrypt for mingw
by Lubomir I. Ivanov
· 6 years ago
7804307
Be consistent in cryptography framework preference.
by Thomas Klausner
· 6 years ago
0d5513f
Add HAVE_WINDOWS_CRYPTO to cmake-config.h.in.
by Thomas Klausner
· 6 years ago
0adef8f
Fix memory leak.
by Thomas Klausner
· 6 years ago
164097f
Add Windows Cryptography support.
by Thomas Klausner
· 6 years ago
ce2abdf
Thank Miklos Vajna
by Thomas Klausner
· 7 years ago
d0a28f4
Merge pull request #63 from vmiklos/bzip2-explicit-disable
by Thomas Klausner
· 7 years ago
028c492
Add an option to disable bzip2 support
by Miklos Vajna
· 7 years ago
d7f289c
Merge pull request #62 from goutnet/adding-option-to-remove-SO-versionning
by Thomas Klausner
· 7 years ago
b472e72
adding option SHARED_LIB_VERSIONNING to remove SO versionning (versionning remains ON by default)
by Florian Delizy
· 7 years ago
25e23dd
Revert "On Linux, define _FILE_OFFSET_BITS to 64 to support large files on"
by Thomas Klausner
· 7 years ago
4cdb643
Thank Florian Delizy
by Thomas Klausner
· 7 years ago
3ded624
Merge pull request #60 from goutnet/add-BUILD_TOOLS-option
by Thomas Klausner
· 7 years ago
55e1bfa
On Linux, define _FILE_OFFSET_BITS to 64 to support large files on
by Thomas Klausner
· 7 years ago
b6e53cc
adding BUILD_TOOLS BUILD_REGRESS BUILD_EXAMPLES BUILD_DOC options (default ON)
by Florian Delizy
· 7 years ago
5078ac9
Merge pull request #58 from carusogabriel/patch-1
by Dieter Baron
· 7 years ago
5e78288
Remove extra semicolon
by Gabriel Caruso
· 7 years ago
d90df6c
When converting from CP437 to UTF-8, translate '0' to '0'.
by Thomas Klausner
· 7 years ago
1796e5c
TODO: + add seek support for AES-encrypted files
by Thomas Klausner
· 7 years ago
6cf9de8
zip_source_seek: fix EOF status after successful seek.
by Thomas Klausner
· 7 years ago
2cdfbe3
regen
by Thomas Klausner
· 7 years ago
28ba68e
Improve description for zip_get_archive_comment.
by Thomas Klausner
· 7 years ago
ad99354
Note that we want openssl >= 1.0
by Thomas Klausner
· 7 years ago
4c612cb
regen
by Thomas Klausner
· 7 years ago
595b5b5
Update references to obsolete functions.
by Thomas Klausner
· 7 years ago
c620921
Remove trailing whitespace.
by Thomas Klausner
· 7 years ago
e484034
Update xrefs in man pages
by Thomas Klausner
· 7 years ago
c80101a
Fix documentation for zip_source_win32w*. Based on patch by redlasha.
by Thomas Klausner
· 7 years ago
e321ad4
README.md: list docs on libzip.org first
by Thomas Klausner
· 7 years ago
74d0fdb
README.md: try being even more explicit about where to find docs
by Thomas Klausner
· 7 years ago
d4ec986
regen man/html pages
by Thomas Klausner
· 7 years ago
058ee2b
Remove Lt/Gt.
by Thomas Klausner
· 7 years ago
5062490
Fix two typos in zip_file_add documentation.
by Thomas Klausner
· 7 years ago
a54804d
Thank Ilya Voronin
by Thomas Klausner
· 7 years ago
49b3550
Fix type of buffer to match zip_random signature.
by Thomas Klausner
· 7 years ago
0001d26
Include documentation license in generated pages (man, html).
by Thomas Klausner
· 7 years ago
c88f1b8
Post-release bump to 1.5.1a
by Thomas Klausner
· 7 years ago
b95cf3f
Bump version to 1.5.1.
by Thomas Klausner
· 7 years ago
9d9a348
Remove references to removed files.
by Thomas Klausner
· 7 years ago
956ff8d
Choose format of installed documentation based on available tools.
by Thomas Klausner
· 7 years ago
37ca2c6
Add generated HTML man pages.
by Thomas Klausner
· 7 years ago
Next »