2123 Commits (c2f62d496a08e9d44bea4a459c2eab7457d724ee)

Author SHA1 Message Date
Ben Noordhuis 56668f54d1 events: speed up .removeAllListeners() 12 years ago
Ben Noordhuis b7fd55e9a0 events: speed up newListener/removeListener events 12 years ago
Ben Noordhuis 84221fd1d6 events: add 'removeListener' event 12 years ago
isaacs 0400571676 domain: Properly exit() on domain disposal 12 years ago
tasogarepg 21c4b9a9eb debugger: fix --debug-brk 12 years ago
isaacs 7144be70db url: Go much faster by using Url class 12 years ago
Ben Noordhuis 39a0836d5c fs: fix watchFile() missing deletion events 12 years ago
Ben Noordhuis 35607f3a2d tls, https: validate server certificate by default 12 years ago
Frédéric Germain 451ff1540a http: Remove timeout handler when data arrives 12 years ago
isaacs 41e1b171ec stream.pipe: Don't call destroy() unless it's a function 12 years ago
Nathan Rajlich a4ef01df07 buffer: implement Buffer.prototype.toJSON() 12 years ago
Nathan Rajlich fb383a0ad0 util: make util.inspect() work when "hasOwnProperty" is overwritten 12 years ago
Ben Noordhuis 9a3521cb25 http: respect HTTP/1.0 TE header 12 years ago
Fedor Indutny 8e0c830cd0 tls: async session storage 12 years ago
Ben Noordhuis 790d651f0d http: make http.ServerResponse emit 'end' 12 years ago
koichik 7f404e3509 buffer: added support for writing NaN and Infinity 12 years ago
koichik 37f0eb8df3 Revert "buffer: added support for writing NaN and Infinity" 12 years ago
koichik 6b9425fe37 buffer: added support for writing NaN and Infinity 12 years ago
Shigeki Ohtsu f347077e78 tls: support unix domain socket/named pipe in tls.connect 12 years ago
Bert Belder b0d2795fe9 child process: fix processes with IPC channel don't emit 'close' 12 years ago
Ben Noordhuis 8bec26122d tls, https: throw exception on missing key/cert 12 years ago
Ben Noordhuis e4cef1a083 doc: update assert.doesNotThrow() docs 12 years ago
Bert Belder 2418434568 windows: fix single-accept mode for shared server sockets 12 years ago
isaacs 985e3a25cb lint 12 years ago
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
koichik 752ac320ae https: make https.get() accept a URL 12 years ago
Ben Noordhuis 422772f23b net: fix asserts 12 years ago
isaacs ee200942dd lint 12 years ago
Ben Noordhuis badbd1af27 tls: update default cipher list 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