1. 4bc42bd Remove/replace unnecessary includes of logging.h (various third_party/) by Hans Wennborg · 4 years, 1 month ago
  2. 02daed1 Include-what-you-use related to logging.h (various third_party dirs) by Hans Wennborg · 4 years, 1 month ago
  3. a68151f Fix public_deps on compression_utils_portable. by Mirko Bonadei · 4 years, 2 months ago
  4. f08c8ac Re-Re-land migrate md5sum tool to portable zlib utils by Adenilson Cavalcanti · 4 years, 2 months ago
  5. 3b9f806 Revert "Re-land migrate md5sum tool to portable zlib utils" by Findit · 4 years, 2 months ago
  6. aa9ab84 Re-land migrate md5sum tool to portable zlib utils by Adenilson Cavalcanti · 4 years, 2 months ago
  7. 228a473 Revert "Migrate md5sum tool to portable zlib utils" by Findit · 4 years, 2 months ago
  8. cbbc3dc Migrate md5sum tool to portable zlib utils by Adenilson Cavalcanti · 4 years, 2 months ago
  9. f5eca0d [zlib] Using relative header paths on unit tests by Adenilson Cavalcanti · 4 years, 2 months ago
  10. 94df8b7 Revert "Make compression_utils buildable also without Chromium." by Mirko Bonadei · 4 years, 2 months ago
  11. cf33389 Make compression_utils buildable also without Chromium. by Mirko Bonadei · 4 years, 3 months ago
  12. 90fc47e Adding a test for deflate_stored by Adenilson Cavalcanti · 4 years, 3 months ago
  13. 21c6af6 Add missing string.h include in //third_party/zlib/google. by Piotr Tworek · 4 years, 3 months ago
  14. 94485d9 Reformat all gn files in /third_party/zlib/google. by Nico Weber · 4 years, 7 months ago
  15. e5c4d8c zlib: Allowing compression level to be selected in utils by Sam Maier · 4 years, 9 months ago
  16. f4f4674 Adding support for remaining deflate wrappers (zlib | raw) to by Sam Maier · 4 years, 9 months ago
  17. 63bb48c Adding const to GetUncompressedSize by Sam Maier · 4 years, 9 months ago
  18. 403ca5a Adding uncompressed size function by Adenilson Cavalcanti · 4 years, 9 months ago
  19. ddebad2 Convert third_party/zlib/google away from base::Bind/base::Callback by Sylvain Defresne · 4 years, 10 months ago
  20. 8eae580 zlib: moving compression_utils_portable into own GN target by Sam Maier · 4 years, 10 months ago
  21. 8c79b6c [TaskEnvironment] Remove old types by Gabriel Charette · 4 years, 11 months ago
  22. 4b23ce8 Reland "[TaskEnvironment] Complete migration with header rename" by Gabriel Charette · 5 years ago
  23. 92f837f Revert "[TaskEnvironment] Complete migration with header rename" by Gabriel Charette · 5 years ago
  24. 248ab05 [TaskEnvironment] Complete migration with header rename by Gabriel Charette · 5 years ago
  25. 2610552 Use in-class initializers for base::WeakPtrFactory (all remaining uses on Linux desktop). by Jeremy Roman · 5 years ago
  26. ddd7b06 Insulate portable GZipHelpers code by Adenilson Cavalcanti · 5 years ago
  27. 6b6e20f [DOM Distiller] Compress resources to save 86 kB on Android. by Samuel Huang · 5 years ago
  28. bb293c3 Pass file_length to UpdateArchiveAnalyzer by Daniel Rubery · 5 years ago
  29. dfcc8e5 Update include paths for //base/hash/md5.h by Daniel Cheng · 5 years ago
  30. 7b94297 blink/bindings: Use PartitionAlloc for zlib's temporary data. by Benoît Lizé · 5 years ago
  31. e080c76 blink/bindings: Use PartitionAlloc for compressing strings. by Benoît Lizé · 6 years ago
  32. f8556a7 Use base::size rather than arraysize in third_party/zlib/. by Avi Drissman · 6 years ago
  33. 06e57c3 Use base::size rather than arraysize in third_party/zlib/. by Avi Drissman · 6 years ago
  34. 2aafd9d Avoid uncompressing if uncompressed size is too big. by Monica Salama · 6 years ago
  35. 1cf54a6 zlib/google: Use UncheckedMalloc() to allocate memory instead of malloc(). by Benoît Lizé · 6 years ago
  36. c3231ca zlib/google: Use malloc() rather than std::vector. by Benoît Lizé · 6 years ago
  37. 04f266d zlib/google: Make GzipCompress() take a StringPiece. by Benoit Lize · 6 years ago
  38. ad6f586 Add field to EntryInfo for whether the file is encrypted by Daniel Rubery · 6 years ago
  39. da0819d Fully move PathService into the base namespace. by Avi Drissman · 6 years ago
  40. 1be4269 Add override for overridden function in zlib by Takuto Ikuta · 6 years ago
  41. 70d07ba Change DPLOG(ERROR) to DVPLOG(1) in zip_reader by Jochen Eisinger · 6 years ago
  42. 8c371ad Fix build with unbundled zlib by Tom Anderson · 6 years ago
  43. e31b503 Change unzipping library to support cross-process delegates. by Joshua Pawlicki · 6 years ago
  44. 945bc9f Changing the FileAccessor API in zip.h to improve perfs over IPC. by Jay Civelli · 7 years ago
  45. 4f9e8e8 2nd relanding "Abstracting file access operation in zip creation." by Jay Civelli · 7 years ago
  46. 9550eca Revert "Relanding "Abstrating file access operation in zip creation."" by Jay Civelli · 7 years ago
  47. 68cee6d Relanding "Abstrating file access operation in zip creation." by Jay Civelli · 7 years ago
  48. b9dffca Revert "Abstrating file access operation in zip creation." by Keishi Hattori · 7 years ago
  49. 7362949 Abstrating file access operation in zip creation. by Jay Civelli · 7 years ago
  50. b4298b0 Improve Zip File Scanning on Mac by mortonm · 7 years ago
  51. b4fc536 move zip and compression_utils targets into their own BUILD.gn file by Thiago Farina · 7 years ago
  52. bc23d3c Handle webuis when using the network service. by jam · 7 years ago
  53. 4354a42 Use ScopedTaskEnvironment instead of MessageLoop in third_party unit tests. by fdoray · 7 years ago
  54. 9b5352c Remove from OWNERS who has left the team by hshi · 7 years ago
  55. 8086cc8 Silence the overly verbose skipped files warning when extracting CRX files by meacer · 8 years ago
  56. fce8232 Make ifdefs consistent in zib. by alemate · 8 years ago
  57. 4e2773b Replace MessageLoop::current()->task_runner() with ThreadTaskRunnerHandle::Get(). by fdoray · 8 years ago
  58. 40925c7 misc files R-U: Change ScopedTempDir::path() to GetPath() by vabr · 8 years ago
  59. e40a844 Remove GYP files. by brettw · 8 years ago
  60. f502ca7 Exclude exe files while unzipping CRXes by meacer · 8 years ago
  61. 5a95f9a Make callers of FromUTC(Local)Exploded in third_party/ use new time API. by maksim.sisov · 8 years ago
  62. 6875233 Remove calls to deprecated MessageLoop methods in third_party. by fdoray · 8 years ago
  63. 4576304 Fix include path for moved thread_task_runner_handle.h header in third_party/ by gab · 8 years ago
  64. a90aed5 Convert //third_party from scoped_ptr to std::unique_ptr by dcheng · 8 years ago
  65. 4bd7a97 Ensure that DLOG(FATAL) also asserts in release-with-asserts builds. by jam · 8 years ago
  66. 8ce2854 Move components/compression to third_party/zlib/google by hajimehoshi · 9 years ago
  67. 97bdded Global conversion of Pass()→std::move() on OS==linux by dcheng · 9 years ago
  68. aa96948 Switch to standard integer types in third_party/zlib/google/. by avi · 9 years ago
  69. e88e3c3 Remove legacy StartsWithASCII function. by brettw · 9 years ago
  70. 6b0ea32 Remove some legacy versions of StartsWith and EndsWith. by brettw · 9 years ago
  71. e4fb763 Revert of Remove some legacy versions of StartsWith and EndsWith. (patchset #6 id:100001 of https://codereview.chromium.org/1239493005/) by yosin · 9 years ago
  72. 95aa76b Remove some legacy versions of StartsWith and EndsWith. by brettw · 9 years ago
  73. 5d237e8 Add more string_util functions to base namespace. by brettw · 9 years ago
  74. c3f5199 Move EndsWith to base namespace. by brettw · 9 years ago
  75. 4739240 Move StartsWith[ASCII] to base namespace. by brettw · 9 years ago
  76. d8e6bfa zlib: Remove use of MessageLoopProxy and deprecated MessageLoop APIs by skyostil · 9 years ago
  77. 742ec81 Make checkdeps.py check third_party. by John Abd-El-Malek · 9 years ago
  78. ebc765a Add ZipReader::ExtractCurrentEntry with a delegate interface. by grt · 9 years ago
  79. 8da8b87 Revert of Add ZipReader::ExtractCurrentEntry with a delegate interface. (patchset #2 id:40001 of https://codereview.chromium.org/1014653002/) by benwells · 9 years ago
  80. 57cb1f8 Add ZipReader::ExtractCurrentEntry with a delegate interface. by grt · 9 years ago
  81. afd8c45 Fix a few instances of MSVC warning C4244 (possible value truncation). by pkasting · 10 years ago
  82. a6bba37 Eliminate resource leaks from zip::ZipFiles and by jeremysspiegel · 10 years ago
  83. 9c8881c Refactor AppendToFile and WriteFileDescriptor by chirantan · 10 years ago
  84. f698159 Cleanup: Remove base/file_util.h. Convert remaining references. (try 2) by thestig · 10 years ago
  85. c3d0a61 Revert of Cleanup: Remove base/file_util.h. Convert remaining references. (patchset #1 id:1 of https://codereview.chromium.org/568873004/) by thestig · 10 years ago
  86. 2348853 Cleanup: Remove base/file_util.h. Convert remaining references. by thestig · 10 years ago
  87. 8796c17 gn win: Fix potentially uninitialized variable warning in zip_internal by scottmg@chromium.org · 10 years ago
  88. 0002429 New ZipReader::ExtractCurrentEntryToString API. by joaoe@opera.com · 10 years ago
  89. 7e84479 Fixed uncompressing files with wrong uncompressed size set. by joaoe@opera.com · 10 years ago
  90. 16b1df3 Move internal zip code from zip.cc to zip_internal.cc by joaoe@opera.com · 10 years ago
  91. 516d185 Stop using net::FileStream synchronously in third_party/zlib by hashimoto@chromium.org · 10 years ago
  92. 978ffb3 Move WriteFile and WriteFileDescriptor from file_util to base namespace. by brettw@chromium.org · 10 years ago
  93. 0d73765 Remove some PlatformFile uses from zlib by rvargas@chromium.org · 10 years ago
  94. 84ed265 Adds asynchronous unzip functions to ZipReader by haven@chromium.org · 11 years ago
  95. 65240e1 Convert base::file_util to use File instead of PlatformFile. by rvargas@chromium.org · 11 years ago
  96. c88f4f3 Remove UTF string conversion functions from the global namespace. by avi@chromium.org · 11 years ago
  97. ce54c1b Preserve modification timestamp when zipping files. by joaoe@opera.com · 11 years ago
  98. d62e59c Followup for bug when zipping a folder with non-ascii chars in its name. by joaoe@opera.com · 11 years ago
  99. a060b14 Zip utf-8 file names with encoding bit set. by joaoe@opera.com · 11 years ago
  100. 86d24ba Move directory creation functions to base namespace. by brettw@chromium.org · 11 years ago