summaryrefslogtreecommitdiff
path: root/deps/http-parser/http_parser.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove use of English expletivesMartin Woodward2012-11-231-1/+1
| | | | | | Remove words such as fuck, crap, shit etc. Remove other potentially offensive words from comments. Tidy up other geopolicital terms in comments.
* Bump the builtin http-parserhttp-parser-2Vicent Marti2012-11-121-577/+973
|
* http-parser: More type changesVicent Marti2011-09-281-3/+3
|
* Change types in http-parserVicent Marti2011-09-281-4/+4
|
* Really fix MSVCCarlos Martín Nieto2011-09-271-1/+1
| | | | | | These was left over from the previous PRs. Signed-off-by: Carlos Martín Nieto <carlos@cmartin.tk>
* Fix dev branch under MSVCCarlos Martín Nieto2011-09-271-8/+10
| | | | | | | | | | | | | In libgit2: Move an enum out of an int bitfield in the HTTP transport. In the parser: Use int bitfields and change some variable sizes to better fit thir use. Variables that count the size of the data chunk can only ever be as large as off_t. Warning 4127 can be ignored, as nobody takes it seriously anyway. From Emeric: change some variable declarations to keep MSVC happy. Signed-off-by: Carlos Martín Nieto <carlos@cmartin.tk>
* http: add http-parserCarlos Martín Nieto2011-09-091-0/+1776
The code is under the MIT lincense Signed-off-by: Carlos Martín Nieto <carlos@cmartin.tk>