2011-10-07 |
Ryan Dahl | Support sending handles to other processes |
commit | commitdiff | tree | snapshot |
2011-10-07 |
Ryan Dahl | Turn off V8's -Werror in GYP |
commit | commitdiff | tree | snapshot |
2011-10-07 |
Ryan Dahl | Merge branch 'ipc-binding' |
commit | commitdiff | tree | snapshot |
2011-10-07 |
Ryan Dahl | Reimplement child_process.fork |
commit | commitdiff | tree | snapshot |
2011-10-07 |
Ryan Dahl | Upgrade libuv to 886b112 |
commit | commitdiff | tree | snapshot |
2011-10-07 |
Ryan Dahl | mv test-child-process-spawn-node.js test/simple/test... |
commit | commitdiff | tree | snapshot |
2011-10-07 |
Ryan Dahl | uv_write2 uv_read2_start binding |
commit | commitdiff | tree | snapshot |
2011-10-06 |
Ryan Dahl | Print libuv counters after http_simple exits |
commit | commitdiff | tree | snapshot |
2011-10-06 |
Ryan Dahl | Add process.uvCounters() for debugging |
commit | commitdiff | tree | snapshot |
2011-10-06 |
Ryan Dahl | Upgrade libuv to 60c639f |
commit | commitdiff | tree | snapshot |
2011-10-06 |
Bert Belder | Fix gyp build |
commit | commitdiff | tree | snapshot |
2011-10-06 |
koichik | docs: add example to net.connect() |
commit | commitdiff | tree | snapshot |
2011-10-06 |
Colton Baker | Fixed a lot of jslint errors. |
commit | commitdiff | tree | snapshot |
2011-10-04 |
Ryan Dahl | upgrade libuv to 0303197 |
commit | commitdiff | tree | snapshot |
2011-10-04 |
Ben Noordhuis | http: remove legacy http library |
commit | commitdiff | tree | snapshot |
2011-10-03 |
Ben Noordhuis | test: add TXT DNS record lookup test |
commit | commitdiff | tree | snapshot |
2011-10-03 |
Christian Tellnes | dns: implement resolveTxt() |
commit | commitdiff | tree | snapshot |
2011-10-03 |
Ben Noordhuis | zlib: fix assert message |
commit | commitdiff | tree | snapshot |
2011-10-02 |
Maciej Małecki | test: Update assert module tests |
commit | commitdiff | tree | snapshot |
2011-10-02 |
Maciej Małecki | docs: Update `assert` module docs |
commit | commitdiff | tree | snapshot |
2011-10-02 |
Maciej Małecki | assert: Make `assert` module an `assert.ok` function |
commit | commitdiff | tree | snapshot |
2011-10-02 |
Fedor Indutny | docs: document watcher debugger commands |
commit | commitdiff | tree | snapshot |
2011-10-01 |
Ryan Dahl | add zlib module to doc index |
commit | commitdiff | tree | snapshot |
2011-09-30 |
Ryan Dahl | Now working on v0.5.9 |
commit | commitdiff | tree | snapshot |
2011-09-30 |
Ryan Dahl | Bump version to v0.5.8 v0.5.8 |
commit | commitdiff | tree | snapshot |
2011-09-30 |
Fedor Indutny | debugger: watch, unwatch, watchers |
commit | commitdiff | tree | snapshot |
2011-09-30 |
Ryan Dahl | Fixes #1805. Reset TTY mode on exit. |
commit | commitdiff | tree | snapshot |
2011-09-30 |
Ryan Dahl | Upgrade libuv to fe18438 |
commit | commitdiff | tree | snapshot |
2011-09-30 |
Ryan Dahl | Add test from v0.4 dea49e3 |
commit | commitdiff | tree | snapshot |
2011-09-30 |
koichik | docs: Added missing parenthesis to buffer.readUInt8... |
commit | commitdiff | tree | snapshot |
2011-09-29 |
Ryan Dahl | WAF: Clean out/Release/deps/uv before build |
commit | commitdiff | tree | snapshot |
2011-09-29 |
Ryan Dahl | Don't ls node_g after make - it confuses people |
commit | commitdiff | tree | snapshot |
2011-09-29 |
Ben Noordhuis | test: fix typo in error message |
commit | commitdiff | tree | snapshot |
2011-09-28 |
Fedor Indutny | debugger: refactor, no more res.success checks |
commit | commitdiff | tree | snapshot |
2011-09-28 |
Fedor Indutny | debugger: use regexps in repl test |
commit | commitdiff | tree | snapshot |
2011-09-27 |
Ryan Dahl | Remove a few instances of process.binding('stdio')... |
commit | commitdiff | tree | snapshot |
2011-09-27 |
Ryan Dahl | Move process.stdout unref hack to handle_wrap.cc |
commit | commitdiff | tree | snapshot |
2011-09-27 |
Fedor Indutny | debugger: double ctrl+break on win should exit node |
commit | commitdiff | tree | snapshot |
2011-09-27 |
Ryan Dahl | Merge branch 'new-tty-binding' |
commit | commitdiff | tree | snapshot |
2011-09-27 |
Ryan Dahl | Fix test-module-load-list.js |
commit | commitdiff | tree | snapshot |
2011-09-27 |
Bert Belder | Upgrade libuv to 2c0fca9a41 |
commit | commitdiff | tree | snapshot |
2011-09-27 |
Bert Belder | Enable console colors on windows by default |
commit | commitdiff | tree | snapshot |
2011-09-27 |
Bert Belder | Add new tty js files to node.gyp |
commit | commitdiff | tree | snapshot |
2011-09-27 |
Ryan Dahl | scope.Close in GuessHandleType; don't use uv_is_tty |
commit | commitdiff | tree | snapshot |
2011-09-27 |
Ryan Dahl | Bind uv_tty_get_winsize |
commit | commitdiff | tree | snapshot |
2011-09-27 |
Ryan Dahl | Bind/use uv_guess_handle |
commit | commitdiff | tree | snapshot |
2011-09-27 |
Ryan Dahl | Initial pass at new TTY js layer |
commit | commitdiff | tree | snapshot |
2011-09-27 |
Ryan Dahl | Disable test-dgram-unix.js test-dgram-unix-anon.js... |
commit | commitdiff | tree | snapshot |
2011-09-27 |
Fedor Indutny | debugger: export port |
commit | commitdiff | tree | snapshot |
2011-09-27 |
Ryan Dahl | Fixes #1726, hack to unref process.stdout |
commit | commitdiff | tree | snapshot |
2011-09-27 |
Ben Noordhuis | docs: document crypto.randomBytes() |
commit | commitdiff | tree | snapshot |
2011-09-27 |
Ben Noordhuis | test: test crypto (P)RNG functions |
commit | commitdiff | tree | snapshot |
2011-09-27 |
Ben Noordhuis | crypto: implement randomBytes() and pseudoRandomBytes() |
commit | commitdiff | tree | snapshot |
2011-09-27 |
Fedor Indutny | Export disableColors from repl, share with debugger |
commit | commitdiff | tree | snapshot |
2011-09-27 |
Fedor Indutny | debugger: setBreakpoint('fn()') |
commit | commitdiff | tree | snapshot |
2011-09-27 |
Ryan Dahl | write-only streams should not shutdown |
commit | commitdiff | tree | snapshot |
2011-09-26 |
Ryan Dahl | Re-land Bert's test for #1697 |
commit | commitdiff | tree | snapshot |
2011-09-26 |
isaacs | zlib: Typo. s/opt/opts/ |
commit | commitdiff | tree | snapshot |
2011-09-26 |
Fedor Indutny | debugger: fix backtrace with no frames |
commit | commitdiff | tree | snapshot |
2011-09-25 |
Fedor Indutny | debugger docs |
commit | commitdiff | tree | snapshot |
2011-09-25 |
Fedor Indutny | Ctrl+Break on windows starts debugger server |
commit | commitdiff | tree | snapshot |
2011-09-25 |
Fedor Indutny | EnableDebug immediatly on SIGUSR1 |
commit | commitdiff | tree | snapshot |
2011-09-25 |
Fedor Indutny | handle backtrace errors |
commit | commitdiff | tree | snapshot |
2011-09-25 |
Fedor Indutny | move debugger_running to correct place |
commit | commitdiff | tree | snapshot |
2011-09-25 |
Fedor Indutny | more cli options |
commit | commitdiff | tree | snapshot |
2011-09-25 |
Ben Noordhuis | cygwin: fix new[]/delete mismatch |
commit | commitdiff | tree | snapshot |
2011-09-25 |
Ben Noordhuis | cygwin: fix return of uninitialized variable |
commit | commitdiff | tree | snapshot |
2011-09-24 |
Ben Noordhuis | buffers: handle bad length argument in constructor |
commit | commitdiff | tree | snapshot |
2011-09-24 |
Ben Noordhuis | uv: upgrade to 8f617b9 |
commit | commitdiff | tree | snapshot |
2011-09-23 |
Fedor Indutny | debugger fix for #1707 |
commit | commitdiff | tree | snapshot |
2011-09-23 |
Fedor Indutny | debugger: remove useless clearlines, updated test |
commit | commitdiff | tree | snapshot |
2011-09-23 |
Fedor Indutny | test-debugger-repl improvements |
commit | commitdiff | tree | snapshot |
2011-09-23 |
Fedor Indutny | don't use global vars |
commit | commitdiff | tree | snapshot |
2011-09-23 |
Fedor Indutny | readline: custom streams support |
commit | commitdiff | tree | snapshot |
2011-09-23 |
Ben Leslie | Raise an error when a malformed package.json file is... |
commit | commitdiff | tree | snapshot |
2011-09-23 |
Ryan Dahl | Upgrade libuv to f20297f |
commit | commitdiff | tree | snapshot |
2011-09-23 |
Fedor Indutny | initial tests |
commit | commitdiff | tree | snapshot |
2011-09-23 |
Igor Zinkovsky | fix spelling |
commit | commitdiff | tree | snapshot |
2011-09-23 |
Ben Noordhuis | build: explicitly link in libz on non-win32 platforms |
commit | commitdiff | tree | snapshot |
2011-09-23 |
Igor Zinkovsky | fs watcher binding |
commit | commitdiff | tree | snapshot |
2011-09-23 |
Ryan Dahl | upgrade libuv |
commit | commitdiff | tree | snapshot |
2011-09-23 |
isaacs | Add broken test for #1726. |
commit | commitdiff | tree | snapshot |
2011-09-21 |
Igor Zinkovsky | remove node_zlib.h from node.gyp |
commit | commitdiff | tree | snapshot |
2011-09-21 |
Fedor Indutny | [debugger] shorten break message |
commit | commitdiff | tree | snapshot |
2011-09-21 |
Fedor Indutny | [debugger] optimize context's properties initialization... |
commit | commitdiff | tree | snapshot |
2011-09-21 |
Fedor Indutny | [debugger] fix 'debug> connecting...', fixed autostart... |
commit | commitdiff | tree | snapshot |
2011-09-20 |
Ben Noordhuis | crypto: fix delete of potentially uninitialized pointer |
commit | commitdiff | tree | snapshot |
2011-09-20 |
Ben Noordhuis | crypto: fix read of potentially uninitialized variable |
commit | commitdiff | tree | snapshot |
2011-08-17 |
Ben Noordhuis | build: fix freebsd gyp build |
commit | commitdiff | tree | snapshot |
2011-08-17 |
Ben Noordhuis | uv: upgrade to 2dae0c9 |
commit | commitdiff | tree | snapshot |
2011-08-17 |
Ben Noordhuis | gyp: add freebsd support |
commit | commitdiff | tree | snapshot |
2011-08-17 |
Ben Noordhuis | gyp: revive sunos support, lost in 6b98a63 |
commit | commitdiff | tree | snapshot |
2011-09-20 |
Ryan Dahl | Remove extra method declaration |
commit | commitdiff | tree | snapshot |
2011-09-20 |
Ryan Dahl | Add TTYWrap |
commit | commitdiff | tree | snapshot |
2011-09-20 |
Ryan Dahl | Upgrade libuv to 2ef8f35 |
commit | commitdiff | tree | snapshot |
2011-09-20 |
Fedor Indutny | fix 'null' mirroring |
commit | commitdiff | tree | snapshot |
2011-09-20 |
Fedor Indutny | repeat last command if empty line was entered |
commit | commitdiff | tree | snapshot |
2011-09-20 |
Fedor Indutny | micro-refactor, use rli.output.write instead of rli... |
commit | commitdiff | tree | snapshot |
2011-09-20 |
Fedor Indutny | fix breakpoint prefixing in list() |
commit | commitdiff | tree | snapshot |
2011-09-20 |
Fedor Indutny | added comments, spawn child process automatically at... |
commit | commitdiff | tree | snapshot |
next |