1988 Commits (e5d95ba939d29a47b57cc0edc680a5cd38db22fb)

Author SHA1 Message Date
isaacs e5d95ba939 fs: Throw early on invalid encoding args 12 years ago
isaacs 05282588e0 Buffer.isEncoding(enc) 12 years ago
Nathan Rajlich 0285dae26a repl: create a new Console instance for the repl when "useGlobal" is off 12 years ago
Nathan Rajlich 025f53c306 console: refactor the console module to be reusable 12 years ago
Brian White c78678b081 http: bubble up parser errors to ClientRequest 12 years ago
Ben Noordhuis 63d13e86a5 child_process: emit error on exec failure 12 years ago
Ben Noordhuis 6c999fd285 timers: fix assertion in Timeout.unref() 12 years ago
Bert Belder 9918e5d4f6 windows: make junctions work again 12 years ago
isaacs 22804a9eb8 module: use 'repl' as the filename arg if missing 12 years ago
isaacs 50c7d80fb0 events: emitter.listeners() should not have side effects 12 years ago
Ben Noordhuis c492d43f48 tls: fix segfault in pummel/test-tls-ci-reneg-attack 12 years ago
Ben Noordhuis 6b18e88b68 tls: handle multiple CN fields when verifying cert 12 years ago
Timothy J Fontaine 320ae691d8 timers: make unref'd timeouts execute in a domain 12 years ago
Timothy J Fontaine 382f22f229 timers: implement setImmediate 12 years ago
Felix Böhm d15bfc04cd path: small speed improvements 13 years ago
Ben Noordhuis 5fba3b85c5 fs: fix ReferenceError in truncateSync() 12 years ago
Ben Noordhuis 4c150ca0d0 net: fix listen() regression, revert patches 12 years ago
Josh Erickson 7b367a93ce net: add support for IPv6 addresses ending in :: 12 years ago
isaacs 168a555780 fs: fix naming of truncate/ftruncate functions 12 years ago
Ben Noordhuis 2f7e0f2da6 fs: remove undocumented .destroy callbacks 12 years ago
isaacs 7bb814f9db errnoException must be done immediately 12 years ago
Ben Noordhuis 3219616f43 util: mark util.pump() as deprecated 12 years ago
isaacs 74d076caf1 errnoException must be done immediately 12 years ago
Andreas Madsen ddb02b978d net: support Server.listen(Pipe) 12 years ago
Andreas Madsen 085a09874b cluster: do not use internal server API 12 years ago
Andreas Madsen d13887512e net: lazy listen on handler 12 years ago
Dominic Tarr f4a4ef7a2d zlib: Emit 'close' on destroy(). 12 years ago
Tyler Neylon b48684c6f1 child_process: Fix stdout=null when stdio=['pipe'] 12 years ago
Bert Belder 5fdeebd94d net: make pause work with connecting sockets 12 years ago
Ben Noordhuis 34c750d7a9 net: fix .listen({fd:0}) 12 years ago
Gil Pedersen f1fba8d1f5 fs: fix ReadStream / WriteStream missing callback 12 years ago
Ben Noordhuis 23f09d7e02 fs: fix readFileSync("/proc/cpuinfo") regression 12 years ago
koichik 72bc4dcda4 assert: fix throws() throws an error without message property 13 years ago
Ben Noordhuis aa0650f444 cluster: fix libuv assert in net.listen() 12 years ago
Tom Hughes-Croucher c05f52c254 child_process: improve maxBuffer error message 14 years ago
Joe Andaverde 20e12e4be3 events: make .listeners() return a copy 12 years ago
Ben Noordhuis 332fea5ac1 dgram: make .bind() always asynchronous 12 years ago
isaacs b0c0111b04 https: Use host header as effective servername 12 years ago
Nathan Rajlich 9eddaebb79 assert: remove unnecessary use of __proto__ 12 years ago
isaacs 5809426d75 net.js: lint 12 years ago
Ben Noordhuis 1513848f88 net: fix Socket({ fd: 42 }) api 12 years ago
isaacs e4c9c9f412 readline: Remove event listeners on close 12 years ago
Timothy J Fontaine cd6122edeb add ref/unref to setTimeout timers 12 years ago
Timothy J Fontaine 2637b5c261 ref/unref for net.Socket net.Server dgram.Socket 12 years ago
Bert Belder 43a0c88116 windows: correctly prep long path for fs.exists(Sync) 12 years ago
Brian White e06b5d7af7 http: remove duplicate assignments 12 years ago
Fedor Indutny 42c6952edb tls: pass linting 12 years ago
Fedor Indutny 85185bbbaa tls: pass linting 12 years ago
Fedor Indutny 92e7433ff9 tls: fix 'hostless' tls connection verification 12 years ago
Fedor Indutny 1ccdde9a69 Revert "http/https: pass request to .createConnection()" 12 years ago