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
2011-01-04Implement new stream method, destroySoonRyan Dahl
2011-01-04hack for ending https connectionsRyan Dahl
2011-01-04First pass at new https serverRyan Dahl
2011-01-04NODE_DEBUG uses strings instead of bitflagsRyan Dahl
2010-12-05Fix global leaksRyan Dahl
2010-12-02more lintRyan Dahl
2010-11-30Simplify state transitions in http.ClientRyan Dahl
2010-11-30Improve HTTP debug messagesRyan Dahl
2010-11-29styleRyan Dahl
2010-11-21Revert "Merge branch 'writev'"Ryan Dahl
2010-11-19Reset _eof on socket reuseRyan Dahl
2010-11-19Dumper net.js integrationRyan Dahl
2010-11-19Rip out the old TLS implementationRyan Dahl
2010-10-26Fix permissions on http.jsRyan Dahl
2010-10-26allowHalfOpen disabled by defaultRyan Dahl
2010-10-19Fix expect/continue keepaliveMark Nottingham
2010-10-12Add destroy methods to HTTP messagesRyan Dahl
2010-10-12Removed deprecated methods from lib/http.jsMicheil Smith
2010-10-12Fix test-http-buffer-sanityRyan Dahl
2010-10-12Soft migration of sys -> util, Removal of deprecated utils module.Micheil Smith
2010-10-11Closer to a working pipeRyan Dahl
2010-10-11Changing http.js to use the same stream.Stream creation as net.jsMicheil Smith
2010-10-11Add Stream base class with stream.pipeRyan Dahl
2010-10-08expose parsers freelistRyan Dahl
2010-10-07syntax fixes to pass jslintJoshaven Potter
2010-10-04lib/http.js - nested loop stepping on variables of outer loopRyan Dahl
2010-10-02Add support for handling Expect: 100-continueMark Nottingham
2010-10-01Fix zero length buffer bug for http res.end()Ryan Dahl
2010-10-01Consume HTTP trailing headersMark Nottingham
2010-09-30Move the http client's initParser() into prototypeRyan Dahl
2010-09-28Remove require('buffer') in built-in libraries.Ryan Dahl
2010-09-23Fixed 'upgrade' event for httpclientFedor Indutny
2010-09-22HTTP: close connection on connection:close header.Mikeal Rogers
2010-09-19Pass correct message in HTTP client upgradeRyan Dahl
2010-09-17Remove deprecation warnings in http moduleRyan Dahl
2010-09-16Send multiple header lines in ServerResponse#writeHead when header values are...Sam Stephenson
2010-09-15Support for outgoing HTTP trailing headersMark Nottingham
2010-08-28Safe constructors: http.Server and http.ClientRyan Dahl
2010-08-22set-cookies header is an array of values. alwaysRyan Dahl
2010-08-12Don't throw on HEAD requestsRyan Dahl
2010-08-10uppercase request methodsRyan Dahl
2010-08-02Client.onend: Anticipate that the HTTP parser object is uninitialized when th...Ben Noordhuis
2010-08-02Implement keep-alive for http.ClientMikeal Rogers
2010-07-16instanceof Buffer to Buffer.isBuffer()Ryan Dahl
2010-07-15Use Array.isArray instead of instanceofRyan Dahl
2010-07-07Fix headers with empty value.Dmitriy Shalashov
2010-06-21Only concatenate some incoming HTTP headers.Peter Griess
2010-06-16Support 'upgrade' event in HTTP client.Peter Griess
2010-06-16Refactor: Utf8Decoder -> StringDecoderRyan Dahl
2010-06-03Server responses should have a body if HEAD requestRyan Dahl