index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
third_party
/
zlib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move components/compression to third_party/zlib/google
hajimehoshi
2016-01-14
6
-0
/
+306
*
Global conversion of Pass()→std::move() on OS==linux
dcheng
2015-12-28
1
-15
/
+8
*
Switch to standard integer types in third_party/zlib/google/.
avi
2015-12-27
9
-17
/
+39
*
gn format everything.
tfarina
2015-11-03
1
-2
/
+1
*
Remove crc_folding.c from google.patch
brucedawson
2015-10-13
1
-12
/
+0
*
Fix VC++ 2015 64-bit truncation warning in zlib
brucedawson
2015-10-07
3
-1
/
+14
*
Un-nest configs in GN files.
brettw
2015-09-02
1
-17
/
+27
*
Revert of Un-nest configs in GN files. (patchset #3 id:40001 of https://coder...
thakis
2015-09-01
1
-19
/
+15
*
Un-nest configs in GN files.
brettw
2015-08-31
1
-15
/
+19
*
mention MPL tri-licensed code in our copy of zlib
mostynb
2015-08-07
1
-0
/
+2
*
Remove legacy StartsWithASCII function.
brettw
2015-07-16
1
-1
/
+2
*
Remove some legacy versions of StartsWith and EndsWith.
brettw
2015-07-16
1
-1
/
+2
*
Revert of Remove some legacy versions of StartsWith and EndsWith. (patchset #...
yosin
2015-07-16
1
-2
/
+1
*
Remove some legacy versions of StartsWith and EndsWith.
brettw
2015-07-16
1
-1
/
+2
*
clang/win: Build without -Wno-incompatible-pointer-types.
sammc
2015-07-10
2
-0
/
+12
*
Add local suppresion for -Wparentheses and enable everywhere on Windows.
dcheng
2015-07-01
1
-5
/
+8
*
Add more string_util functions to base namespace.
brettw
2015-06-24
1
-1
/
+1
*
Move EndsWith to base namespace.
brettw
2015-06-12
1
-1
/
+1
*
Move StartsWith[ASCII] to base namespace.
brettw
2015-06-12
1
-1
/
+2
*
zlib: Remove use of MessageLoopProxy and deprecated MessageLoop APIs
skyostil
2015-06-09
1
-5
/
+6
*
Make checkdeps.py check third_party.
John Abd-El-Malek
2015-04-01
1
-0
/
+4
*
Add ZipReader::ExtractCurrentEntry with a delegate interface.
grt
2015-03-18
3
-101
/
+318
*
Revert of Add ZipReader::ExtractCurrentEntry with a delegate interface. (patc...
benwells
2015-03-18
3
-318
/
+101
*
Add ZipReader::ExtractCurrentEntry with a delegate interface.
grt
2015-03-17
3
-101
/
+318
*
Update Chomium's build files to work w/ latest GN binaries.
dpranke
2015-02-20
1
-2
/
+2
*
Fix a few instances of MSVC warning C4244 (possible value truncation).
pkasting
2014-12-03
3
-4
/
+5
*
gn format //third_party
scottmg
2014-12-03
1
-5
/
+17
*
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
[next]