summaryrefslogtreecommitdiffstats
path: root/third_party/zlib/google
Commit message (Expand)AuthorAgeFilesLines
* Move components/compression to third_party/zlib/googlehajimehoshi2016-01-145-0/+296
* Global conversion of Pass()→std::move() on OS==linuxdcheng2015-12-281-15/+8
* Switch to standard integer types in third_party/zlib/google/.avi2015-12-279-17/+39
* Remove legacy StartsWithASCII function.brettw2015-07-161-1/+2
* Remove some legacy versions of StartsWith and EndsWith.brettw2015-07-161-1/+2
* Revert of Remove some legacy versions of StartsWith and EndsWith. (patchset #...yosin2015-07-161-2/+1
* Remove some legacy versions of StartsWith and EndsWith.brettw2015-07-161-1/+2
* Add more string_util functions to base namespace.brettw2015-06-241-1/+1
* Move EndsWith to base namespace.brettw2015-06-121-1/+1
* Move StartsWith[ASCII] to base namespace.brettw2015-06-121-1/+2
* zlib: Remove use of MessageLoopProxy and deprecated MessageLoop APIsskyostil2015-06-091-5/+6
* 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
* Fix a few instances of MSVC warning C4244 (possible value truncation).pkasting2014-12-031-2/+3
* Eliminate resource leaks from zip::ZipFiles andjeremysspiegel2014-11-194-14/+33
* Refactor AppendToFile and WriteFileDescriptorchirantan2014-10-071-2/+1
* 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 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-073-0/+31
* Move internal zip code from zip.cc to zip_internal.ccjoaoe@opera.com2014-05-025-64/+85
* 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
* 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-221-0/+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
* Fix a bug when zip files in a directory containing locale characters in path.KingWeiLiu@gmail.com2013-06-111-1/+1
* Use a direct include of strings headers in testing/, third_party/, tools/.avi@chromium.org2013-06-113-4/+4
* Move FileEnumerator to its own file, do some refactoring.brettw@chromium.org2013-06-082-6/+6
* Use a direct include of utf_string_conversions.h in google_apis/, gpu/, ipc/,...avi@chromium.org2013-06-073-3/+3
* Revert 198820 "Move FileEnumerator to its own file, do some refa..."dbeam@chromium.org2013-05-082-6/+6
* Move FileEnumerator to its own file, do some refactoring.brettw@chromium.org2013-05-072-6/+6
* Move components/zip to third_party/zipalecflett@chromium.org2013-05-0310-0/+1759
* Add test data so we can run https://codereview.chromium.org/14021015/alecflett@chromium.org2013-05-0211-0/+58
* Revert "Move components/zip to third_party/zip", which broke linux and androi...mattm@chromium.org2013-05-0221-1817/+0