2019 Commits (a1ba29d110faf53ad7eb579a523a507ed28874bf)

Author SHA1 Message Date
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
koichik 40c4beeb57 string_decoder: added support for UTF-16LE 13 years ago
Mark Cavage 5871c81181 Add HTTP Status codes from RFC 6585 13 years ago
koichik ceb51ddaa1 string_decoder: add support for CESU-8 13 years ago
J. Lee Coltrane a62dd44b20 cluster: worker exit event to match child_process 13 years ago
isaacs cd8f82c007 Fix incorrect merge choices 13 years ago
Brian Schroeder 436a9b69f3 net: signal localAddress bind failure in connect 13 years ago
isaacs 1de43149bb http: Clean up parser usage 13 years ago
isaacs 0abe42a0f4 http: .once() usage in setTimeout 13 years ago
isaacs e4dd8dc28e http leak: Null links from parser to req/res 13 years ago
vvo 5eac8d6739 Fix #3179 HTTP memory leak using ClientRequest. 13 years ago
isaacs 2f93eb6102 http client: Destroy on timeout 13 years ago
isaacs 0a414f4caa http: Remove socket ondata/onend in parser cleanup 13 years ago
isaacs 9164fa6aaa Null references to request object on socket errors. 13 years ago
isaacs 2fc528ce00 http: Clean up parser usage 13 years ago
isaacs e3ceee2dce http: .once() usage in setTimeout 13 years ago
isaacs b7e8e35c0e http leak: Null links from parser to req/res 13 years ago
koichik ebbd4039bc buffer: add UTF-16LE encoding name. 13 years ago
vvo 75f2365558 Fix #3179 HTTP memory leak using ClientRequest. 13 years ago
Ben Noordhuis df2c5fa81d fs: fix file descriptor leak in sync functions 13 years ago
Ben Noordhuis 4e290e48b2 fs: fix file descriptor leak in sync functions 13 years ago
Ben Noordhuis 47d6a94656 fs: fix ReadStream / WriteStream double close bug 13 years ago
isaacs c9be1d5ffd http client: Destroy on timeout 13 years ago
Fedor Indutny c3898f3c1f debugger: support mirroring Date objects 13 years ago
isaacs fb400b4868 Return after emitting error in tty.js 13 years ago
isaacs bce68134b6 http: Remove socket ondata/onend in parser cleanup 13 years ago