2380 Commits (78459182271874b0fab0cb2e2b68046571dba937)

Author SHA1 Message Date
Bert Belder e501ce4b21 buffer: zero-length buffers shouldn't be slab-backed 12 years ago
Fedor Indutny 45024e7b75 tls: allow wildcards in common name 12 years ago
Fedor Indutny 4dd70bb12c tls: allow wildcards in common name 12 years ago
Ben Noordhuis f3e78bd3c2 http: fix "Cannot call method 'emit' of null" 12 years ago
Nathan Rajlich bac537b186 repl: fix lint 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
Bert Belder 7be27240b5 Revert "path: fix bugs related to paths with trailing slashes" 12 years ago
isaacs dc0c524ce6 http: Set _dumped=false initially 12 years ago
Andreas Madsen bb1c03989f path: fix bugs related to paths with trailing slashes 12 years ago
isaacs 9ece63b1d7 http: Don't switch the socket into old-mode 12 years ago
isaacs bc8feb151c http: Use stream.push() instead of touching _readableState 12 years ago
isaacs 840401c024 net: Use readable.push() instead of private methods 12 years ago
isaacs b43e544140 stream: Use push() for Transform._output() 12 years ago
isaacs 530585b2d1 stream: Use push() for readable.wrap() 12 years ago
isaacs a993f740f0 stream: Add readable.push(chunk) method 12 years ago
Shigeki Ohtsu 1211946a8c stream: fix typo 12 years ago
isaacs 18c985919d stream: Override addListener as well as on 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
isaacs df3563aa65 child_process: Pull through untouched stdio streams 12 years ago
isaacs 3e6f737eaf stream: Clean up more effectively in pipe() 12 years ago
Maciej Małecki a5d4e74891 child_process: don't `resume()` created socket 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
Shigeki Ohtsu 2b6c561040 fs: remove unused default option in WriteStream 12 years ago
Shigeki Ohtsu 829f96bada fs: pool size coincide with ReadStream bufferSize 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
Ben Noordhuis 9e32c2ef3e dgram: fix double implicit bind error 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 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