| Commit message (Expand) | Author | Age | Files | Lines |
* | Eliminate resource leaks from zip::ZipFiles and | jeremysspiegel | 2014-11-19 | 4 | -14/+33 |
* | Fix Zlib Win GN build after https://codereview.chromium.org/742583003 | jam | 2014-11-19 | 1 | -1/+1 |
* | Fix fallout from https://codereview.chromium.org/678423002/ | Nico Weber | 2014-11-18 | 2 | -7/+21 |
* | Fix various flags in the Win64 GN build | dpranke | 2014-11-18 | 1 | -4/+3 |
* | Enable zlib SIMD optimisations on Mac OS X builds | robert.bradford | 2014-11-13 | 3 | -5/+7 |
* | Make *some* version of the Win GN build work. | dpranke | 2014-11-08 | 1 | -2/+6 |
* | Reland "Integrate SIMD optimisations for zlib" | robert.bradford | 2014-11-05 | 12 | -26/+1040 |
* | Revert of Reland "Integrate SIMD optimisations for zlib" (patchset #2 id:4000... | qyearsley | 2014-10-24 | 12 | -1018/+26 |
* | Reland "Integrate SIMD optimisations for zlib" | robert.bradford | 2014-10-24 | 12 | -26/+1018 |
* | Revert of Integrate SIMD optimisations for zlib (patchset #14 id:280001 of ht... | robert.bradford | 2014-10-23 | 12 | -997/+25 |
* | Integrate SIMD optimisations for zlib | robert.bradford | 2014-10-23 | 12 | -25/+997 |
* | Refactor AppendToFile and WriteFileDescriptor | chirantan | 2014-10-07 | 1 | -2/+1 |
* | Replace forward_dependent_configs with public_deps | Brett Wilson | 2014-09-23 | 1 | -2/+2 |
* | Cleanup: Remove base/file_util.h. Convert remaining references. (try 2) | thestig | 2014-09-22 | 4 | -4/+4 |
* | Revert of Cleanup: Remove base/file_util.h. Convert remaining references. (pa... | thestig | 2014-09-13 | 4 | -4/+4 |
* | Cleanup: Remove base/file_util.h. Convert remaining references. | thestig | 2014-09-13 | 4 | -4/+4 |
* | GN: Add mojo_shell_tests, get more things working on android | jamesr@chromium.org | 2014-08-13 | 1 | -15/+13 |
* | Refactor how clang warning flags are set. | thakis@chromium.org | 2014-08-01 | 1 | -11/+6 |
* | gn win: Fix potentially uninitialized variable warning in zip_internal | scottmg@chromium.org | 2014-07-31 | 1 | -4/+2 |
* | New ZipReader::ExtractCurrentEntryToString API. | joaoe@opera.com | 2014-06-20 | 3 | -1/+107 |
* | Fixed uncompressing files with wrong uncompressed size set. | joaoe@opera.com | 2014-05-07 | 4 | -5/+31 |
* | Move internal zip code from zip.cc to zip_internal.cc | joaoe@opera.com | 2014-05-02 | 5 | -64/+85 |
* | GN build improvements. | brettw@chromium.org | 2014-04-30 | 1 | -0/+102 |
* | Revert 266932 "GN build improvements." | brettw@chromium.org | 2014-04-29 | 1 | -102/+0 |
* | GN build improvements. | brettw@chromium.org | 2014-04-29 | 1 | -0/+102 |
* | Stop using net::FileStream synchronously in third_party/zlib | hashimoto@chromium.org | 2014-03-24 | 3 | -19/+12 |
* | Move WriteFile and WriteFileDescriptor from file_util to base namespace. | brettw@chromium.org | 2014-03-06 | 2 | -2/+2 |
* | Remove some PlatformFile uses from zlib | rvargas@chromium.org | 2014-02-27 | 4 | -69/+38 |
* | Adds asynchronous unzip functions to ZipReader | haven@chromium.org | 2014-01-17 | 3 | -10/+276 |
* | Convert base::file_util to use File instead of PlatformFile. | rvargas@chromium.org | 2014-01-07 | 2 | -2/+2 |
* | Remove UTF string conversion functions from the global namespace. | avi@chromium.org | 2013-12-26 | 2 | -3/+3 |
* | Preserve modification timestamp when zipping files. | joaoe@opera.com | 2013-12-17 | 4 | -9/+144 |
* | Followup for bug when zipping a folder with non-ascii chars in its name. | joaoe@opera.com | 2013-12-09 | 2 | -2/+22 |
* | Zip utf-8 file names with encoding bit set. | joaoe@opera.com | 2013-12-06 | 1 | -5/+23 |
* | Move directory creation functions to base namespace. | brettw@chromium.org | 2013-12-03 | 1 | -2/+2 |
* | Move more uses of string16 to specify base:: | brettw@chromium.org | 2013-12-03 | 1 | -1/+1 |
* | Revert "libpng 1.6.3" | loislo@chromium.org | 2013-09-24 | 1 | -1/+2 |
* | libpng 1.6.3 | dominikg@chromium.org | 2013-09-24 | 1 | -2/+1 |
* | Move ReadFileToString to the base namespace. | brettw@chromium.org | 2013-08-30 | 1 | -8/+8 |
* | GTTF: Add a basic new unit test launcher. | phajdan.jr@chromium.org | 2013-08-22 | 2 | -19/+27 |
* | Move PathIsWritable, DirectoryExists, ContentsEqual, and TextContentsEqual to... | brettw@chromium.org | 2013-07-15 | 2 | -5/+5 |
* | Move PathExists to base namespace. | brettw@chromium.org | 2013-07-11 | 1 | -3/+3 |
* | Use a direct include of time headers in third_party/. | avi@chromium.org | 2013-06-28 | 2 | -2/+2 |
* | Fix a bug when zip files in a directory containing locale characters in path. | KingWeiLiu@gmail.com | 2013-06-11 | 1 | -1/+1 |
* | Use a direct include of strings headers in testing/, third_party/, tools/. | avi@chromium.org | 2013-06-11 | 3 | -4/+4 |
* | Move FileEnumerator to its own file, do some refactoring. | brettw@chromium.org | 2013-06-08 | 2 | -6/+6 |
* | Use a direct include of utf_string_conversions.h in google_apis/, gpu/, ipc/,... | avi@chromium.org | 2013-06-07 | 3 | -3/+3 |
* | Revert 198820 "Move FileEnumerator to its own file, do some refa..." | dbeam@chromium.org | 2013-05-08 | 2 | -6/+6 |
* | Move FileEnumerator to its own file, do some refactoring. | brettw@chromium.org | 2013-05-07 | 2 | -6/+6 |
* | Move components/zip to third_party/zip | alecflett@chromium.org | 2013-05-03 | 11 | -1/+1779 |