summaryrefslogtreecommitdiff
path: root/deps/http_parser
Commit message (Collapse)AuthorAgeFilesLines
* deps: update http_parser to 2.2.1Fedor Indutny2014-01-296-8/+23
| | | | | | Main changes: * Fixed content-length and chunk-size overflow test
* deps: update http_parser to 2.2Fedor Indutny2013-12-2012-96/+647
| | | | | | Main changes: * Added support for http statusMessage
* deps: upgrade http_parser to 303c4e4Ben Noordhuis2013-08-212-9/+30
| | | | | | | Upgrade to joyent/http-parser@303c4e4. Changes: * Do not accept PUN/GEM methods as PUT/GET. * Further request method check strengthening.
* deps: upgrade http_parser to ad3b631Ben Noordhuis2012-08-308-229/+1639
|
* Merge remote-tracking branch 'ry/v0.6' into masterisaacs2012-04-181-934/+99
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: AUTHORS ChangeLog LICENSE Makefile deps/http_parser/test.c deps/npm/AUTHORS deps/npm/html/api/bin.html deps/npm/html/api/bugs.html deps/npm/html/api/commands.html deps/npm/html/api/config.html deps/npm/html/api/deprecate.html deps/npm/html/api/docs.html deps/npm/html/api/edit.html deps/npm/html/api/explore.html deps/npm/html/api/help-search.html deps/npm/html/api/init.html deps/npm/html/api/install.html deps/npm/html/api/link.html deps/npm/html/api/load.html deps/npm/html/api/ls.html deps/npm/html/api/npm.html deps/npm/html/api/outdated.html deps/npm/html/api/owner.html deps/npm/html/api/pack.html deps/npm/html/api/prefix.html deps/npm/html/api/prune.html deps/npm/html/api/publish.html deps/npm/html/api/rebuild.html deps/npm/html/api/restart.html deps/npm/html/api/root.html deps/npm/html/api/run-script.html deps/npm/html/api/search.html deps/npm/html/api/shrinkwrap.html deps/npm/html/api/start.html deps/npm/html/api/stop.html deps/npm/html/api/submodule.html deps/npm/html/api/tag.html deps/npm/html/api/test.html deps/npm/html/api/uninstall.html deps/npm/html/api/unpublish.html deps/npm/html/api/update.html deps/npm/html/api/version.html deps/npm/html/api/view.html deps/npm/html/api/whoami.html deps/npm/html/doc/README.html deps/npm/html/doc/adduser.html deps/npm/html/doc/bin.html deps/npm/html/doc/bugs.html deps/npm/html/doc/build.html deps/npm/html/doc/bundle.html deps/npm/html/doc/cache.html deps/npm/html/doc/changelog.html deps/npm/html/doc/coding-style.html deps/npm/html/doc/completion.html deps/npm/html/doc/config.html deps/npm/html/doc/deprecate.html deps/npm/html/doc/developers.html deps/npm/html/doc/disputes.html deps/npm/html/doc/docs.html deps/npm/html/doc/edit.html deps/npm/html/doc/explore.html deps/npm/html/doc/faq.html deps/npm/html/doc/folders.html deps/npm/html/doc/help-search.html deps/npm/html/doc/help.html deps/npm/html/doc/index.html deps/npm/html/doc/init.html deps/npm/html/doc/install.html deps/npm/html/doc/json.html deps/npm/html/doc/link.html deps/npm/html/doc/list.html deps/npm/html/doc/npm.html deps/npm/html/doc/outdated.html deps/npm/html/doc/owner.html deps/npm/html/doc/pack.html deps/npm/html/doc/prefix.html deps/npm/html/doc/prune.html deps/npm/html/doc/publish.html deps/npm/html/doc/rebuild.html deps/npm/html/doc/registry.html deps/npm/html/doc/removing-npm.html deps/npm/html/doc/restart.html deps/npm/html/doc/root.html deps/npm/html/doc/run-script.html deps/npm/html/doc/scripts.html deps/npm/html/doc/search.html deps/npm/html/doc/semver.html deps/npm/html/doc/shrinkwrap.html deps/npm/html/doc/star.html deps/npm/html/doc/start.html deps/npm/html/doc/stop.html deps/npm/html/doc/submodule.html deps/npm/html/doc/tag.html deps/npm/html/doc/test.html deps/npm/html/doc/uninstall.html deps/npm/html/doc/unpublish.html deps/npm/html/doc/update.html deps/npm/html/doc/version.html deps/npm/html/doc/view.html deps/npm/html/doc/whoami.html deps/npm/lib/npm.js deps/npm/man/man1/npm.1 deps/npm/man/man3/npm.3 deps/npm/node_modules/fstream-npm/fstream-npm.js deps/npm/node_modules/fstream-npm/node_modules/fstream-ignore/package.json deps/npm/node_modules/fstream-npm/package.json deps/npm/node_modules/node-gyp/LICENSE deps/npm/node_modules/node-gyp/lib/build.js deps/npm/node_modules/node-gyp/lib/install.js deps/npm/node_modules/node-gyp/node_modules/ansi/package.json deps/npm/node_modules/node-gyp/node_modules/glob/package.json deps/npm/node_modules/node-gyp/package.json deps/npm/package.json deps/uv/test/test-fs.c deps/v8/src/regexp-macro-assembler-tracer.cc deps/v8/src/version.cc src/node_version.h src/platform_sunos.cc test/simple/test-net-write-after-close.js wscript
| * deps: upgrade http_parser to joyent/http-parser@da91852Ben Noordhuis2012-04-142-0/+53
| |
| * deps: upgrade http_parser to joyent/http-parser@b47c44dBen Noordhuis2012-03-173-9/+58
| |
* | deps: upgrade http_parser to 8bec3eaBen Noordhuis2012-03-125-106/+120
| |
* | http_parser: upgrade to 62110efBen Noordhuis2012-02-207-602/+1782
|/
* Upgrade http-parser to joyent/http-parser@2498961Ryan Dahl2011-11-226-23/+81
|
* Rename gyp files to produce useful solution names.Peter Bright2011-08-131-53/+8
| | | | | | | | | | | | | | Hoist common settings into common.gypi. Restrict v8's common.gypi to v8 projects. Ensure v8 doesn't use /MP in debug builds. Add basic settings for other platforms. Make uv import common.gypi properly. Remove LTCG warning.
* Make MSVS build.Peter Bright2011-08-061-3/+32
| | | | | MSVS settings don't actually need to be guarded by conditions. gyp will do the right thing.
* clean merge scabsRyan Dahl2011-08-061-3/+0
|
* WIPRyan Dahl2011-08-061-0/+3
|
* WIPRyan Dahl2011-08-061-0/+3
|
* Upgrade http_parser to 965f91bc76b2d1601e23Ryan Dahl2011-08-066-288/+608
|
* Upgrade http-parser to eee60127c0df551be085cc8e7983e36d7700d885Ryan Dahl2011-06-036-62/+238
|
* Upgrade http-parserRyan Dahl2011-02-042-4/+23
|
* Add cmake build support.Tom Hughes2010-11-221-0/+2
| | | | | | Squashed commit of ca128f7dcd28cbcfba154c8577ed54d4aa71dd02 with contributions from Mark Constable (markc@renta.net) and Daniel Gröber (darklord@darkboxed.org).
* Upgrade http-parserRyan Dahl2010-11-214-3/+47
|
* 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.