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
2010-05-28Insert some hot paths into HTTPRyan Dahl
2010-05-28Refactor HTTPRyan Dahl
2010-05-27Simplify a few internal HTTP events.Ryan Dahl
2010-05-26Avoided sending empty chunkedEncoding chunks in the middle of http responsesSam Hughes
2010-05-26Fix issue 89, parsing responses to HEAD requestsRyan Dahl
2010-05-26In HTTP parser, proxy return value of onHeadersCompleteRyan Dahl
2010-05-24Added reason phrases for a bunch of HTTP status codes.Ben Noordhuis
2010-05-21Throwing in a callback should kill the processRyan Dahl
2010-05-18Fix utf8stream referencesRyan Dahl
2010-05-18Use Utf8Stream for http Streams with utf8 encodingFelix Geisendörfer
2010-05-12Deprecate sendHeader() and writeHeader(), ppl should use writeHead()Ryan Dahl
2010-05-12Default to 2 second timeout for http serversRyan Dahl
2010-05-10Revert "destroy instead of end http connection at end of pipeline"Ryan Dahl
2010-05-06destroy instead of end http connection at end of pipelineRyan Dahl
2010-05-06Fix a bug in http.Client where parsers may be prematurely released back to th...Thomas Lee
2010-05-05Fix whitespaceRyan Dahl
2010-05-05Emit a better error message when something strange is sent to OutgoingMessage...isaacs
2010-05-03Add another http upgrade testRyan Dahl
2010-05-03Don't emit error twice from http.ClientRyan Dahl
2010-05-02Fixing the 1 byte off error in http.Server's upgradeHeadMicheil Smith
2010-05-02Fix deprecation messageRyan Dahl
2010-05-01Making requestListener for the construction of a http.Server optional, as it ...Micheil Smith
2010-05-01Implementing the event emit for Upgrade requests, with tests.Micheil Smith
2010-04-30http server emits 'clientError'Ryan Dahl
2010-04-23Unhandled 'error' events kill programRyan Dahl
2010-04-22Force no body on http 204 and 304Ryan Dahl
2010-04-15Merge branch 'master' into opensslRhys Jones
2010-04-15Fix upgradeHead bounds.Micheil Smith
2010-04-15Merge branch 'master' into opensslRhys Jones
2010-04-14Support Upgrade in HTTP messagesRyan Dahl
2010-04-14Merge branch 'master' into opensslRhys Jones
2010-04-13Moving the http.js, net.js FreeList to being standalone.Micheil Smith
2010-04-13Recycle http client parsersRyan Dahl
2010-04-13Moved Credentials into crypto module. Added node_crypto into crypto moduleRhys Jones
2010-04-12Added https server supportRhys Jones
2010-04-12Added https supportRhys Jones
2010-04-12Replace slow and broken for..in loops with faster for loops over the keys.Tim Caswell
2010-04-12Add incoming.httpVersionRyan Dahl
2010-04-09Use some more Binary/F methods for BufferRyan Dahl
2010-04-08Update stream API: forceClose() -> destroy(), close() -> end()Ryan Dahl
2010-04-06Allow stream to write on closeRyan Dahl
2010-04-03Fix test-http-chunked. Need to check for \0 at end of utf8 stringsRyan Dahl
2010-03-24Add req.connection and res.connectionRyan Dahl
2010-03-24Don't free http parser for the client!Ryan Dahl
2010-03-24snake to camel in HTTPRyan Dahl
2010-03-24Fix HTTP keep-aliveRyan Dahl
2010-03-23Fix debug statement that was using puts instead of debug()isaacs
2010-03-20Don't use sys.debug, it gets preprocessed outRyan Dahl
2010-03-20Add legacy 'binary' encoding/decoding methods to BufferRyan Dahl
2010-03-20http2 now defaultRyan Dahl