2019 Commits (a1ba29d110faf53ad7eb579a523a507ed28874bf)

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