964 Commits (53dc74e12f87c49515082f409c9cdc5e6e67974c)

Author SHA1 Message Date
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
Ryan Dahl 0946474b5c debugger: Clean ups, bug fixes 14 years ago
Ryan Dahl 866201bd74 debugger: add 'kill' command 14 years ago
Ryan Dahl a3c4e17c2a debugger: repeat command functionality 14 years ago
Ryan Dahl 074af67dd3 debugger: don't display node's internal scripts 14 years ago
Ryan Dahl d4859a55bc Wrap up debugger in one class 14 years ago
Ryan Dahl 109f845e49 debugger: style 14 years ago
Ryan Dahl 9244a64b59 debugger: Print error if executing command that requires being connected 14 years ago
Ryan Dahl 481329ee7c debugger: clean up 14 years ago
Ryan Dahl f484cbf4c7 Debugger: better maintance of script list 14 years ago
Ryan Dahl bb400d5697 debugger: Work towards interactive restart 14 years ago
Ryan Dahl e33d0de129 debugger: Clean up child 14 years ago
Ryan Dahl 90e55c3357 Rather have the debugger be parent process 14 years ago
Ryan Dahl 50c1c1e12d add 'info breakpoints' 14 years ago
Ryan Dahl 74cc021ec2 highlight current script 14 years ago
Ryan Dahl 080daf9ddd debugger: 'scripts' command was conflicting with 's' 14 years ago
Ryan Dahl 0adc6b29bd Start on frame zero - don't do extra break 14 years ago
Ryan Dahl 0c928b124c debugger: Clean up a few commands 14 years ago
Ryan Dahl 8874c51d04 Disable OPOST 14 years ago
Ryan Dahl 3be4f097a3 Debugger: Fix some output 14 years ago
Ryan Dahl b5aed43f04 Add better breakpoint text 14 years ago
Ryan Dahl 0dcbe3f74a Fork out to debugger on debugger statements 14 years ago
Ryan Dahl 4e81cf7def Debugger client emits ready after recving initial res 14 years ago
Ryan Dahl a8417c128e Add more debugger tests 14 years ago
Ryan Dahl 8e96b8ab9b keep track of current frame. eval works for global scope 14 years ago
Ryan Dahl 797aa97e19 Fix test-debugger-client 14 years ago
Ryan Dahl 8d82ec2130 Add beginning of build-in debugger 14 years ago
Ryan Dahl e3ce73a214 Add ability to ask question from readline 14 years ago
Brian White d75c338dd6 Add more functionality to the os module 14 years ago