2045 Commits (061f2075cf81017cdb40de80533ba18746743c94)

Author SHA1 Message Date
Andreas Madsen 2ae9b69871 fs: no end emit after createReadStream.pause() 13 years ago
Ben Noordhuis fa9aa1c961 net: fix 'close' event emit order 13 years ago
Shigeki Ohtsu f721d02c8a http: fix duplicated variable declaration 13 years ago
Maciej Małecki c96df0e37a stream: don't call `cleanup` twice on `end` and `close` 13 years ago
Andreas Madsen 1f3e4a76f9 fs: no end emit after createReadStream.pause() 13 years ago
Igor Zinkovsky 39e25528eb windows: enable creating directory junctions with fs.symlink 13 years ago
Ben Noordhuis 039fac633e deps: upgrade libuv to a478847 13 years ago
Nathan Rajlich a608f65b24 repl: preserve the cursor when redisplaying the prompt on SIGCONT 13 years ago
Nathan Rajlich 3f69c71157 readline: explicitly disable and re-enable "raw mode" on Ctrl+Z 13 years ago
Nathan Rajlich 2b9967fbcc readline: move the "setRawMode" logic into a private function 13 years ago
Andreas Madsen 81a4edcf6a cluster: remove NODE_UNIQUE_ID from env on startup 13 years ago
Andreas Madsen a039bad299 fs.watch should not require a listener arguments 13 years ago
isaacs 1a2255ab44 Faster fs.readFile and fs.readFileSync 13 years ago
isaacs a3753b496e Revert "Fix #3242 Actually deprecate 'binary' buffer encoding" 13 years ago
isaacs 9fc7283a40 Fix #3270 Escape url.parse delims 13 years ago
Adam Malcontenti-Wilson 4099d1eeba http: make http.get() accept a URL 13 years ago
isaacs 1665b4a2a3 lint 13 years ago
Kevin Bowman dfcdd5b8aa fs: add sync open flags 'rs' and 'rs+' 13 years ago
isaacs faa4d9ff5f Re-apply http fixes from v0.6 branch properly 13 years ago
Ben Noordhuis 9ae6d8fee3 http: fix client request.end() EPIPE race 13 years ago
isaacs 9611354f08 lint 13 years ago
isaacs 01103d077b Guard against emitting 'end' twice on http responses 13 years ago
isaacs a98e845516 Break up huge function in ClientRequest.onSocket 13 years ago
Ben Noordhuis a3908f47f1 child_process: hook up handle wrap to owning object 13 years ago
Ben Noordhuis 4ec77e2e28 child_process: rename field _internal to _handle 13 years ago
Ben Noordhuis f66f793c07 net: hook up handle wrap to owning object 13 years ago
Ben Noordhuis 25aea2a072 fs: hook up handle wrap to owning object 13 years ago
Ben Noordhuis d2eaabd0df dgram: hook up handle wrap to owning object 13 years ago
isaacs 14a5b45c06 Guard against emitting 'end' twice on http responses 13 years ago
ssuda fb7348ae06 crypto: add PKCS12/PFX support 13 years ago
Andreas Madsen dceebbfa31 child_process: allow sending a net Socket and Server object using child.send 13 years ago
rsolomo d40415912f net: make isIP() return 0 on empty input 13 years ago
Bert Belder d91004a73d Windows: make path.normalize convert all slashes to backslashes 13 years ago
Bert Belder d8351a2ef4 Automatically close FSWatcher on error 13 years ago
koichik 5f9ffa17b1 fs: fix ReadStream.pause() emits duplicate data event 13 years ago
Nathan Rajlich 38542f76a9 buffer: make SlowBuffer inherit from Buffer 13 years ago
isaacs 07d8a4650e Break up huge function in ClientRequest.onSocket 13 years ago
isaacs a811a4a130 Fix #3058 querystring: Fix incorrect handling of empty keys 13 years ago
Ben Noordhuis 68f63fe9ec child_process: make copy of options arg 13 years ago
Ben Noordhuis 928d28a7b3 util: make _extend() more robust 13 years ago
Felix Geisendörfer bf9d8e9214 Fix exception output for module load exceptions 13 years ago
isaacs 5979f096d1 Fix #3242 Actually deprecate 'binary' buffer encoding 13 years ago
Alex Kocharin e85927119c util: handle non-string return value in .inspect() 13 years ago
Ben Noordhuis ee437c0557 zlib: fix error reporting 13 years ago
Bert Belder 27ddd14e9f net.js: make Socket.bytesWritten work again 13 years ago
Bert Belder 0e57aafbb1 Optimize writing strings with Socket.write 13 years ago
Bert Belder bb675baaa9 net.js: don't pretend that everything is okay when unwrapping fails 13 years ago
isaacs 8c758e127c Don't destroy on timeout 13 years ago
isaacs b4fbf6d275 Fix #3231. Don't try to emit error on a null'ed req object 13 years ago
isaacs 3d84c3db25 More cluster event consistency 13 years ago