summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 2012.12.30, Version 0.9.5 (Unstable)v0.9.5v0.9.5-releaseisaacs2012-12-293-2/+36
* node: emit 'exit' when exiting with errorisaacs2012-12-294-1/+51
* benchmark: Make flamegraphs a bit more usefulisaacs2012-12-291-32/+49
* benchmark: Set port range properly on Linuxisaacs2012-12-291-0/+1
* net: Don't go through Stream API when ondata is usedisaacs2012-12-291-4/+4
* http: Separate out the storeHeader closureisaacs2012-12-291-48/+51
* timers: Move list.ontimeout to separate functionisaacs2012-12-292-50/+55
* net: Move createWriteReq to separate functionisaacs2012-12-291-35/+26
* http: Replace "in" usage with "=== undefined"isaacs2012-12-291-6/+6
* assert: improve support for new execution contextslukebayes2012-12-292-2/+8
* test-message: Add setTimeout and nextTick message testsisaacs2012-12-294-0/+73
* domain: use camelCase instead of snake_caseisaacs2012-12-296-32/+32
* domain: Do not use uncaughtException handlerisaacs2012-12-295-102/+129
* fs: make 'end' work with ReadStream without 'start'Ben Noordhuis2012-12-281-1/+1
* fs: remove fs.sendfile()Ben Noordhuis2012-12-283-87/+0
* https: optimize https.createConnection()Ryunosuke SATO2012-12-281-18/+17
* buffer: speed up base64 encoding by 20%Ben Noordhuis2012-12-282-58/+78
* Colorize API stabilitity index headers in docsLuke Arduini2012-12-273-10/+58
* net: socket.readyState correctionsbentaber2012-12-272-4/+53
* stream: speed up instantiation of readable streamRyunosuke SATO2012-12-271-1/+1
* domain: speed up domain.createRyunosuke SATO2012-12-271-1/+1
* http: remove unused variableRyunosuke SATO2012-12-271-2/+0
* build: Add hyphen to custom build tagsisaacs2012-12-262-2/+5
* http: Handle end only when stream is not dumpedisaacs2012-12-261-1/+3
* repl: remove 'repl' from automatic loading libsRyunosuke SATO2012-12-261-1/+1
* repl: add 'domain' to automatic loading libsRyunosuke SATO2012-12-261-2/+2
* stream2: fix to emit end event on http.ClientResponseShigeki Ohtsu2012-12-262-0/+57
* doc: document the finish eventAndreas Madsen2012-12-261-0/+5
* stream: do only fake drain when unpiped stream is the sourceAndreas Madsen2012-12-262-8/+85
* stream: fix event handler leak in readstream pipe and unpipeAndreas Madsen2012-12-262-9/+87
* util: fix deprecation message in `util.pump`Ryunosuke SATO2012-12-261-1/+1
* test: add regression test for #4463Ben Noordhuis2012-12-251-0/+26
* net: allow socket end before connectBen Taber2012-12-251-1/+1
* openssl: clean up openssl.gypBen Noordhuis2012-12-241-16/+3
* build: allow to specify custom tagsMaciej MaƂecki2012-12-213-2/+17
* Now working on 0.9.5isaacs2012-12-211-2/+2
* Merge branch 'v0.9.4-release'isaacs2012-12-211166-1836/+40442
|\
| * 2012.12.21, Version 0.9.4 (Unstable)v0.9.4v0.9.4-releaseisaacs2012-12-213-2/+58
| * doc: Nudge formatting to make json generator happyisaacs2012-12-211-4/+4
| * Merge remote-tracking branch 'ry/v0.8'isaacs2012-12-211162-1830/+40380
| |\
| | * npm: upgrade to 1.1.70isaacs2012-12-211161-1803/+40338
| | * blog: More streams2 wordsmithingisaacs2012-12-211-22/+22
| | * blog: Update blog post re streams2isaacs2012-12-211-10/+25
* | | repl: don't touch `require.cache`Nathan Rajlich2012-12-212-1/+33
|/ /
* | Ease building with VS Express by checking in generated files.Scott Blomquist2012-12-218-12/+209
* | stdio: Do not read from stdout/errisaacs2012-12-214-18/+116
* | test: Fix simple/test-http-localaddressisaacs2012-12-212-0/+3
* | lintisaacs2012-12-212-8/+9
* | http: Trivial fix for comments and 'this.read'isaacs2012-12-211-3/+3
* | benchmark: Set ephemeral ports properly on sunosisaacs2012-12-212-5/+26