1647 Commits (ba0892ba910bb6c60ac4e9ed2df2c37f67efdea7)

Author SHA1 Message Date
Igor Zinkovsky 66293f6e98 fix spelling 14 years ago
Igor Zinkovsky 8fe5712477 fs watcher binding 14 years ago
Fedor Indutny 8efe7a8304 [debugger] shorten break message 14 years ago
Fedor Indutny 79fd1f7f0b [debugger] optimize context's properties initialization, make 'list' a function, not a getter 14 years ago
Fedor Indutny 3148f1400e [debugger] fix 'debug> connecting...', fixed autostart (XXX figure out why it wasn't working in some cases), fixed highlighting for first line of module's code 14 years ago
isaacs e06ce7562c Fix #1707 hasOwnProperty usage 14 years ago
isaacs 98990b9779 Fix #1707 hasOwnProperty usage 14 years ago
koichik fdbfc9ceb7 net: Socket write encoding case sensitivity 14 years ago
Nathan Rajlich 0c91a835ff util: isRegExp() should not call toString() on its argument 14 years ago
Ryan Dahl 827b9c5f1f net: fix throw error 14 years ago
Ryan Dahl 9cd510846e Fixes #1546. Remove expensive debug call. 14 years ago
Fedor Indutny b20c98e427 fix 'null' mirroring 14 years ago
Fedor Indutny a0556fcbe1 repeat last command if empty line was entered 14 years ago
Fedor Indutny 41a41825f6 micro-refactor, use rli.output.write instead of rli.write ('line' event was emitted for those writes) 14 years ago
Fedor Indutny 292e2ea5ad fix breakpoint prefixing in list() 14 years ago
Fedor Indutny c8ffbcd9f1 added comments, spawn child process automatically at debugger's start 14 years ago
Fedor Indutny 4ff15512f5 remove arrow from current source line 14 years ago
Fedor Indutny ff05beeef3 fix inspection of zero 14 years ago
Ryan Dahl 6326b04b07 Fix test-regress-GH-819 14 years ago
Ben Noordhuis 243c218c7a tls: remove superfluous setOptions() call 14 years ago
isaacs f90264d246 zlib: lint 14 years ago
isaacs d104bfd5a6 zlib: Fix test so that it's not trivially passing, then pass it. 14 years ago
isaacs 5b8e1dabbc Initial pass at zlib bindings 14 years ago
Fedor Indutny 145fac7fb1 setBreakpoint w/o arguments should set one on a current line 14 years ago
Fedor Indutny 4a537c1b88 restore breakpoints after restart, fix message handling 14 years ago
Fedor Indutny d6088b2667 fix spawn call, customFds ain't supported yet 14 years ago
Ryan Dahl 5cb1fd2e32 net.Socket(fd) should start readable and writable 14 years ago
Ryan Dahl 70966002c0 Forward customFds to ChildProcess.spawn 14 years ago
Fedor Indutny d2dadf32db [debugger] added setBreakpoint and clearBreakpoint to help message 14 years ago
Fedor Indutny 1dd3b68c4f [debugger] separate history of control and debug, make scripts command getter 14 years ago
Fedor Indutny 19194f87c5 [debugger] setBreakpoint, clearBreakpoint, fix reqSource error handling, show breakpoints in list() 14 years ago
Fedor Indutny 3a7713ff10 [debugger] synonym=>shortcut, added shortcut for backtrace (as in gdb), simplify regexp 14 years ago
Fedor Indutny f2ec46a7a7 [debugger] color mark in _debugger, kill child on Ctrl+D 14 years ago
Ben Noordhuis 92d4ed397b readline: handle null completer graciously 14 years ago
Fedor Indutny 9fb186892c [debugger] requireConnection() returns bool, break UI 14 years ago
Fedor Indutny 57388d8b2e [repl] add error handling for async scope fetching 14 years ago
Ryan Dahl 8c87250816 Do not load readline from util.inspect 14 years ago
Ryan Dahl 0aad61e802 Use net_uv instead of net_legacy for stdio 14 years ago
Ryan Dahl caaa59c559 Wrap uv_pipe_open, implement net.Stream(fd); 14 years ago
Thomas Shinnick 7dc2c492e9 fs: unguarded fs.watchFile cache statWatchers checking fixed 14 years ago
Thomas Shinnick e58c036c27 fs: add positioned file writing feature to fs.WriteStream 14 years ago
Thomas Shinnick e4ebeb630e fs: minor corrections from examining stream read positioning 14 years ago
koichik 389e2a07e6 util: Fix inspection for Error 14 years ago
Fedor Indutny df480e0357 fix syntax error handling for 'throw ...', fix return value assertion 14 years ago
Fedor Indutny fe4b0f40d6 [debugger] fixed piping from stdout of child process, fixed eval in debug repl (when not on breakpoint) 14 years ago
Fedor Indutny 54520981a4 [debugger] implemented setBreakpoint, etc 14 years ago
Fedor Indutny db6526f962 [debugger] deep cloning (depth = 3) 14 years ago
Fedor Indutny 69fa7ef65d [debugger] fix slow repl evals inside async callbacks 14 years ago
Fedor Indutny 79265fe389 [debugger] rename function, add it to ignore list 14 years ago
Fedor Indutny 5a3639985a [debugger] print data from child process' stdout and stderr 14 years ago