1271 Commits (1ccdde9a6986e7e258e9aa0de10ca51fc0c5a9d4)

Author SHA1 Message Date
Andreas Madsen c2c08196d8 cluster: rename worker.unqiueID to worker.id 13 years ago
Bert Belder 34b0b6a613 test-bad-unicode: update to reflect V8 3.11 behavior 13 years ago
isaacs e733dc3bc3 Fix #3388 Support listening on file descriptors 13 years ago
isaacs a11bf99ce0 Fix #3407 os.tmpDir() 13 years ago
Bert Belder b866a96cfa test-child-process-kill: make it pass on windows 13 years ago
Ben Noordhuis 900196e135 crypto: make cipher/decipher accept buffer args 13 years ago
Bert Belder b27a4cbe2a test-module-loading: convert backslashes to forward slashes 13 years ago
Bert Belder 094f742657 test-http-get-pipeline-problem: don't fail if there are stray files in the temp dir 13 years ago
Bert Belder 00ba1cbce1 test-net-write-slow: increase the socket timeout period 13 years ago
isaacs 6ce013dd4b fix fs.readFile with lying size=0 stat results 13 years ago
isaacs d53cdc5378 Add Buffer.concat method 13 years ago
Charlie McConnell 2eb181d28c child_process: fix test implementation for options.detached 13 years ago
Nuno Job 284816ee9f test: add test for bad unicode sequences 13 years ago
isaacs 65242abc3b Fix fs.realpath tests so that they actually run 13 years ago
isaacs 131a67e7ef Fix #3394 fs.realpath: Properly cache symlink targets 13 years ago
Andreas Madsen 60b45dcbb6 domain: document and test dispose event 13 years ago
Andreas Madsen 535e109a3a domain: run now return callback result 13 years ago
Marc Harter 569acea0ee Fix #3379 prevent domain.intercept passing 1st arg to cb 13 years ago
Charlie McConnell 4b021a3541 child_process: expose UV_PROCESS_DETACHED as options.detached 13 years ago
Ben Noordhuis 463d6bac8b fs: make callbacks run in global context 13 years ago
isaacs 28e851c169 Warn about running npm in the repl 13 years ago
Fedor Indutny af98fc9d5f child_process: new stdio API for .spawn() method 13 years ago
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
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
Igor Zinkovsky 6e435da7f9 remove race from test-child-process-fork-exec-argv test 13 years ago
Ben Noordhuis 0888cdd412 test: fix bad comment 13 years ago
Ben Noordhuis 989ae81c71 test: fix simple/test-process-active-wraps 13 years ago
Andreas Madsen 81a4edcf6a cluster: remove NODE_UNIQUE_ID from env on startup 13 years ago
Ben Noordhuis ca642b020d test: add http 'data after timeout' test 13 years ago
isaacs 75670d3f63 test: wait for 'close' event for stdout 13 years ago
isaacs d0c010e39b test: root can connect to chmod'd pipes 13 years ago
isaacs b48f7f7eac test: Solaris is not as granular with rename fs watch events 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 9fc7283a40 Fix #3270 Escape url.parse delims 13 years ago
Adam Malcontenti-Wilson 4099d1eeba http: make http.get() accept a URL 13 years ago
Kevin Bowman dfcdd5b8aa fs: add sync open flags 'rs' and 'rs+' 13 years ago
Ben Noordhuis 9ae6d8fee3 http: fix client request.end() EPIPE race 13 years ago
Ben Noordhuis 5f0406534c process: add _getActiveHandles(), _getActiveRequests() 13 years ago
Ben Noordhuis 4ec77e2e28 child_process: rename field _internal to _handle 13 years ago
Ben Noordhuis 9b42d7daaf test: add https + .pfx client/server test 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
Ben Noordhuis bd907174e8 node: delete NODE_CHANNEL_FD from env 13 years ago
Bert Belder a475e62a3e Windows: add test for path.normalize with UNC paths 13 years ago
koichik 5f9ffa17b1 fs: fix ReadStream.pause() emits duplicate data event 13 years ago
isaacs a811a4a130 Fix #3058 querystring: Fix incorrect handling of empty keys 13 years ago