Chris Bargren
0b1e6e42e3
Updating change to http_parser to reflect PR for nodejs/http-parser
...
The parser now also supports digits, '-' and '.'. https://github.com/nodejs/http-parser/pull/276
2015-12-28 07:40:15 -07:00
Chris Bargren
d900cec96c
Updating http parser to accept a +
in the schema
2015-12-22 10:38:16 -07:00
Carlos Martín Nieto
d43c7bd050
Rever spelling fixes for dependencies
...
This is not our code and it adds unecessary changes from the upstream
code.
2014-12-05 08:13:43 +01:00
Will Stamper
b874629b2d
Spelling fixes
2014-12-04 21:06:59 -06:00
Martin Woodward
826bc4a81b
Remove use of English expletives
...
Remove words such as fuck, crap, shit etc.
Remove other potentially offensive words from comments.
Tidy up other geopolicital terms in comments.
2012-11-23 13:31:22 +00:00
Vicent Marti
64ac9548aa
Bump the builtin http-parser
2012-11-12 15:42:03 -08:00
Vicent Marti
d215cf2429
http-parser: More type changes
2011-09-28 20:21:48 +02:00
Vicent Marti
59903b1fab
Change types in http-parser
2011-09-28 19:41:33 +02:00
Carlos Martín Nieto
a5b0e7f8bc
Really fix MSVC
...
These was left over from the previous PRs.
Signed-off-by: Carlos Martín Nieto <carlos@cmartin.tk>
2011-09-27 20:08:15 +02:00
Carlos Martín Nieto
887eaf4dc9
Fix dev branch under MSVC
...
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>
2011-09-27 15:02:36 +02:00
Carlos Martín Nieto
b8a8191fed
http: add http-parser
...
The code is under the MIT lincense
Signed-off-by: Carlos Martín Nieto <carlos@cmartin.tk>
2011-09-09 13:12:12 +02:00