platform/upstream/nodejs.git
2011-09-13 Ryan DahlDo not load readline from util.inspect
2011-09-13 Ryan DahlFix test-module-load-list
2011-09-13 Ryan DahlUse net_uv instead of net_legacy for stdio
2011-09-13 isaacsmkdir EEXIST test
2011-09-13 isaacsUpdate uv to 3c00d87b4239a6b8358e2085f806170c3eca10cf
2011-09-12 Ben Noordhuisv8: move __C99FEATURES__=1 into common.gypi
2011-09-12 Ryan DahlWrap uv_pipe_open, implement net.Stream(fd);
2011-09-12 Ryan DahlUpgrade libuv to e7eeacb
2011-09-12 Ben Noordhuisv8: add platform-solaris.cc to gyp build
2011-09-12 Ben Noordhuisv8: compile with __C99FEATURES__=1 on sunos
2011-09-12 Ben Noordhuisopenssl: fixups for sunos
2011-09-12 Ben Noordhuisbuild: fixups for sunos
2011-09-12 Ben Noordhuisbuild: disable -fvisibility=hidden
2011-09-12 Ben Noordhuisbuild: fix breakage when resuming make
2011-09-12 Ben Noordhuisbuild: configure node, v8, cares and openssl
2011-09-12 Ben Noordhuisgyp: add sunos support
2011-09-12 Ben Noordhuisuv: upgrade to 9bd8bd7
2011-09-12 Ben Noordhuisuv: upgrade to b450d87
2011-09-12 Thomas Shinnickfs: unguarded fs.watchFile cache statWatchers checking...
2011-09-12 Thomas Shinnickfs: add positioned file writing feature to fs.WriteStream
2011-09-12 Thomas Shinnickfs: minor corrections from examining stream read positi...
2011-09-11 koichikutil: Fix inspection for Error
2011-09-11 Fedor Indutnyfix syntax error handling for 'throw ...', fix return...
2011-09-11 Bert BelderUn-break the windows build
2011-09-11 Bert Belderwin: make test-cli-eval.js pass
2011-09-11 Ryan DahlUpgrade libuv to efa1b54
2011-09-11 Ryan DahlMerge remote branch 'indutny/feature-debugger'
2011-09-11 Fedor IndutnyRemove obsolete 'using v8::Null'
2011-09-10 Fedor Indutnyvm context with accessors
2011-09-10 Fedor Indutny[debugger] fixed piping from stdout of child process...
2011-09-10 Fedor Indutny[debugger] implemented setBreakpoint, etc
2011-09-10 Fedor Indutny[debugger] deep cloning (depth = 3)
2011-09-10 Fedor Indutny[debugger] fix slow repl evals inside async callbacks
2011-09-10 Fedor Indutny[debugger] rename function, add it to ignore list
2011-09-10 Fedor Indutny[debugger] print data from child process' stdout and...
2011-09-10 Fedor Indutny[debugger] nicier output, clear line before writing
2011-09-10 Fedor Indutny[debugger] more informative break message (reverting...
2011-09-10 Ryan DahlCorrect date
2011-09-09 Bert BelderNow working on v0.5.7
2011-09-09 Bert BelderBump version to 0.5.6 v0.5.6
2011-09-09 Bert BelderUpgrade libuv to bd6066cb
2011-09-09 Igor Zinkovskyfix for test-fs-chmod
2011-09-09 Ben Noordhuisbuild: install uv-private/*.h, fixes native add-on...
2011-09-09 Bert BelderUpgrade libuv to e95a29ee18
2011-09-09 Bert Beldernet_uv: fix 'set is undefined' error
2011-09-09 Bert Beldernet_uv: use sufficient buffer to read sock/peername
2011-09-09 Igor Zinkovskyfix test-fs-chmod test
2011-09-08 Ryan DahlUpgrade V8 to 3.6.2
2011-09-08 Bert BelderUpgrade libuv to 2d1c672e
2011-09-08 Ryan DahlUpgrade libuv to 5b567b2
2011-09-08 Ryan DahlRevert "vm context with accessors"
2011-09-08 Fedor Indutny[debugger] call silent resume in debugEval to prevent...
2011-09-08 Igor ZinkovskyEnable link, symlink, and readlink on windows
2011-09-08 Fedor Indutny[debugger] added synonyms for run, cont, next, step...
2011-09-08 Fedor Indutny[debugger] resume stdin at right time when running...
2011-09-08 Fedor Indutny[debugger] revert to using getter
2011-09-08 Fedor Indutny[debugger] fix messages
2011-09-08 Fedor Indutny[debugger] pause stdin on debugEval
2011-09-08 Fedor Indutny[debugger] handle lookup error, no more need to handle...
2011-09-08 Fedor Indutny[repl, readline] refactor async completion and execution
2011-09-08 Fedor Indutny[debugger] simulate getters
2011-09-08 Fedor Indutny[debugger] display message on repl(), do not display...
2011-09-08 Fedor Indutny[debugger] use newly added `eval` argument for REPLServer
2011-09-08 Fedor Indutny[repl] let self.eval be configurable on REPLServer...
2011-09-08 Fedor Indutny[debugger] Fix help message
2011-09-08 Fedor Indutny[debugger] restructurize code, eval control repl asynch...
2011-09-08 Fedor Indutny[debugger] port all commands
2011-09-08 Fedor Indutny[repl] Async global completion
2011-09-08 Fedor Indutny[debugger] two repls, initial
2011-09-08 Fedor Indutny[readline, repl] Fix completion grouping, fix parens...
2011-09-08 Fedor Indutny[repl, readline] async interface
2011-09-08 Fedor Indutny[debugger] readline => repl
2011-09-08 Fedor Indutnyvm context with accessors
2011-09-08 Ben Noordhuishttp: set .code='ECONNRESET' on socket hang up errors
2011-09-08 koichikutil: Fix inspection for sparse array
2011-09-08 koichikutil: Divide inspect() into some subroutines
2011-09-08 Ryan DahlUpgrade GYP to r1034
2011-09-08 Ryan DahlUpgrade V8 to 3.6.1
2011-09-08 koichikbuffer: write() should always set _charsWritten.
2011-09-08 Ryan DahlMerge remote branch 'origin/v0.4'
2011-09-07 Ben Noordhuistls: new[] instead of malloc() in Connection::GetSession()
2011-09-07 Sean Cunninghamtls: add client-side session resumption support
2011-09-06 Ben Noordhuisdocs: document that the build system depends on python...
2011-09-06 Thomas Shinnickdocs: typos and minor edits in several modules
2011-09-06 Maciej Małeckitest: test for correct parsing of URLs with plus charac...
2011-09-06 Maciej Małeckiurl: add plus sign to protocol pattern
2011-09-06 Ben Noordhuisfile: translate libuv error codes to errno names
2011-09-06 Ben Noordhuisuv: upgrade to cc91989
2011-09-06 Bert BelderImprove path parsing on windows
2011-09-06 Ben Noordhuisfile: fix errno propagation in sync fs calls
2011-09-06 Ben Noordhuisuv: upgrade to 58ef43e
2011-09-05 Peter Brightwindows: it's rude to clobber quick edit mode
2011-09-05 Ryan DahlObjectWraps should be MarkIndependent
2011-09-05 Ryan DahlUpgrade libuv to a8017fd
2011-09-05 isaacsfix test-fs-realpath
2011-09-05 Ryan Dahlinternal fs functions called with this == ReqWrap
2011-09-05 Ryan DahlReturn ReqWrap from internal fs functions
2011-09-05 Ryan DahlFix test-fs-error-messages.js
2011-09-05 Ryan DahlUpgrade libuv to 991f6ee
2011-09-05 Bert Belderdgram-uv: black hole incoming messages after closing
next