2063 Commits (8f94ef46b77eb290a2633811d7dfe6aab0d777a0)

Author SHA1 Message Date
isaacs 5e9c7a92f2 test: Darwin file watcher has paths now 12 years ago
isaacs a58454226f stream: Handle multi-corking properly 12 years ago
isaacs c38ce9bc0a stream: Guarantee ordering of 'finish' event 12 years ago
Ben Kelly 8a407f58b9 os: Include netmask in os.networkInterfaces() 12 years ago
Miroslav Bajtoš 43ec1b1c2e debugger, cluster: each worker has new debug port 12 years ago
Daniel Moore 3b6fc600e2 stream: make Readable.wrap support empty streams 12 years ago
Daniel Moore 1ad93a6584 stream: make Readable.wrap support objectMode 12 years ago
Timothy J Fontaine a90dc41df2 test: reap children when cluster-bind-twice fails 12 years ago
Sam Roberts 4c02282c7e test: EventEmitter#setMaxListeners() returns this 12 years ago
Miroslav Bajtoš a32a243d5f debugger: breakpoints in scripts not loaded yet 12 years ago
Ben Noordhuis ab518e8831 https: implement https.Server#setTimeout() 12 years ago
Andrew Paprocki c081809344 vm: add support for timeout argument 12 years ago
Miroslav Bajtoš 5ddf7f4200 debugger: fix bug in breakpoint regex escaping 12 years ago
Fedor Indutny 0c72936641 test: fix timing sensitive tests 12 years ago
Miroslav Bajtoš 5db936d2ae debugger: breakpoints in scripts not loaded yet 12 years ago
Miroslav Bajtoš 8c2ad47f42 debugger: `restart` with custom debug port 12 years ago
Miroslav Bajtoš 74323a95a0 debugger: `restart` with custom debug port 12 years ago
Ben Noordhuis 45ed546009 test: cluster: unhide child errors in bind-twice 12 years ago
Ben Noordhuis 872e720c9f test: cluster: rename bind-twice-v2 to bind-twice 12 years ago
Ben Noordhuis 5a16d258ef test: cluster: remove bind-twice-v1 test 12 years ago
isaacs 025f9133bb http: Don't try to destroy nonexistent sockets 12 years ago
isaacs 01e2920219 http: Don't try to destroy nonexistent sockets 12 years ago
isaacs 1d794ec43e test: fix dgram-bind-default-address on osx 12 years ago
isaacs 4bf1d1007f crypto: LazyTransform on properties, not methods 12 years ago
Ben Noordhuis cf0fa96db8 events: add EventEmitter.defaultMaxListeners 13 years ago
Ryan Doenges 9026675061 path: add path.isAbsolute(path) 12 years ago
isaacs 42b8682a51 test: fix dgram-bind-default-address on osx 12 years ago
Ryan Doenges 6101eb184d assert: put info in err.message, not err.name 12 years ago
Ben Noordhuis 92023b4b37 dgram: fix no address bind() 12 years ago
Ben Noordhuis 2e70ddad9d test: make stdout-close-unref work in test runner 12 years ago
Ben Noordhuis ccd37226c6 handle_wrap: fix NULL pointer dereference 12 years ago
Stanislav Ochotnicky 7592615aaa test: preserve process.env after test-init exec 12 years ago
Stanislav Ochotnicky 47198af55a test: preserve process.env in forked child_process 12 years ago
Ben Noordhuis 31d0d5af8e test: add extra checks 12 years ago
Ben Noordhuis 38149bb048 http: escape unsafe characters in request path 12 years ago
isaacs 881ef7cc5f url: ~ is not actually an unwise char 12 years ago
isaacs 17a379ec39 url: Escape all unwise characters 12 years ago
isaacs b0de1e4a41 stream: Fix unshift() race conditions 12 years ago
Fedor Indutny c665b8e9ba net: fix socket.bytesWritten Buffers support 12 years ago
Łukasz Walukiewicz 2e28832660 buffer: fix offset checks 12 years ago
isaacs c93af860a0 stream: call write cb before finish event 12 years ago
isaacs e4b716efaa http: Support write(data, 'hex') 12 years ago
Fedor Indutny 037bcac7ba crypto: dh secret should be left-padded 12 years ago
Andreas Madsen fed8cff1d0 crypto: fix constructor call in crypto streams 12 years ago
Fedor Indutny eb39c9854a net: fix buffer iteration in bytesWritten 12 years ago
Fedor Indutny 77715edee8 crypto: zero is not an error if writing 0 bytes 12 years ago
isaacs 88686aa410 http: Remove legacy ECONNRESET workaround code 12 years ago
isaacs b319264d84 test: fork-getconnections stricter, less chatty 12 years ago
isaacs 234fb122bb http client: Ensure socket cleanup on response end 12 years ago
Andrew Hart db8ce89fe4 test: test intended code-paths 12 years ago