summaryrefslogtreecommitdiff
path: root/deps
Commit message (Expand)AuthorAgeFilesLines
...
* cmake: move zlib build instructions into subdirectoryPatrick Steinhardt2017-08-161-0/+4
* cmake: move http-parser build instructions into subdirectoryPatrick Steinhardt2017-08-161-0/+3
* cmake: move regex build instructions into subdirectoryPatrick Steinhardt2017-08-161-0/+2
* cmake: move winhttp build instructions into subdirectoryPatrick Steinhardt2017-08-161-0/+26
* zlib: include "git2/types.h" instead of "common.h"Patrick Steinhardt2017-07-031-1/+2
* Updating change to http_parser to reflect PR for nodejs/http-parserChris Bargren2015-12-281-2/+5
* Updating http parser to accept a `+` in the schemaChris Bargren2015-12-221-1/+1
* Correct line endings on winhttp.defEdward Thomson2015-06-101-29/+29
* use a different .def file for 64 bitTony Kelman2015-03-161-0/+29
* patch so mingw-w64 can buildklutzy2015-03-162-0/+16
* Win32: Enable WinHTTP for MinGWPhilip Kelley2015-03-163-0/+650
* Rever spelling fixes for dependenciesCarlos Martín Nieto2014-12-052-2/+2
* Spelling fixesWill Stamper2014-12-042-2/+2
* Solaris doesn't necessarily have stdint.h, use inttypes.hJacques Germishuys2014-08-051-0/+2
* zlib: disable warning 4142 on MSVCcmn/update-zlibCarlos Martín Nieto2014-06-111-0/+1
* zlib: get rid of compress.c and uncompr.cCarlos Martín Nieto2014-06-112-139/+0
* zlib: get rid of gz*Carlos Martín Nieto2014-06-116-2042/+0
* zlib: add a few missing definesCarlos Martín Nieto2014-06-111-0/+3
* Merge branch 'cmn/zlib-update' into cmn/update-zlibCarlos Martín Nieto2014-06-1121-449/+3527
|\
| * Merge branch 'cmn/zlib-128' into cmn/zlib-updateCarlos Martín Nieto2014-06-1121-449/+3527
| |\
| | * Update zlib to 1.2.8Carlos Martín Nieto2014-06-1122-458/+4502
* | | Clean up warningsEdward Thomson2013-12-091-3/+10
* | | Several warnings detected by static code analyzer fixedArkadiy Shapkin2013-03-181-1/+1
* | | regex: Proper define for this thingVicent Marti2013-01-111-5/+5
* | | regex: Fixed warnings about unused parameter values.Sebastian Bauer2013-01-112-4/+12
* | | regex: Fixed several warnings about signed/unsigned conversions.Sebastian Bauer2013-01-113-9/+11
* | | Remove use of English expletivesMartin Woodward2012-11-232-2/+2
* | | Bump the builtin http-parserhttp-parser-2Vicent Marti2012-11-122-647/+1079
* | | regex: fix sign warningsCarlos Martín Nieto2012-02-182-10/+13
* | | regex: The world uses utf-8Carlos Martín Nieto2012-02-181-32/+1
* | | regex: Move the defines to a config header and include it unconditionallyCarlos Martín Nieto2012-02-182-2/+7
* | | Add POSIX regex sources when neededCarlos Martín Nieto2012-02-176-0/+11476
* | | msvc: Remove superfluous includesVicent Marti2011-10-051-15/+1
* | | http-parser: Disable MSVC warnings locallyVicent Marti2011-09-291-0/+5
* | | Resync with upstream http-parserCarlos Martín Nieto2011-09-281-12/+11
* | | http-parser: More type changesVicent Marti2011-09-282-4/+4
* | | Change types in http-parserVicent Marti2011-09-281-4/+4
* | | Really fix MSVCCarlos Martín Nieto2011-09-271-1/+1
* | | Fix dev branch under MSVCCarlos Martín Nieto2011-09-271-8/+10
* | | http-parser: Do not use bitfieldsVicent Marti2011-09-271-11/+12
* | | http: add http-parserCarlos Martín Nieto2011-09-093-0/+2075
|/ /
* | Fix compilation in WindowsVicent Marti2011-08-082-0/+883
* | zlib: Declare preprocessor directives at build timeVicent Marti2011-07-011-4/+0
* | zlib: No visualization attributes.Vicent Marti2011-06-301-0/+1
* | Define NO_GZIP in zconf.h instead of at compile timeVicent Marti2011-03-161-0/+1
* | Fix compilation warnings in ZLib (MSVC)Vicent Marti2011-03-152-5/+5
* | Use a more sane zconf.f when building ZlibVicent Marti2011-03-151-391/+19
|/
* Add ZLib as a built-in dependencyVicent Marti2011-03-1516-0/+8789