summaryrefslogtreecommitdiff
path: root/deps/http_parser
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade http-parser againRyan Dahl2010-11-103-72/+61
|
* Upgrade http-parserRyan Dahl2010-11-094-17/+124
|
* Upgrade http-parser with a fix for spaces in headersNathan Rajlich2010-10-132-13/+14
|
* Upgrade http-parser for clang compatRyan Dahl2010-07-314-52/+91
|
* Upgrade http-parserRyan Dahl2010-07-263-11/+46
| | | | | | support for - long messages - spaces in header fields
* Upgrade http-parserRyan Dahl2010-07-173-50/+89
|
* Upgrade http-parserRyan Dahl2010-06-233-194/+251
|
* Upgrade http-parserRyan Dahl2010-06-065-139/+241
|
* Upgrade http-parserRyan Dahl2010-05-253-13/+41
|
* Upgrade http-parser, fixes issue 77Ryan Dahl2010-04-284-12/+172
| | | | http://github.com/ry/node/issues#issue/77
* Upgrade http-parserRyan Dahl2010-04-144-4/+140
|
* Upgrade http-parserRyan Dahl2010-03-225-132/+166
| | | | Now at version 6f72c780f0a237a775150a9963bcdf5299685cde
* Upgrade http-parserRyan Dahl2010-02-024-31/+121
| | | | Fixes, among other things, a header overflow attack.
* Upgrade http-parserRyan Dahl2010-01-095-100/+130
|
* Upgrade http-parserRyan Dahl2010-01-073-70/+68
| | | | Fixes \n problem that psanford <pms.mail@gmail.com> reported.
* offload method look up to http-parserRyan Dahl2009-12-072-17/+41
|
* Upgrade http-parser; supports webdav extension methods nowRyan Dahl2009-12-063-190/+191
|
* Upgrade http_parser (fixes bug reported by Felix)Ryan Dahl2009-11-214-61/+97
|
* New http-parserRyan Dahl2009-11-218-6876/+2066
| | | | | | | | | No longer based on Ragel, but hand-written. Had to add HTTPConnection.resetParser() because the parser is stricter and will error out when you try to give it a message after the previous had "Connection: close". The HTTP client was doing that. Thus we reset the parser manually after each new connection.
* Revert "Upgrade http parser, change node as needed."Ryan Dahl2009-11-067-3084/+2950
| | | | | | | Something is broken in how keep-alive is working. Reverting until I can fix it. This reverts commit b893859c34f05db5c45f416949ebc0eee665cca6.
* Upgrade http parser, change node as needed.Ryan Dahl2009-10-157-2950/+3084
| | | | The latest version of http-parser is a bit more stringent EOF semantics.
* Upgrade http_parser, allows quotes in URIRyan Dahl2009-10-143-50/+57
| | | | | http_parser needs to be upgraded to latest code. Currently running off the v0.2 branch, which is missing the latest fixes.
* Add Makefiles which were forgotten.Ryan Dahl2009-10-031-0/+27
|
* Upgrade http_parser to v0.2Ryan2009-08-075-883/+948
|
* upgrade http_parserRyan2009-07-143-12/+21
|
* Upgrade http parserRyan2009-06-123-225/+415
|
* upgrade http_parserRyan2009-06-103-263/+429
|
* Upgrade http_parser - protects against buffer overflows nowRyan2009-06-094-46/+179
|
* Begin refactor of http.cc. Remove libebb add http_parser.Ryan2009-05-035-0/+7150
And most of http.cc was deleted.