2445 Commits (bdb78b9945f65a0f2a364995eaf099561a902df7)

Author SHA1 Message Date
isaacs 9785ab6057 http: Replace "in" usage with "=== undefined" 12 years ago
lukebayes ae1b0ca7a5 assert: improve support for new execution contexts 14 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 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
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 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 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
Ben Taber 526d852565 net: allow socket end before connect 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 fb915ed957 lint 12 years ago
isaacs c048c814c7 http: Trivial fix for comments and 'this.read' 12 years ago
isaacs f9caf7020c streams: Speed up by doing less work in the state ctors 12 years ago
isaacs 8624adf5d8 http: use IncomingMessage._dump() instead of resume() 12 years ago
Ben Noordhuis 5a19c07c08 http: pack response body buffer in first tcp packet 12 years ago
Farid Neshat dcaebec208 fs: add autoClose=true option to fs.createReadStream 12 years ago
isaacs 9f4c0988c3 streams2: Process write buffer in a loop, not recursively 12 years ago
isaacs cab22644a5 net: Properly read buffer in Socket.bytesWritten 12 years ago
isaacs f63af64eb8 test-pummel: Add call validation in net-write-callbacks 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
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 3751c0fe40 streams2: Still emit error if there was a write() cb 12 years ago
isaacs 1d369317ea http: Refactor for streams2 12 years ago
isaacs 81e356279d child_process: Remove stream.pause/resume calls 12 years ago
isaacs bb56dcc450 tty/stdin: Refactor for streams2 12 years ago
isaacs 8a3befa0c6 net: Refactor to use streams2 12 years ago
isaacs 854171dc6f streams2: Remove extraneous bufferSize setting 12 years ago
isaacs 04541cf7bc streams2: Emit pause/resume events 12 years ago
isaacs 8fe7b0c910 streams2: Support a Readable hwm of 0 12 years ago
isaacs 5760244cc6 streams2: Writable only emit 'finish' once 12 years ago
isaacs 8f428f3b0d streams2: Call read(0) on resume() 12 years ago
isaacs fc7d8d59f7 lint 12 years ago
isaacs dbcacc5afe streams2: NextTick the emit('readable') in resume() 12 years ago
isaacs 99021b7a4f streams2: pause() should be immediate 12 years ago
isaacs 42981e2aad streams2: Switch to old-mode immediately, not nextTick 12 years ago
isaacs 83704f1279 streams2: Set readable=false on end 12 years ago