2958 Commits (3622f0308f5083f9a3072d196e5845fc41f5287a)

Author SHA1 Message Date
Ben Noordhuis 0526d834f9 Revert "dgram: implicit binds should be exclusive" 10 years ago
Sam Roberts a32b92dbcf dgram: implicit binds should be exclusive 10 years ago
Sam Roberts 092c224e08 cluster: cluster.disconnect() should check status 10 years ago
Sam Roberts 14310e681e cluster: don't assume all workers bind same ports 10 years ago
Ben Noordhuis 4e58211bb7 src: disable harmony object literals 10 years ago
Ben Noordhuis a2751e3e1e src: disable harmony classes 10 years ago
Chris Dickinson bc629c0c4f src: zlib: revert concatenated-stream changes 10 years ago
Caitlin Potter be2404e0d3 core: throw TypeError if chdir() args are wrong 10 years ago
Ben Noordhuis f17f473af5 build: rename binary from node to iojs 10 years ago
Colin Ihrig b5c9dcb6d7 win,test: fix test-process-active-wraps.js 10 years ago
Evan Lucas c9fd9e2162 dgram: make error messages more informative 10 years ago
Ben Noordhuis 7266b75779 test: move broadcast/multicast test to internet/ 10 years ago
Ben Noordhuis df3c4ca16e Revert "test: don't assume broadcast traffic is unfiltered" 10 years ago
Vladimir Kurchatkin c70d192ab3 util: show symbol properties 10 years ago
Ben Noordhuis 6e9d1c8684 test: fix parallel/test-repl with new v8 10 years ago
Ben Noordhuis 58f3a0382b test: fix parallel/test-repl-harmony with new v8 10 years ago
Ben Noordhuis 52e600a9c8 test: don't assume broadcast traffic is unfiltered 10 years ago
cjihrig b636ba8186 net: make connect() input validation synchronous 10 years ago
Steven R. Loomis a30839576c build: i18n: add icu config options 10 years ago
Aleksey Smolenchuk d8586eab7e lib: introduce process module 10 years ago
Sam Roberts b42c0853ae doc: add tls server.close() callback docs 10 years ago
Sam Roberts 63005ee10b dgram: close() should accept a callback 10 years ago
Sam Roberts 7349d7fd99 dgram: make 'close' event async 10 years ago
Brendan Ashworth 4444b7b52c dgram: changes Socket.close() to return itself 10 years ago
Brendan Ashworth 3e0057dd61 dgram: change Socket.bind() to return itself 10 years ago
teppeis 00a7456c19 assert: fix deepEqual regression 10 years ago
cjihrig 5678595856 fs: deprecate exists() and existsSync() 10 years ago
Ben Noordhuis dab6f681cd lib,src: remove post-gc event infrastructure 10 years ago
Chris Dickinson 91586661c9 stream: switch _writableState.buffer to queue 10 years ago
Ben Noordhuis ebf9f297b3 lib: fix guard expression in timer.unref() 10 years ago
Fedor Indutny b7d247856e test: run tests in parallel, common improvements 10 years ago
Fedor Indutny 0e19476595 test: split test in parallel/sequential 10 years ago
Luis Reis 6f6a97958e zlib: support concatenated gzip files 10 years ago
cjihrig 165b70f146 fs: add access() and accessSync() 10 years ago
Ben Noordhuis db595b2de6 lib: reintroduce v8 module 10 years ago
cjihrig 4bba87050c test: add test for spawnSync() env option 10 years ago
micnic 8c69d7bed4 domain: forward args to .run(fn) 10 years ago
Evan Lucas 78a7dc2b8f module: fix regression in require ../ 10 years ago
Fedor Indutny 687dfc9875 crypto: separate altname extensions with ", " 10 years ago
Alexis Campailla 8708c7abe5 test: mark more tests as flaky 10 years ago
Bert Belder 4efc02a582 test: fix test-fs-symlink-dir-junction-relative 10 years ago
cjihrig 8e272dffa2 test: add test for spawnSync() env option 10 years ago
Bert Belder 2b6a0f85f3 src: remove the tracing module entirely 10 years ago
Trevor Norris 819690fd98 src: all wraps now use actual FunctionTemplate 10 years ago
Trevor Norris 0d60ab3efe src: remove Async Listener 10 years ago
Bert Belder 4d94658918 test: mark test-net-GH-5504 as flaky on linux 10 years ago
Jonathan Johnson c90eac7e0e url: change hostname regex to negate invalid chars 10 years ago
Vladimir Kurchatkin f1f511fd22 smalloc: don't allow to dispose typed arrays 10 years ago
Bert Belder dd7ce69097 test-require-resolve: use case insensitive compare 10 years ago
Bert Belder 7014b7c069 test: make fs-symlink-dir-junction-relative pass on unix 10 years ago