2262 Commits (fbb963b5d520a70d9c3f2f9ec116d79a0c676f80)

Author SHA1 Message Date
Trevor Norris 22b84e6216 buffer: floating point read/write improvements 12 years ago
Ben Noordhuis 9668df8b39 v8: work around String::WriteAscii segfault 12 years ago
Fedor Indutny b4b750b6a5 tls: follow RFC6125 more stricly 12 years ago
isaacs 20a3c5d09c streams2: Do not allow hwm < lwm 12 years ago
isaacs 27fafd4648 stream: Do not call endReadable on a non-empty stream 12 years ago
Ben Noordhuis f3e78bd3c2 http: fix "Cannot call method 'emit' of null" 12 years ago
Felix Böhm 9bce5e8f3e repl: make built-in modules available by default 12 years ago
Bert Belder 6a91eab097 path: make basename and extname ignore trailing slashes 12 years ago
isaacs 3383d77c61 test: child process { stdio:'inherit' } 12 years ago
Bert Belder 7be27240b5 Revert "path: fix bugs related to paths with trailing slashes" 12 years ago
Andreas Madsen bb1c03989f path: fix bugs related to paths with trailing slashes 12 years ago
isaacs b43e544140 stream: Use push() for Transform._output() 12 years ago
isaacs a993f740f0 stream: Add readable.push(chunk) method 12 years ago
Ben Noordhuis ed825f4888 typed arrays: fix 32 bit size/index overflow 12 years ago
Fedor Indutny 45941811dc streams: set listener first, emit 'data' later 12 years ago
Shigeki Ohtsu 9b363b022f net: fix bufferSize include writableStream length 12 years ago
Ben Noordhuis ad6769fc92 dgram: don't assert on send('string') 12 years ago
Ben Noordhuis 879efb3338 test: fix simple/test-http-client-timeout-with-data 12 years ago
Ben Noordhuis 4e1a2f9a89 test: disable simple/test-debug-brk-file 12 years ago
Bradley Meck 70ad9bbcbd child_process: make fork() execPath configurable 12 years ago
James Hight 3f76419a04 net: add localAddress and localPort to Socket 12 years ago
Nirk Niggler 0459a23063 REPL: fix floating point number parsing 12 years ago
Ben Noordhuis aad2013508 repl: allow overriding builtins 12 years ago
Fedor Indutny 8a96bb42c6 test: make tests work with newer v8 12 years ago
Ben Noordhuis 9e32c2ef3e dgram: fix double implicit bind error 12 years ago
isaacs 6c80ef01c1 node: emit 'exit' when exiting with error 12 years ago
isaacs ba94f9d6f8 timers: Move list.ontimeout to separate function 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 910e24b53d fs: remove fs.sendfile() 12 years ago
bentaber e576208eba net: socket.readyState corrections 12 years ago
Shigeki Ohtsu 8bf0c15a5b stream2: fix to emit end event on http.ClientResponse 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
Ben Noordhuis d2e7ca0449 test: add regression test for #4463 12 years ago
Nathan Rajlich 837df70b75 repl: don't touch `require.cache` 12 years ago
isaacs 244924823e stdio: Do not read from stdout/err 12 years ago
isaacs 0edd93dcc1 test: Fix simple/test-http-localaddress 12 years ago
Farid Neshat dcaebec208 fs: add autoClose=true option to fs.createReadStream 12 years ago
isaacs f63af64eb8 test-pummel: Add call validation in net-write-callbacks 12 years ago
isaacs f3f4e290e0 test: 2 resume() calls needed to flush streams 12 years ago
isaacs 82c7c84e25 net: Handle sync writable streams synchronously 12 years ago
isaacs 6c5356bfe2 Revert "buffer: allocate memory with mmap()" 12 years ago
isaacs 945f877d30 test: Fix test-https-localaddress* 12 years ago
Brian White 827b2a9b0b http: bubble up parser errors to ClientRequest 12 years ago
Ben Noordhuis 2433ec8276 buffer: allocate memory with mmap() 12 years ago
isaacs cd51fa8f5a test: Update message tests for streams2 12 years ago
isaacs abbd47e4a3 test: Update simple/test-fs-{write,read}-stream-err for streams2 12 years ago