platform/upstream/nodejs.git
2011-10-06 Bert BelderFix gyp build
2011-10-06 koichikdocs: add example to net.connect()
2011-10-06 Colton BakerFixed a lot of jslint errors.
2011-10-04 Ryan Dahlupgrade libuv to 0303197
2011-10-04 Ben Noordhuishttp: remove legacy http library
2011-10-03 Ben Noordhuistest: add TXT DNS record lookup test
2011-10-03 Christian Tellnesdns: implement resolveTxt()
2011-10-03 Ben Noordhuiszlib: fix assert message
2011-10-02 Maciej Małeckitest: Update assert module tests
2011-10-02 Maciej Małeckidocs: Update `assert` module docs
2011-10-02 Maciej Małeckiassert: Make `assert` module an `assert.ok` function
2011-10-02 Fedor Indutnydocs: document watcher debugger commands
2011-10-01 Ryan Dahladd zlib module to doc index
2011-09-30 Ryan DahlNow working on v0.5.9
2011-09-30 Ryan DahlBump version to v0.5.8 v0.5.8
2011-09-30 Fedor Indutnydebugger: watch, unwatch, watchers
2011-09-30 Ryan DahlFixes #1805. Reset TTY mode on exit.
2011-09-30 Ryan DahlUpgrade libuv to fe18438
2011-09-30 Ryan DahlAdd test from v0.4 dea49e3
2011-09-30 koichikdocs: Added missing parenthesis to buffer.readUInt8...
2011-09-29 Ryan DahlWAF: Clean out/Release/deps/uv before build
2011-09-29 Ryan DahlDon't ls node_g after make - it confuses people
2011-09-29 Ben Noordhuistest: fix typo in error message
2011-09-28 Fedor Indutnydebugger: refactor, no more res.success checks
2011-09-28 Fedor Indutnydebugger: use regexps in repl test
2011-09-27 Ryan DahlRemove a few instances of process.binding('stdio')...
2011-09-27 Ryan DahlMove process.stdout unref hack to handle_wrap.cc
2011-09-27 Fedor Indutnydebugger: double ctrl+break on win should exit node
2011-09-27 Ryan DahlMerge branch 'new-tty-binding'
2011-09-27 Ryan DahlFix test-module-load-list.js
2011-09-27 Bert BelderUpgrade libuv to 2c0fca9a41
2011-09-27 Bert BelderEnable console colors on windows by default
2011-09-27 Bert BelderAdd new tty js files to node.gyp
2011-09-27 Ryan Dahlscope.Close in GuessHandleType; don't use uv_is_tty
2011-09-27 Ryan DahlBind uv_tty_get_winsize
2011-09-27 Ryan DahlBind/use uv_guess_handle
2011-09-27 Ryan DahlInitial pass at new TTY js layer
2011-09-27 Ryan DahlDisable test-dgram-unix.js test-dgram-unix-anon.js...
2011-09-27 Fedor Indutnydebugger: export port
2011-09-27 Ryan DahlFixes #1726, hack to unref process.stdout
2011-09-27 Ben Noordhuisdocs: document crypto.randomBytes()
2011-09-27 Ben Noordhuistest: test crypto (P)RNG functions
2011-09-27 Ben Noordhuiscrypto: implement randomBytes() and pseudoRandomBytes()
2011-09-27 Fedor IndutnyExport disableColors from repl, share with debugger
2011-09-27 Fedor Indutnydebugger: setBreakpoint('fn()')
2011-09-27 Ryan Dahlwrite-only streams should not shutdown
2011-09-26 Ryan DahlRe-land Bert's test for #1697
2011-09-26 isaacszlib: Typo. s/opt/opts/
2011-09-26 Fedor Indutnydebugger: fix backtrace with no frames
2011-09-25 Fedor Indutnydebugger docs
2011-09-25 Fedor IndutnyCtrl+Break on windows starts debugger server
2011-09-25 Fedor IndutnyEnableDebug immediatly on SIGUSR1
2011-09-25 Fedor Indutnyhandle backtrace errors
2011-09-25 Fedor Indutnymove debugger_running to correct place
2011-09-25 Fedor Indutnymore cli options
2011-09-25 Ben Noordhuiscygwin: fix new[]/delete mismatch
2011-09-25 Ben Noordhuiscygwin: fix return of uninitialized variable
2011-09-24 Ben Noordhuisbuffers: handle bad length argument in constructor
2011-09-24 Ben Noordhuisuv: upgrade to 8f617b9
2011-09-23 Fedor Indutnydebugger fix for #1707
2011-09-23 Fedor Indutnydebugger: remove useless clearlines, updated test
2011-09-23 Fedor Indutnytest-debugger-repl improvements
2011-09-23 Fedor Indutnydon't use global vars
2011-09-23 Fedor Indutnyreadline: custom streams support
2011-09-23 Ben LeslieRaise an error when a malformed package.json file is...
2011-09-23 Ryan DahlUpgrade libuv to f20297f
2011-09-23 Fedor Indutnyinitial tests
2011-09-23 Igor Zinkovskyfix spelling
2011-09-23 Ben Noordhuisbuild: explicitly link in libz on non-win32 platforms
2011-09-23 Igor Zinkovskyfs watcher binding
2011-09-23 Ryan Dahlupgrade libuv
2011-09-23 isaacsAdd broken test for #1726.
2011-09-21 Igor Zinkovskyremove node_zlib.h from node.gyp
2011-09-21 Fedor Indutny[debugger] shorten break message
2011-09-21 Fedor Indutny[debugger] optimize context's properties initialization...
2011-09-21 Fedor Indutny[debugger] fix 'debug> connecting...', fixed autostart...
2011-09-20 Ben Noordhuiscrypto: fix delete of potentially uninitialized pointer
2011-09-20 Ben Noordhuiscrypto: fix read of potentially uninitialized variable
2011-08-17 Ben Noordhuisbuild: fix freebsd gyp build
2011-08-17 Ben Noordhuisuv: upgrade to 2dae0c9
2011-08-17 Ben Noordhuisgyp: add freebsd support
2011-08-17 Ben Noordhuisgyp: revive sunos support, lost in 6b98a63
2011-09-20 Ryan DahlRemove extra method declaration
2011-09-20 Ryan DahlAdd TTYWrap
2011-09-20 Ryan DahlUpgrade libuv to 2ef8f35
2011-09-20 Fedor Indutnyfix 'null' mirroring
2011-09-20 Fedor Indutnyrepeat last command if empty line was entered
2011-09-20 Fedor Indutnymicro-refactor, use rli.output.write instead of rli...
2011-09-20 Fedor Indutnyfix breakpoint prefixing in list()
2011-09-20 Fedor Indutnyadded comments, spawn child process automatically at...
2011-09-20 Fedor Indutnyremove arrow from current source line
2011-09-20 Fedor Indutnyfix inspection of zero
2011-09-20 Ben Noordhuiscrypto: look up SSL errors with ERR_print_errors()
2011-09-19 Ryan DahlFix test-regress-GH-819
2011-09-19 Ben Noordhuisbuild: make wscript work with python 2.4
2011-09-19 Ben Noordhuistls: remove superfluous setOptions() call
2011-09-18 Ryan Dahldns callbacks should go through MakeCallback
2011-09-18 Ryan DahlUpgrade gyp to r1046
2011-09-18 isaacszlib: lint
2011-09-18 isaacszlib: Fix test so that it's not trivially passing,...
next