Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'cmn/zlib-128' into cmn/zlib-update | Carlos Martín Nieto | 2014-06-11 | 1 | -36/+18 |
|\ | | | | | | | | | | | | | Conflicts: deps/zlib/crc32.c deps/zlib/crc32.h deps/zlib/zconf.h | ||||
| * | Update zlib to 1.2.8 | Carlos Martín Nieto | 2014-06-11 | 1 | -36/+18 |
| | | |||||
* | | Fix compilation warnings in ZLib (MSVC) | Vicent Marti | 2011-03-15 | 1 | -2/+2 |
|/ | | | | | Yes, we are changing the Zlib code. This is dangerous and uncool. Fortunately, these are just some implicit casts. | ||||
* | Add ZLib as a built-in dependency | Vicent Marti | 2011-03-15 | 1 | -0/+1244 |
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. |