8055 Commits (81c278d58d8154980d49b9c2713ec37f5017c2d3)
 

Author SHA1 Message Date
Nirk Niggler 0459a23063 REPL: fix floating point number parsing 12 years ago
Scott Blomquist a616774281 windows: improve Visual Studio Express build support 12 years ago
Scott Blomquist 5a39df4959 windows: fix perfctr crash on XP and 2003 12 years ago
Ben Noordhuis a7d8c21bca Merge remote-tracking branch 'origin/v0.8' 12 years ago
Ben Noordhuis aad2013508 repl: allow overriding builtins 12 years ago
Ben Noordhuis 875c1106c6 node: remove ev-emul.h 12 years ago
Ben Noordhuis ce1b33a9dc v8: remove optimization switches 12 years ago
Fedor Indutny 8a96bb42c6 test: make tests work with newer v8 12 years ago
Fedor Indutny 5e57bcc3ce bindings: update to new v8 apis 12 years ago
Fedor Indutny 7b4d95a976 deps: update v8 to 3.15.11 12 years ago
Tim Bradshaw 50e88d0b66 os: change CPU time from Integer to Number 12 years ago
Ben Noordhuis 9e32c2ef3e dgram: fix double implicit bind error 12 years ago
Ben Noordhuis acc085e131 doc: add CONTRIBUTING.md 12 years ago
isaacs 44ceb5d8f5 blog: Post for v0.9.5 12 years ago
isaacs 30bd774fbd Now working on 0.9.6 12 years ago
isaacs 9ff2b0b658 Merge branch 'v0.9.5-release' 12 years ago
isaacs 01994e8119 2012.12.30, Version 0.9.5 (Unstable) 12 years ago
isaacs 6c80ef01c1 node: emit 'exit' when exiting with error 12 years ago
isaacs 7550e31d1a benchmark: Make flamegraphs a bit more useful 12 years ago
isaacs ecdde7df15 benchmark: Set port range properly on Linux 12 years ago
isaacs e11668b244 net: Don't go through Stream API when ondata is used 12 years ago
isaacs f423287453 http: Separate out the storeHeader closure 12 years ago
isaacs ba94f9d6f8 timers: Move list.ontimeout to separate function 12 years ago
isaacs aec2f733f9 net: Move createWriteReq to separate function 12 years ago
isaacs 9785ab6057 http: Replace "in" usage with "=== undefined" 12 years ago
lukebayes ae1b0ca7a5 assert: improve support for new execution contexts 14 years ago
isaacs 1c2910d94c test-message: Add setTimeout and nextTick message tests 12 years ago
isaacs ec8ebaf300 domain: use camelCase instead of snake_case 12 years ago
isaacs 4401bb47bf domain: Do not use uncaughtException handler 12 years ago
Ben Noordhuis a7cc53067d deps: upgrade libuv to 4997738 12 years ago
Ben Noordhuis c6e958d44d fs: make 'end' work with ReadStream without 'start' 12 years ago
Ben Noordhuis 910e24b53d fs: remove fs.sendfile() 12 years ago
Ryunosuke SATO c4fc0febfa https: optimize https.createConnection() 12 years ago
Ben Noordhuis a329729537 buffer: speed up base64 encoding by 20% 12 years ago
Luke Arduini 192192a09e Colorize API stabilitity index headers in docs 12 years ago
bentaber e576208eba net: socket.readyState corrections 12 years ago
Ryunosuke SATO fde338bf83 stream: speed up instantiation of readable stream 12 years ago
Ryunosuke SATO 697484df82 domain: speed up domain.create 12 years ago
Ryunosuke SATO 8936868e9b http: remove unused variable 12 years ago
isaacs 4be9c695f0 build: Add hyphen to custom build tags 12 years ago
Maciej Małecki c2e71dd51d build: allow to specify custom tags 12 years ago
isaacs d76eacd4e6 http: Handle end only when stream is not dumped 12 years ago
isaacs 54740c8b24 lint 12 years ago
Ryunosuke SATO 0db521d0b0 repl: remove 'repl' from automatic loading libs 12 years ago
Ryunosuke SATO 31cffae2ba repl: add 'domain' to automatic loading libs 12 years ago
Shigeki Ohtsu 8bf0c15a5b stream2: fix to emit end event on http.ClientResponse 12 years ago
Andreas Madsen ce30683012 doc: document the finish event 12 years ago
Andreas Madsen d68ee22dda stream: do only fake drain when unpiped stream is the source 12 years ago
Andreas Madsen 5daa701aba stream: fix event handler leak in readstream pipe and unpipe 12 years ago
Ryunosuke SATO 27a91387ae util: fix deprecation message in `util.pump` 12 years ago