aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/ijar/zip.cc
Commit message (Expand)AuthorAge
* Use %zu to print size_tGravatar Loo Rong Jie2018-06-27
* Fix a warning about comparing signed and unsigned valuesGravatar cushon2018-03-29
* Fix unused variable warnings from clang.Gravatar Austin Schuh2018-03-28
* Use a different date time when normalizing zip entriesGravatar cushon2018-02-12
* Fix ijar's timestamp normalizationGravatar Liam Miller-Cushon2016-12-13
* Ijar: extract file stating logic to platform_utilsGravatar Laszlo Csomor2016-12-01
* Ijar: make some targets compilable with MSVCGravatar Laszlo Csomor2016-09-30
* Move zlib-interfacing code from third_party/ijar/zip.cc into a separate class...Gravatar Rumou Duan2016-09-22
* zipper now can specify actual path a file is added toGravatar Yun Peng2016-08-04
* Initialize an uninitialized field in ijarGravatar Shinichiro Hamaji2016-05-02
* Description redacted.Gravatar Googler2016-04-07
* ijar: cast to size_t instead of int to avoid sign-compare warning.Gravatar Damien Martin-Guillerez2016-04-01
* Fix comparison warning in ijarGravatar Damien Martin-Guillerez2016-03-30
* Fix asan error introduced by commit 257337638463d01bcf627c60de42861d775fefec.Gravatar Googler2016-03-23
* Global cleanup change.Gravatar Googler2016-03-01
* Encapsulate file mapping in preparation for providing a Windows implementation.Gravatar Lukacs Berki2016-02-16
* Add zip64 support to ijarGravatar Liam Miller-Cushon2015-12-03
* Normalize ijar's header to 'The Bazel Authors'.Gravatar Damien Martin-Guillerez2015-11-19
* Set the ijar MAX_BUFFER_SIZE to 256 MBGravatar Damien Martin-Guillerez2015-11-16
* Fix ijar compressionGravatar Damien Martin-Guillerez2015-09-11
* Add CRC-32 computation to third_party/ijar:zipperGravatar Damien Martin-Guillerez2015-09-11
* Add support for compression in //third_party/ijar:zipperGravatar Damien Martin-Guillerez2015-08-31
* Fix some C++ compiler warnings to comply with -Wall.Gravatar Ulf Adams2015-07-27
* Use the ijar ZIP implementation in Blaze instead of libarchiveGravatar Damien Martin-Guillerez2015-06-01
* Added limits.h to headers to ijarGravatar Damien Martin-Guillerez2015-05-29
* Refactor ZIP implementation of ijarGravatar Damien Martin-Guillerez2015-05-28
* Normalized headers path for ijar.Gravatar Damien Martin-Guillerez2015-04-24
* Update from Google.Gravatar Han-Wen Nienhuys2015-02-25