2011-09-14 |
Fedor Indutny | [debugger] requireConnection() returns bool, break UI |
commit | commitdiff | tree | snapshot |
2011-09-14 |
Fedor Indutny | [repl] add error handling for async scope fetching |
commit | commitdiff | tree | snapshot |
2011-09-14 |
Ryan Dahl | Doc fixes |
commit | commitdiff | tree | snapshot |
2011-09-13 |
isaacs | Fix #1694 Document require() cycles |
commit | commitdiff | tree | snapshot |
2011-09-13 |
Ryan Dahl | Fix windows build |
commit | commitdiff | tree | snapshot |
2011-09-13 |
Ryan Dahl | Do not load readline from util.inspect |
commit | commitdiff | tree | snapshot |
2011-09-13 |
Ryan Dahl | Fix test-module-load-list |
commit | commitdiff | tree | snapshot |
2011-09-13 |
Ryan Dahl | Use net_uv instead of net_legacy for stdio |
commit | commitdiff | tree | snapshot |
2011-09-13 |
isaacs | mkdir EEXIST test |
commit | commitdiff | tree | snapshot |
2011-09-13 |
isaacs | Update uv to 3c00d87b4239a6b8358e2085f806170c3eca10cf |
commit | commitdiff | tree | snapshot |
2011-09-12 |
Ben Noordhuis | v8: move __C99FEATURES__=1 into common.gypi |
commit | commitdiff | tree | snapshot |
2011-09-12 |
Ryan Dahl | Wrap uv_pipe_open, implement net.Stream(fd); |
commit | commitdiff | tree | snapshot |
2011-09-12 |
Ryan Dahl | Upgrade libuv to e7eeacb |
commit | commitdiff | tree | snapshot |
2011-09-12 |
Ben Noordhuis | v8: add platform-solaris.cc to gyp build |
commit | commitdiff | tree | snapshot |
2011-09-12 |
Ben Noordhuis | v8: compile with __C99FEATURES__=1 on sunos |
commit | commitdiff | tree | snapshot |
2011-09-12 |
Ben Noordhuis | openssl: fixups for sunos |
commit | commitdiff | tree | snapshot |
2011-09-12 |
Ben Noordhuis | build: fixups for sunos |
commit | commitdiff | tree | snapshot |
2011-09-12 |
Ben Noordhuis | build: disable -fvisibility=hidden |
commit | commitdiff | tree | snapshot |
2011-09-12 |
Ben Noordhuis | build: fix breakage when resuming make |
commit | commitdiff | tree | snapshot |
2011-09-12 |
Ben Noordhuis | build: configure node, v8, cares and openssl |
commit | commitdiff | tree | snapshot |
2011-09-12 |
Ben Noordhuis | gyp: add sunos support |
commit | commitdiff | tree | snapshot |
2011-09-12 |
Ben Noordhuis | uv: upgrade to 9bd8bd7 |
commit | commitdiff | tree | snapshot |
2011-09-12 |
Ben Noordhuis | uv: upgrade to b450d87 |
commit | commitdiff | tree | snapshot |
2011-09-12 |
Thomas Shinnick | fs: unguarded fs.watchFile cache statWatchers checking... |
commit | commitdiff | tree | snapshot |
2011-09-12 |
Thomas Shinnick | fs: add positioned file writing feature to fs.WriteStream |
commit | commitdiff | tree | snapshot |
2011-09-12 |
Thomas Shinnick | fs: minor corrections from examining stream read positi... |
commit | commitdiff | tree | snapshot |
2011-09-11 |
koichik | util: Fix inspection for Error |
commit | commitdiff | tree | snapshot |
2011-09-11 |
Fedor Indutny | fix syntax error handling for 'throw ...', fix return... |
commit | commitdiff | tree | snapshot |
2011-09-11 |
Bert Belder | Un-break the windows build |
commit | commitdiff | tree | snapshot |
2011-09-11 |
Bert Belder | win: make test-cli-eval.js pass |
commit | commitdiff | tree | snapshot |
2011-09-11 |
Ryan Dahl | Upgrade libuv to efa1b54 |
commit | commitdiff | tree | snapshot |
2011-09-11 |
Ryan Dahl | Merge remote branch 'indutny/feature-debugger' |
commit | commitdiff | tree | snapshot |
2011-09-11 |
Fedor Indutny | Remove obsolete 'using v8::Null' |
commit | commitdiff | tree | snapshot |
2011-09-10 |
Fedor Indutny | vm context with accessors |
commit | commitdiff | tree | snapshot |
2011-09-10 |
Fedor Indutny | [debugger] fixed piping from stdout of child process... |
commit | commitdiff | tree | snapshot |
2011-09-10 |
Fedor Indutny | [debugger] implemented setBreakpoint, etc |
commit | commitdiff | tree | snapshot |
2011-09-10 |
Fedor Indutny | [debugger] deep cloning (depth = 3) |
commit | commitdiff | tree | snapshot |
2011-09-10 |
Fedor Indutny | [debugger] fix slow repl evals inside async callbacks |
commit | commitdiff | tree | snapshot |
2011-09-10 |
Fedor Indutny | [debugger] rename function, add it to ignore list |
commit | commitdiff | tree | snapshot |
2011-09-10 |
Fedor Indutny | [debugger] print data from child process' stdout and... |
commit | commitdiff | tree | snapshot |
2011-09-10 |
Fedor Indutny | [debugger] nicier output, clear line before writing |
commit | commitdiff | tree | snapshot |
2011-09-10 |
Fedor Indutny | [debugger] more informative break message (reverting... |
commit | commitdiff | tree | snapshot |
2011-09-10 |
Ryan Dahl | Correct date |
commit | commitdiff | tree | snapshot |
2011-09-09 |
Bert Belder | Now working on v0.5.7 |
commit | commitdiff | tree | snapshot |
2011-09-09 |
Bert Belder | Bump version to 0.5.6 v0.5.6 |
commit | commitdiff | tree | snapshot |
2011-09-09 |
Bert Belder | Upgrade libuv to bd6066cb |
commit | commitdiff | tree | snapshot |
2011-09-09 |
Igor Zinkovsky | fix for test-fs-chmod |
commit | commitdiff | tree | snapshot |
2011-09-09 |
Ben Noordhuis | build: install uv-private/*.h, fixes native add-on... |
commit | commitdiff | tree | snapshot |
2011-09-09 |
Bert Belder | Upgrade libuv to e95a29ee18 |
commit | commitdiff | tree | snapshot |
2011-09-09 |
Bert Belder | net_uv: fix 'set is undefined' error |
commit | commitdiff | tree | snapshot |
2011-09-09 |
Bert Belder | net_uv: use sufficient buffer to read sock/peername |
commit | commitdiff | tree | snapshot |
2011-09-09 |
Igor Zinkovsky | fix test-fs-chmod test |
commit | commitdiff | tree | snapshot |
2011-09-08 |
Ryan Dahl | Upgrade V8 to 3.6.2 |
commit | commitdiff | tree | snapshot |
2011-09-08 |
Bert Belder | Upgrade libuv to 2d1c672e |
commit | commitdiff | tree | snapshot |
2011-09-08 |
Ryan Dahl | Upgrade libuv to 5b567b2 |
commit | commitdiff | tree | snapshot |
2011-09-08 |
Ryan Dahl | Revert "vm context with accessors" |
commit | commitdiff | tree | snapshot |
2011-09-08 |
Fedor Indutny | [debugger] call silent resume in debugEval to prevent... |
commit | commitdiff | tree | snapshot |
2011-09-08 |
Igor Zinkovsky | Enable link, symlink, and readlink on windows |
commit | commitdiff | tree | snapshot |
2011-09-08 |
Fedor Indutny | [debugger] added synonyms for run, cont, next, step... |
commit | commitdiff | tree | snapshot |
2011-09-08 |
Fedor Indutny | [debugger] resume stdin at right time when running... |
commit | commitdiff | tree | snapshot |
2011-09-08 |
Fedor Indutny | [debugger] revert to using getter |
commit | commitdiff | tree | snapshot |
2011-09-08 |
Fedor Indutny | [debugger] fix messages |
commit | commitdiff | tree | snapshot |
2011-09-08 |
Fedor Indutny | [debugger] pause stdin on debugEval |
commit | commitdiff | tree | snapshot |
2011-09-08 |
Fedor Indutny | [debugger] handle lookup error, no more need to handle... |
commit | commitdiff | tree | snapshot |
2011-09-08 |
Fedor Indutny | [repl, readline] refactor async completion and execution |
commit | commitdiff | tree | snapshot |
2011-09-08 |
Fedor Indutny | [debugger] simulate getters |
commit | commitdiff | tree | snapshot |
2011-09-08 |
Fedor Indutny | [debugger] display message on repl(), do not display... |
commit | commitdiff | tree | snapshot |
2011-09-08 |
Fedor Indutny | [debugger] use newly added `eval` argument for REPLServer |
commit | commitdiff | tree | snapshot |
2011-09-08 |
Fedor Indutny | [repl] let self.eval be configurable on REPLServer... |
commit | commitdiff | tree | snapshot |
2011-09-08 |
Fedor Indutny | [debugger] Fix help message |
commit | commitdiff | tree | snapshot |
2011-09-08 |
Fedor Indutny | [debugger] restructurize code, eval control repl asynch... |
commit | commitdiff | tree | snapshot |
2011-09-08 |
Fedor Indutny | [debugger] port all commands |
commit | commitdiff | tree | snapshot |
2011-09-08 |
Fedor Indutny | [repl] Async global completion |
commit | commitdiff | tree | snapshot |
2011-09-08 |
Fedor Indutny | [debugger] two repls, initial |
commit | commitdiff | tree | snapshot |
2011-09-08 |
Fedor Indutny | [readline, repl] Fix completion grouping, fix parens... |
commit | commitdiff | tree | snapshot |
2011-09-08 |
Fedor Indutny | [repl, readline] async interface |
commit | commitdiff | tree | snapshot |
2011-09-08 |
Fedor Indutny | [debugger] readline => repl |
commit | commitdiff | tree | snapshot |
2011-09-08 |
Fedor Indutny | vm context with accessors |
commit | commitdiff | tree | snapshot |
2011-09-08 |
Ben Noordhuis | http: set .code='ECONNRESET' on socket hang up errors |
commit | commitdiff | tree | snapshot |
2011-09-08 |
koichik | util: Fix inspection for sparse array |
commit | commitdiff | tree | snapshot |
2011-09-08 |
koichik | util: Divide inspect() into some subroutines |
commit | commitdiff | tree | snapshot |
2011-09-08 |
Ryan Dahl | Upgrade GYP to r1034 |
commit | commitdiff | tree | snapshot |
2011-09-08 |
Ryan Dahl | Upgrade V8 to 3.6.1 |
commit | commitdiff | tree | snapshot |
2011-09-08 |
koichik | buffer: write() should always set _charsWritten. |
commit | commitdiff | tree | snapshot |
2011-09-08 |
Ryan Dahl | Merge remote branch 'origin/v0.4' |
commit | commitdiff | tree | snapshot |
2011-09-07 |
Ben Noordhuis | tls: new[] instead of malloc() in Connection::GetSession() |
commit | commitdiff | tree | snapshot |
2011-09-07 |
Sean Cunningham | tls: add client-side session resumption support |
commit | commitdiff | tree | snapshot |
2011-09-06 |
Ben Noordhuis | docs: document that the build system depends on python... |
commit | commitdiff | tree | snapshot |
2011-09-06 |
Thomas Shinnick | docs: typos and minor edits in several modules |
commit | commitdiff | tree | snapshot |
2011-09-06 |
Maciej Małecki | test: test for correct parsing of URLs with plus charac... |
commit | commitdiff | tree | snapshot |
2011-09-06 |
Maciej Małecki | url: add plus sign to protocol pattern |
commit | commitdiff | tree | snapshot |
2011-09-06 |
Ben Noordhuis | file: translate libuv error codes to errno names |
commit | commitdiff | tree | snapshot |
2011-09-06 |
Ben Noordhuis | uv: upgrade to cc91989 |
commit | commitdiff | tree | snapshot |
2011-09-06 |
Bert Belder | Improve path parsing on windows |
commit | commitdiff | tree | snapshot |
2011-09-06 |
Ben Noordhuis | file: fix errno propagation in sync fs calls |
commit | commitdiff | tree | snapshot |
2011-09-06 |
Ben Noordhuis | uv: upgrade to 58ef43e |
commit | commitdiff | tree | snapshot |
2011-09-05 |
Peter Bright | windows: it's rude to clobber quick edit mode |
commit | commitdiff | tree | snapshot |
2011-09-05 |
Ryan Dahl | ObjectWraps should be MarkIndependent |
commit | commitdiff | tree | snapshot |
2011-09-05 |
Ryan Dahl | Upgrade libuv to a8017fd |
commit | commitdiff | tree | snapshot |
2011-09-05 |
isaacs | fix test-fs-realpath |
commit | commitdiff | tree | snapshot |
next |