1937 Commits (024f4b12a5557a2e935fc16950240709c89178ea)

Author SHA1 Message Date
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
isaacs bfe9cdb7f2 Null references to request object on socket errors. 13 years ago
Yi, EungJun 4bd54dad33 path: add path.sep to get the path separator. 13 years ago
Nathan Rajlich f4403f90f8 tty: emit "error" instead of throwing when getWindowSize() fails 13 years ago
Nathan Rajlich f1f5de1c8d tty: throw an Error when getWindowSize() fails 13 years ago
Maciej Małecki 77c18d1e1b console: throw when no such label exists in `console.timeEnd` 13 years ago
Bert Belder 55e4d54927 Child process: support the `gid` and `uid` options 13 years ago
Nathan Rajlich f405daa922 repl: make tab completion read up the prototype of "global" 13 years ago
Nathan Rajlich e16021340d repl: use Object.getPrototypeOf on functions for tab complete() 13 years ago
Kyle Robinson Young da56c72f59 readline: remove unused vars in _ttyWrite 13 years ago
Kyle Robinson Young e67a0f80e0 readline: _normalWrite() doesn't take a key modifier arg 13 years ago
Kyle Robinson Young 57148f54e1 readline: change char to ch to avoid reserved word 13 years ago
Erik Dubbelboer ecfe32e3a0 dns: add more error codes 13 years ago
Erik Dubbelboer 3d69bbfa87 net, http: add backlog parameter to .listen() 13 years ago
isaacs 33c76f19de net.js: lint 13 years ago
isaacs d8b33dc147 lint 13 years ago
isaacs 963459d736 Domain feature 13 years ago
Nathan Rajlich 327286dbcd repl: update the `repl` for the new `readline` behavior 13 years ago
Nathan Rajlich 9c3559f0ad readline: re-add the Interface#close() method; rename "end" to "close" 13 years ago
ssuda 70005be4ff Fixing ClientRequest setTimeout EventEmitter Leak 13 years ago
fukayatsu 0f95a93a2c tls: remove duplicate line 13 years ago