summaryrefslogtreecommitdiff
path: root/deps/zlib/zutil.c
Commit message (Collapse)AuthorAgeFilesLines
* zlib: get rid of gz*Carlos Martín Nieto2014-06-111-3/+0
|
* Update zlib to 1.2.8Carlos Martín Nieto2014-06-111-10/+16
|
* Add ZLib as a built-in dependencyVicent Marti2011-03-151-0/+318
I don't know if this is good or bad. This lets libgit2 compile cleanly on any platforms without any external dependencies, but adds a little bit of bloat... Let's test this out and see what happens.