Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-01-09Merge remote branch 'origin/v0.6'Ryan Dahl
2012-01-04Potential fix for #2438Ryan Dahl
2011-12-29Merge branch 'v0.6'Ben Noordhuis
2011-12-29Revert "Add HandleScope to http-parser binding"Ryan Dahl
2011-12-22Merge remote branch 'origin/v0.6'Ryan Dahl
2011-12-22Add HandleScope to http-parser bindingRyan Dahl
2011-12-08Move node_http_parser.cc global vars into node_vars.hRyan Dahl
2011-11-09Remove stray NODE_MODULE() semi-colons.Ben Noordhuis
2011-11-02doc: fix linksMaciej MaƂecki
2011-10-25http: fix gcc 3.x build, don't use always_inlineBen Noordhuis
2011-10-21http: improve http parser bindingsBen Noordhuis
2011-10-19http: Added support for HTTP PATCH verbThomas Parslow
2011-08-07Make MSVS build.Peter Bright
2011-08-06Upgrade http_parser to 965f91bc76b2d1601e23Ryan Dahl
2011-03-15Update copyright headersRyan Dahl
2011-02-05http-parser: Error on EOF errorsRyan Dahl
2011-01-21...Ryan Dahl
2010-11-22Add support for SSDP methods -_-Ryan Dahl
2010-11-19query-string unescape moved to js landRyan Dahl
2010-09-09Fast buffers for http-parserRyan Dahl
2010-07-14Move http parser to extension model.Paul Querna
2010-06-30Expose new HTTP methodsRyan Dahl
2010-06-30fix whitespace errorsBlake Mizerany
2010-06-16Fix Linux buildRyan Dahl
2010-06-16A replacement for decodeURIComponent that doesn't throw.isaacs
2010-06-07Upgrade http-parserRyan Dahl
2010-05-26In HTTP parser, proxy return value of onHeadersCompleteRyan Dahl
2010-05-26Upgrade http-parserRyan Dahl
2010-05-21Throwing in a callback should kill the processRyan Dahl
2010-05-15Changes to work on Solaris 10Ryan Dahl
2010-04-14Support Upgrade in HTTP messagesRyan Dahl
2010-03-22Upgrade http-parserRyan Dahl
2010-02-03Remove some unnecessary handlescopesRyan Dahl
2010-01-28Reimplment BuffersRyan Dahl
2010-01-27Clean up http_parser binding - add assertsRyan Dahl
2010-01-26HTTP works somewhat on net2 nowRyan Dahl
2010-01-25Provide buffer in HTTPParser callbacks.Ryan Dahl
2010-01-24Implement new http-parser binding using BufferRyan Dahl