5913 Commits (11770bf5e2371064f87d55afdb5e5e405bf5b05a)
 

Author SHA1 Message Date
Ben Noordhuis 11770bf5e2 test: move pummel/test-tls-fragmentation to benchmark/ 13 years ago
Yosef Dinerstein d7c96cf289 tls: reduce memory overhead, reuse buffer 13 years ago
Ben Noordhuis daa6b95b08 test: move simple/test-crypto-dh to pummel/ 13 years ago
Ben Noordhuis 5e7cb68be9 test: remove simple/test-module-load-list 13 years ago
ssuda 44eb279ef8 zlib: don't use C++ templates 13 years ago
Shigeki Ohtsu 26b6da134f doc: change stability index of tty and readline to Unstable 13 years ago
Shigeki Ohtsu 238e12af22 tty: show deprecated warn of tty.setRawMode() 13 years ago
Shigeki Ohtsu b521ff3b4f tty: add keypress event for backwards-compat 13 years ago
isaacs af90faf198 Patches floating on V8 13 years ago
isaacs 4b64542fe0 Upgrade V8 to 3.9.24.6 13 years ago
isaacs 8a15147bc5 Reapply "debug: Wait 50ms before running the main module" 13 years ago
isaacs cda3b6ff52 Upgrade npm to 1.1.14 13 years ago
Ben Noordhuis b031671138 tty, readline: fix style errors 13 years ago
Erik Lundin 973bbecf1a typed arrays: prevent unaligned typed array views on top of buffers 13 years ago
Ben Noordhuis 285d8c6589 buffer: align fast buffers on 8 byte boundary 13 years ago
Mikael Bourges-Sevenier 67fc1dafd0 typed arrays: add Uint8ClampedArray 13 years ago
Nathan Rajlich 48bbdde66b repl: don't write a newline on the readline 'end' event 13 years ago
mstarzinger@chromium.org eb1ff03418 v8: Fix missing initialization of mark-compact flags. 13 years ago
Nathan Rajlich 208b230744 repl: add a 'useColors' option to the repl 13 years ago
Nathan Rajlich a33d1c959a repl: add test case verifying the repl options usage 13 years ago
Nathan Rajlich b187e96ec9 repl: add a 'writer' option to the repl 13 years ago
Nathan Rajlich 228ddddc1c repl: ensure that 'repl.ignoreUndefined' is a boolean 13 years ago
Nathan Rajlich e7065eaa93 repl: ensure that 'repl.useGlobal' is a boolean 13 years ago
Nathan Rajlich f41901cdf6 repl: make ^D emit an 'end' event on the readline instance 13 years ago
Fedor Indutny 00224771e3 Revert "debug: Wait 50ms before running the main module" 13 years ago
Fedor Indutny 5e8c2b0768 debugger: use v8 api to wait for a connection 13 years ago
Nathan Rajlich 698e795a5f repl: fix 'terminal' mode autodetection on global repls 13 years ago
Nathan Rajlich aad12d0b26 readline: migrate ansi/vt100 logic from tty to readline 13 years ago
Alex Kocharin ab518ae50e readline: fix for terminals that insert newlines automatically 13 years ago
Shigeki Ohtsu e7792e5d46 test: add test of tls.createServer(honorCipherOrder=true) 13 years ago
Zachary Scott 0dd8e0167d doc: document fs.createReadStream() encodings 13 years ago
Andreas Madsen 83aae35b8e doc: fix markup in cluster docs 13 years ago
Shigeki Ohtsu 4515987058 doc: fix default dgram multicast ttl to 1 13 years ago
Shigeki Ohtsu 75face6139 doc: fix TLS cipher names 13 years ago
Shigeki Ohtsu 8727e5f2be test: add test of cleartextStream.getCipher() in tls 13 years ago
Shigeki Ohtsu 2cf5f040a5 doc: add cleartextStream.getCipher() in tls 13 years ago
ssuda 249c3c165a Avoiding unnecessary ToString() calls 13 years ago
Shigeki Ohtsu e1199fa335 tls: fix CryptoStream.setKeepAlive() 13 years ago
Lal Jérémy ef046bf4f6 test: generate 1024-bit keys, pacify openssl 1.0.1 13 years ago
Nathan Rajlich feaa8a41c7 cmd: add a -i / --interactive flag to force the REPL 13 years ago
isaacs d2389f8fab debug repl tests: Add visibility, remove test that times out 13 years ago
isaacs c781f17742 debug: Wait 50ms before running the main module 13 years ago
isaacs 81cd3a3cd6 lint readline.js - single-quotes preferred 13 years ago
Erik Lundin 4b1d492561 test: merge typed arrays tests 13 years ago
Erik Lundin f2ebf2469b test: fix simple/test-typed-arrays 13 years ago
Johannes Wüller 7817f48322 fixed booleans being treated as strings, resulting in missing node-waf and npm 13 years ago
Alex Kocharin 06a058d731 readline: row-agnostic multiline readline implementation 13 years ago
Nathan Rajlich 8517089b3e Revert "readline: add multiline support" 13 years ago
ssuda 253ec6a63d process: don't use strdup() 13 years ago
Alex Kocharin 415bff26fe repl: fix space autocompletion bug 13 years ago