2350 Commits (890dc2eeb1bdf4a861cd3493245359238d033a12)

Author SHA1 Message Date
Fedor Indutny 4488a69fac child_process: do not keep list of sent sockets 12 years ago
Fedor Indutny 44cd121c63 Revert "child_process: do not keep list of sent sockets" 12 years ago
Fedor Indutny db5ee0b3de child_process: do not keep list of sent sockets 12 years ago
isaacs b7d76a1a7b Revert "events: Don't crash on events named __proto__" 12 years ago
isaacs 1528de2373 stdio: Set readable/writable flags properly 12 years ago
isaacs b48e303af0 events: Don't crash on events named __proto__ 12 years ago
Ben Noordhuis 30e237041d Revert "tls: allow wildcards in common name" 12 years ago
Ben Noordhuis 498200b87c buffer: reject negative SlowBuffer offsets 12 years ago
Felix Böhm 7465cf911a module: assert that require() is called with a string 12 years ago
isaacs b9ffc537e6 lint: Prefer double-quotes over single 12 years ago
Ryunosuke SATO 61741f9a83 repl: fix how to module requiring in code comment 12 years ago
James Campos c93c99c7c3 assert that require() has a truthy path 12 years ago
isaacs 14e8f806de stream: Properly handle large reads from push-streams 12 years ago
Trevor Norris 7393740c7b buffer: improve read/write speed with assert 12 years ago
Trevor Norris 22b84e6216 buffer: floating point read/write improvements 12 years ago
Alexandr Emelin eef0ccbcaf http: fix duplicate var initialization 12 years ago
Mathias Bynens bc764f3dff punycode: update to v1.2.0 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
Bert Belder a6b8f63660 buffer: zero-length buffers shouldn't be slab-backed 12 years ago
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