platform/upstream/nodejs.git
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,...
2011-09-18 isaacsInitial pass at zlib bindings
2011-09-17 Ryan DahlNow working on v0.5.8
2011-09-17 Ryan DahlBump version to v0.5.7 v0.5.7
2011-09-17 Fedor IndutnysetBreakpoint w/o arguments should set one on a current...
2011-09-17 Fedor Indutnyrestore breakpoints after restart, fix message handling
2011-09-17 Fedor Indutnyfix spawn call, customFds ain't supported yet
2011-09-17 Ryan DahlRevert "Add regression test for issue 1697"
2011-09-16 Ryan DahlUpgrade libuv to 75a088e
2011-09-16 Bert BelderAdd regression test for issue 1697
2011-09-16 Ben Noordhuiscrypto: fix error message buffer overrun
2011-09-15 Ryan DahlUpgrade libuv to 2640aae
2011-09-15 Ryan DahlMerge remote branch 'origin/v0.4'
2011-09-15 Ryan DahlDrain OpenSSL error queue? Addresses #1719
2011-09-15 Ryan DahlSupport legacy API: process.stdout.fd
2011-09-15 Ryan Dahlnet.Socket(fd) should start readable and writable
2011-09-15 Ryan DahlRemove pthread-win32 from license file (no longer using it)
2011-09-15 Jeroen JanssenFix options_file_memory_leak
2011-09-15 Ryan DahlMerge remote branch 'origin/v0.4'
2011-09-15 isaacsFix #1707 hasOwnProperty usage
next