summaryrefslogtreecommitdiffstats
path: root/third_party/zlib
Commit message (Expand)AuthorAgeFilesLines
* Make checkdeps.py check third_party.John Abd-El-Malek2015-04-011-0/+4
* Add ZipReader::ExtractCurrentEntry with a delegate interface.grt2015-03-183-101/+318
* Revert of Add ZipReader::ExtractCurrentEntry with a delegate interface. (patc...benwells2015-03-183-318/+101
* Add ZipReader::ExtractCurrentEntry with a delegate interface.grt2015-03-173-101/+318
* Update Chomium's build files to work w/ latest GN binaries.dpranke2015-02-201-2/+2
* Fix a few instances of MSVC warning C4244 (possible value truncation).pkasting2014-12-033-4/+5
* gn format //third_partyscottmg2014-12-031-5/+17
* Eliminate resource leaks from zip::ZipFiles andjeremysspiegel2014-11-194-14/+33
* Fix Zlib Win GN build after https://codereview.chromium.org/742583003jam2014-11-191-1/+1
* Fix fallout from https://codereview.chromium.org/678423002/Nico Weber2014-11-182-7/+21
* Fix various flags in the Win64 GN builddpranke2014-11-181-4/+3
* Enable zlib SIMD optimisations on Mac OS X buildsrobert.bradford2014-11-133-5/+7
* Make *some* version of the Win GN build work.dpranke2014-11-081-2/+6
* Reland "Integrate SIMD optimisations for zlib"robert.bradford2014-11-0512-26/+1040
* Revert of Reland "Integrate SIMD optimisations for zlib" (patchset #2 id:4000...qyearsley2014-10-2412-1018/+26
* Reland "Integrate SIMD optimisations for zlib"robert.bradford2014-10-2412-26/+1018
* Revert of Integrate SIMD optimisations for zlib (patchset #14 id:280001 of ht...robert.bradford2014-10-2312-997/+25
* Integrate SIMD optimisations for zlibrobert.bradford2014-10-2312-25/+997
* Refactor AppendToFile and WriteFileDescriptorchirantan2014-10-071-2/+1
* Replace forward_dependent_configs with public_depsBrett Wilson2014-09-231-2/+2
* Cleanup: Remove base/file_util.h. Convert remaining references. (try 2)thestig2014-09-224-4/+4
* Revert of Cleanup: Remove base/file_util.h. Convert remaining references. (pa...thestig2014-09-134-4/+4
* Cleanup: Remove base/file_util.h. Convert remaining references.thestig2014-09-134-4/+4
* GN: Add mojo_shell_tests, get more things working on androidjamesr@chromium.org2014-08-131-15/+13
* Refactor how clang warning flags are set.thakis@chromium.org2014-08-011-11/+6
* gn win: Fix potentially uninitialized variable warning in zip_internalscottmg@chromium.org2014-07-311-4/+2
* New ZipReader::ExtractCurrentEntryToString API.joaoe@opera.com2014-06-203-1/+107
* Fixed uncompressing files with wrong uncompressed size set.joaoe@opera.com2014-05-074-5/+31
* Move internal zip code from zip.cc to zip_internal.ccjoaoe@opera.com2014-05-025-64/+85
* GN build improvements.brettw@chromium.org2014-04-301-0/+102
* Revert 266932 "GN build improvements."brettw@chromium.org2014-04-291-102/+0
* GN build improvements.brettw@chromium.org2014-04-291-0/+102
* Stop using net::FileStream synchronously in third_party/zlibhashimoto@chromium.org2014-03-243-19/+12
* Move WriteFile and WriteFileDescriptor from file_util to base namespace.brettw@chromium.org2014-03-062-2/+2
* Remove some PlatformFile uses from zlibrvargas@chromium.org2014-02-274-69/+38
* Adds asynchronous unzip functions to ZipReaderhaven@chromium.org2014-01-173-10/+276
* Convert base::file_util to use File instead of PlatformFile.rvargas@chromium.org2014-01-072-2/+2
* Remove UTF string conversion functions from the global namespace.avi@chromium.org2013-12-262-3/+3
* Preserve modification timestamp when zipping files.joaoe@opera.com2013-12-174-9/+144
* Followup for bug when zipping a folder with non-ascii chars in its name.joaoe@opera.com2013-12-092-2/+22
* Zip utf-8 file names with encoding bit set.joaoe@opera.com2013-12-061-5/+23
* Move directory creation functions to base namespace.brettw@chromium.org2013-12-031-2/+2
* Move more uses of string16 to specify base::brettw@chromium.org2013-12-031-1/+1
* Revert "libpng 1.6.3"loislo@chromium.org2013-09-241-1/+2
* libpng 1.6.3dominikg@chromium.org2013-09-241-2/+1
* Move ReadFileToString to the base namespace.brettw@chromium.org2013-08-301-8/+8
* GTTF: Add a basic new unit test launcher.phajdan.jr@chromium.org2013-08-222-19/+27
* Move PathIsWritable, DirectoryExists, ContentsEqual, and TextContentsEqual to...brettw@chromium.org2013-07-152-5/+5
* Move PathExists to base namespace.brettw@chromium.org2013-07-111-3/+3
* Use a direct include of time headers in third_party/.avi@chromium.org2013-06-282-2/+2