3656 Commits (2c97bd47e40aedf932f7f4392f446da63d679d1a)

Author SHA1 Message Date
Ben Noordhuis 1a3f4a87b6 stream: fix off-by-factor-16 error in comment 9 years ago
Bradley Meck 2d251e661a module: fix module preloading when cwd is ENOENT 10 years ago
cjihrig a69ab27ab4 node: rename from io.js to node 10 years ago
Minwoo Jung f3c3b23d55 doc: fix comments in tls_wrap.cc and _http_client.js 9 years ago
James M Snell 5ba868f024 tls: add --tls-cipher-list command line switch 9 years ago
James M Snell ce145bf358 repl: filter integer keys from repl tab complete list 9 years ago
Fedor Indutny 43660ad37b buffer: reapply 07c0667 9 years ago
Mike Atkins f1810ed1b8 tls: handle empty cert in checkServerIndentity 10 years ago
Todd Kennedy 3849750a09 repl: dont throw ENOENT on NODE_REPL_HISTORY_FILE 9 years ago
Fedor Indutny 291b310e21 stream_base: various improvements 10 years ago
Sakthipriyan Vairamani 8f58fb92ff events: deprecate static listenerCount function 10 years ago
Sam Stites 1a3b295d0f path: use '===' instead of '==' for comparison 10 years ago
Roman Klauke ad7f74453d src: add total_available_size to v8 statistics 10 years ago
Nathan Woltman 2db57bdecc path: remove dead code in favor of unit tests 10 years ago
Christopher Monsanto 7d14dd9b5e util: display constructor when inspecting objects 10 years ago
Fedor Indutny 6ad99ac1ef tls: fix check for reused session 10 years ago
Ryan Graham 5d2acfb8e5 net: ensure Socket reported address is current 10 years ago
James M Snell 936c9ffb0f doc: multiple documentation updates cherry picked from v0.12 10 years ago
Jeremiah Senkpiel ed6c249104 repl: persist history in plain text 10 years ago
Jeremiah Senkpiel f7d5e4c618 repl: default persistence to ~/.node_repl_history 10 years ago
Jeremiah Senkpiel ceee8d2807 test: add tests for persistent repl history 10 years ago
Brendan Ashworth 2965442308 http: fix agent.getName() and add tests 10 years ago
Rich Trott 4cffaa3f55 readline: allow tabs in input 10 years ago
Trevor Norris 60a974d200 buffer: fix missing null/undefined check 10 years ago
jomo 2d9456e3e6 http: use official IANA Status Codes 10 years ago
Ben Noordhuis 1057d1186b buffer: rename internal/buffer_new.js to buffer.js 10 years ago
Ben Noordhuis 70d1f32f56 deps: update v8 to 4.4.63.9 10 years ago
Trevor Norris 4643b8b667 buffer: allow ArrayBuffer as Buffer argument 10 years ago
Trevor Norris e5ada116cd buffer: minor cleanup from rebase 10 years ago
Trevor Norris b625ab4242 buffer: fix usage of kMaxLength 10 years ago
cjihrig 423d8944ce cluster: do not unconditionally set --debug-port 10 years ago
Sakthipriyan Vairamani eea66e2a7b buffer: fix case of one buffer passed to concat 10 years ago
Fedor Indutny 11e4249227 http_server: `prefinish` vs `finish` 10 years ago
Matteo Collina ef2c8cd4ec dgram: make send cb act as "error" event handler 10 years ago
Chris Dickinson 3da057fef6 dgram: make send cb act as "error" event handler 11 years ago
Trevor Norris 63da0dfd3a buffer: implement Uint8Array backed Buffer 10 years ago
Julien Gilli 9bc2e26720 net: do not set V4MAPPED on FreeBSD 10 years ago
cjihrig df1994fe53 Revert "dns: remove AI_V4MAPPED hint flag on FreeBSD" 10 years ago
Sakthipriyan Vairamani ea05e760cd repl: don't clobber RegExp.$ properties 10 years ago
Ben Noordhuis fa98b97171 cluster: add handle ref/unref stubs in rr mode 10 years ago
Ali Ijaz Sheikh ab479659c7 util: delay creation of debug context 10 years ago
Evan Lucas 503b089dd8 net: don't throw on immediately destroyed socket 10 years ago
Fedor Indutny 2ca5a3db47 https: reuse TLS sessions in Agent 10 years ago
Sakthipriyan Vairamani afd7e37ee0 repl: better empty line handling 10 years ago
Sakthipriyan Vairamani 81ea52aa01 repl: improving line continuation handling 10 years ago
Sakthipriyan Vairamani 30edb5aee9 repl: preventing REPL crash with inherited properties 10 years ago
Sakthipriyan Vairamani 77fa385e5d repl: fixing `undefined` in invalid REPL keyword error 10 years ago
Sam Roberts 66fc8ca22b cluster: emit 'message' event on cluster master 10 years ago
Fedor Indutny e11fc67225 tls: add `getTicketKeys()`/`setTicketKeys()` 10 years ago
Sakthipriyan Vairamani 9afee6785e http: Check this.connection before using it 10 years ago