1920 Commits (0a0002b480dc40ecd94c542d1101e87404a47692)

Author SHA1 Message Date
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
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