2413 Commits (085f9d636b260724af2e80d6757e9d0f4bcd9193)

Author SHA1 Message Date
Ryan Dahl 7df8a05129 debugger: primative object inspection 14 years ago
Ryan Dahl cb71a7dab3 debugger: take help message from commands 14 years ago
Ryan Dahl 29f48d48e5 A few more list clean ups 14 years ago
Ryan Dahl 09994438e5 Expose link-list from timers.js; add tests 14 years ago
Ryan Dahl 4e1e6a2d15 debugger: Don't break on handle === 0 14 years ago
Ryan Dahl 5f5201db2f Fix test-net-connect-buffer 14 years ago
Ryan Dahl 5f795efd4e net: Timeouts should work before DNS resolution 14 years ago
Ryan Dahl 33c33949b2 Add test for connection timeouts 14 years ago
Ryan Dahl 72589b60ad debugger: Only display basename of scripts 14 years ago
Ryan Dahl 1b63bd16ed tab completion for commands in debugger 14 years ago
Ryan Dahl 86160a8807 NODE_DEBUG=timer instead of bitflags 14 years ago
Ryan Dahl 82e9da9fb7 Allow one extra ms in timer diff 14 years ago
isaacs 6f5d95de6d child_process: Add gid/uid flags to spawn config 14 years ago
Ryan Dahl b9cfd9527a getWindowSize/setWindowSize 14 years ago
Ryan Dahl 63bd237892 typo setuid -> setsid 14 years ago
Ryan Dahl 1f38046b51 tty.open() returns stream instead of slaveFD 14 years ago
Ryan Dahl 202dd8387f Add setsid option to child_process 14 years ago
Ryan Dahl 9da75f39d9 Print error when EventEmitters get too many listeners 14 years ago
Ryan Dahl e1f4b3f009 debugger: implement 'list' 14 years ago
Ryan Dahl 5580907c58 debugger: fix 'scripts' command 14 years ago
Ryan Dahl 2e76cd382f TLS: Forward errors to cleartext 14 years ago
Ryan Dahl 5a05992155 Lint 14 years ago
Bert Belder 1ac133ea6f Replace string magic + path.join by path.resolve 14 years ago
Bert Belder dea2331377 Rework fs.realpath, primordal windows compatibility 14 years ago
Bert Belder 7c731ec9dd Path.resolve, path module windows compatibility 14 years ago
Ryan Dahl b6dafc1a47 Allow for two streams in REPL 14 years ago
Ryan Dahl b62152bc84 Rename net.Stream to net.Socket 14 years ago
Bert Belder af15b4e45a Remove path module dependency from url module 14 years ago
Bert Belder 9ddfcfecca Remove keepBlanks flag from path functions 14 years ago
Bert Belder 9e31e0837e Implement os.isWindows 14 years ago
Ryan Dahl cda4d56bcf Implement WriteStream.destroySoon 14 years ago
Ryan Dahl bc1d758408 net.js: Check that readWatcher exists before pause, resume 14 years ago
Ryan Dahl 2957382991 Implement new stream method, destroySoon 14 years ago
Ryan Dahl 73f4ec51fd hack for ending https connections 14 years ago
Ryan Dahl 94f8368cf9 First pass at new https server 14 years ago
Ryan Dahl e4dd5cd6fd NODE_DEBUG uses strings instead of bitflags 14 years ago
Ryan Dahl d040f1d19d debugger: use correct handle handle 14 years ago
Ryan Dahl 282cce1ea5 debugger: don't display whole path of scripts 14 years ago
Ryan Dahl feb77eab65 Fix REPL for named functions 14 years ago
Ryan Dahl c82fe30ca1 repl.js style 14 years ago
Ryan Dahl 00974df3e5 Allow for evaling statements in REPL too 14 years ago
Ryan Dahl b45698e676 Improve how REPL commands are evaled 14 years ago
Ryan Dahl 8f5f213a6f Revert "Add optional filters to stream.pipe()" 14 years ago
Sami Samhuri e5a47c8ce1 use util.inspect to format objects and arrays printed to the console 14 years ago
Daniel C ca8cc71bd0 EventEmitter.prototype.once should "return this;" 14 years ago
Ryan Dahl af6662d5e5 debugger: Prompt before quitting 14 years ago
Ryan Dahl 7b9a2f29b4 debugger: Don't prompt until child is killed 14 years ago
Ryan Dahl aea568b04a Fix some errors in debugger tests 14 years ago
Ryan Dahl 294bcb33e6 debugger: Fix some parser issues 14 years ago
Ryan Dahl 62e0ca05a6 debugger: Disable/Enable raw mode for child 14 years ago