342 Commits (1aa9d3a2ab9bcd03f58efc95dc0077a82088fe61)

Author SHA1 Message Date
Rich Trott d6167689d9 test: refactor test-https-simple.js 9 years ago
Bradley Meck 2d251e661a module: fix module preloading when cwd is ENOENT 9 years ago
João Reis 6480f42288 test: remove test-timers-first-fire 9 years ago
cjihrig a69ab27ab4 node: rename from io.js to node 9 years ago
James M Snell 5ba868f024 tls: add --tls-cipher-list command line switch 9 years ago
Brendan Ashworth 8af5962608 test: add spaces after keywords 9 years ago
James M Snell ce145bf358 repl: filter integer keys from repl tab complete list 9 years ago
Mike Atkins f1810ed1b8 tls: handle empty cert in checkServerIndentity 9 years ago
Michaël Zasso 2235fad11b test: remove unreachable code 9 years ago
Brendan Ashworth 0d39d35739 test: reduce timeouts in test-net-keepalive 9 years ago
Brendan Ashworth 2052941149 test: improve test-net-server-pause-on-connect 9 years ago
Brendan Ashworth 04722d14ca test: improve test-net-pingpong 9 years ago
Sakthipriyan Vairamani 8f58fb92ff events: deprecate static listenerCount function 9 years ago
Rich Trott 522f8a8071 test: refactor test-fs-watchfile.js 9 years ago
P.S.V.R 00bffa6c75 crypto: check for OpenSSL errors when signing 9 years ago
Matt Loring 7bdf7da867 tools: run the tick processor without building v8 9 years ago
Ben Noordhuis a593cb7682 src: don't use fopen() in require() fast path 9 years ago
Chad Johnston 847459c29b crypto: show exponent in decimal and hex 9 years ago
Roman Klauke ad7f74453d src: add total_available_size to v8 statistics 9 years ago
Nathan Woltman 2db57bdecc path: remove dead code in favor of unit tests 9 years ago
Christopher Monsanto 7d14dd9b5e util: display constructor when inspecting objects 10 years ago
Fedor Indutny 6ad99ac1ef tls: fix check for reused session 9 years ago
Sam Roberts 03d2bd3819 test: make listen-fd-cluster/server more robust 10 years ago
Ryan Graham 5d2acfb8e5 net: ensure Socket reported address is current 9 years ago
Gireesh Punathil 67987d9d83 test: address timing issues in simple http tests 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 9 years ago
Fedor Indutny ef65321083 node: do not override `message`/`stack` of error 9 years ago
Ben Noordhuis 70d1f32f56 deps: update v8 to 4.4.63.9 9 years ago
Trevor Norris 4643b8b667 buffer: allow ArrayBuffer as Buffer argument 9 years ago
Trevor Norris b625ab4242 buffer: fix usage of kMaxLength 9 years ago
cjihrig 423d8944ce cluster: do not unconditionally set --debug-port 9 years ago
Sakthipriyan Vairamani eea66e2a7b buffer: fix case of one buffer passed to concat 10 years ago
Domenic Denicola 3b021efe11 vm: fix symbol access 10 years ago
Domenic Denicola 659dadd410 vm: fix property descriptors of sandbox properties 10 years ago
Trevor Norris 944f68046c crypto: remove kMaxLength on randomBytes() 10 years ago
Trevor Norris 63da0dfd3a buffer: implement Uint8Array backed Buffer 10 years ago
Chris Dickinson 21d31c08e7 test: remove obsolete harmony flags 10 years ago
Sakthipriyan Vairamani ed85c95a9c doc,test: documents behaviour of non-existent file 9 years ago
Sakthipriyan Vairamani ea05e760cd repl: don't clobber RegExp.$ properties 9 years ago
Sakthipriyan Vairamani 64cf71195c test: change the hostname to an invalid name 9 years ago
Sakthipriyan Vairamani 80a1cf7425 test: fix messages and use return to skip tests 9 years ago
Sakthipriyan Vairamani d5ab92bcc1 test: use common.isWindows consistently 9 years ago
Ben Noordhuis fa98b97171 cluster: add handle ref/unref stubs in rr mode 9 years ago
Ben Noordhuis bc733f7065 test: fix fs.readFile('/dev/stdin') tests 9 years ago
Ben Noordhuis 543dabb609 timers: improve Timer.now() performance 9 years ago
Evan Lucas 503b089dd8 net: don't throw on immediately destroyed socket 9 years ago
Fedor Indutny 2ca5a3db47 https: reuse TLS sessions in Agent 9 years ago
Ben Noordhuis ac70bc8240 test: fix valgrind uninitialized memory warning 9 years ago