platform/upstream/nodejs.git
2011-01-05 Bert BelderRemove path module dependency from url module
2011-01-05 Bert BelderRemove keepBlanks flag from path functions
2011-01-05 Bert BelderImplement os.isWindows
2011-01-05 Ryan DahlAdd C++ Buffer migration tips
2011-01-05 Bert BelderRevert "realpath files during module load"
2011-01-04 Bert BelderDon't attempt to capture SIGUSR1
2011-01-04 Bert BelderMerge branch 'master' of git://github.com/ry/node
2011-01-04 Mihai Călin... realpath files during module load
2011-01-04 Ryan DahlImplement WriteStream.destroySoon
2011-01-04 Ryan Dahlnet.js: Check that readWatcher exists before pause...
2011-01-04 Ryan DahlImplement new stream method, destroySoon
2011-01-04 Ryan Dahlhack for ending https connections
2011-01-03 Ryan DahlFirst pass at new https server
2011-01-03 Ryan DahlNODE_DEBUG uses strings instead of bitflags
2011-01-03 Ryan Dahldebugger: use correct handle handle
2011-01-03 Ryan Dahldebugger: don't display whole path of scripts
2011-01-03 Ryan DahlMerge branch 'debugger'
2011-01-03 Ryan DahlNow working on v0.3.4-pre
2011-01-03 Ryan DahlBump version to v0.3.3 v0.3.3
2011-01-03 Ryan DahlFix REPL for named functions
2011-01-02 Bert BelderFix the OS module for win32
2011-01-02 Bert BelderMerge remote branch 'origin/master'
2011-01-02 Ryan DahlFix openssl version check
2011-01-02 Ryan DahlDisable TLS tests when node doesn't have OpenSSL.
2011-01-02 Ryan DahlAdd openssl version to process.versions
2011-01-02 Ryan DahlFix typos
2011-01-02 Ryan Dahladd process.stdin
2011-01-02 Ryan Dahlrepl.js style
2011-01-02 Ryan DahlSyntax error hack for modules.
2011-01-02 Ryan DahlAdd '{a:1}' to REPL tests
2011-01-02 Ryan DahlAllow for evaling statements in REPL too
2011-01-02 Ryan DahlImprove how REPL commands are evaled
2011-01-02 Ryan DahlFix solaris build
2011-01-02 Ryan DahlRevert "Add optional filters to stream.pipe()"
2011-01-02 Ryan DahlMake syntax error display optional
2011-01-01 Ryan DahlLint node_script.cc
2010-12-31 Ryan DahlUpdate links for v0.2.6 on website
2010-12-31 Sami Samhuriuse util.inspect to format objects and arrays printed...
2010-12-31 Daniel CEventEmitter.prototype.once should "return this;"
2010-12-31 Ryan Dahldebugger: a little bit of doc
2010-12-31 Ryan Dahldebugger: Prompt before quitting
2010-12-31 Ryan Dahldebugger: Don't prompt until child is killed
2010-12-31 Ryan DahlFix some errors in debugger tests
2010-12-31 Ryan Dahldebugger: Fix some parser issues
2010-12-30 Ryan Dahldebugger: Disable/Enable raw mode for child
2010-12-30 Ryan Dahldebugger: Clean ups, bug fixes
2010-12-30 Ryan Dahldebugger: add 'kill' command
2010-12-30 Ryan Dahldebugger: repeat command functionality
2010-12-30 Ryan Dahldebugger: don't display node's internal scripts
2010-12-30 Ryan DahlWrap up debugger in one class
2010-12-30 Ryan Dahldebugger: style
2010-12-30 Ryan Dahldebugger: Print error if executing command that require...
2010-12-30 Ryan Dahlstart debug agent on SIGUSR1
2010-12-30 Ryan Dahldebugger: clean up
2010-12-30 Ryan DahlDebugger: better maintance of script list
2010-12-30 Ryan Dahldebugger: Work towards interactive restart
2010-12-30 Ryan Dahldebugger: Clean up child
2010-12-30 Ryan DahlRather have the debugger be parent process
2010-12-30 Ryan Dahladd 'info breakpoints'
2010-12-30 Ryan Dahlhighlight current script
2010-12-30 Ryan Dahldebugger: 'scripts' command was conflicting with 's'
2010-12-30 Ryan DahlStart on frame zero - don't do extra break
2010-12-30 Ryan Dahldebugger: Clean up a few commands
2010-12-30 Ryan DahlDisable OPOST
2010-12-30 Ryan DahlDebugger: Fix some output
2010-12-30 Ryan DahlAdd better breakpoint text
2010-12-30 Ryan DahlFork out to debugger on debugger statements
2010-12-30 Ryan DahlDebugger client emits ready after recving initial res
2010-12-30 Ryan DahlAdd more debugger tests
2010-12-30 Ryan Dahlkeep track of current frame. eval works for global...
2010-12-30 Ryan DahlFix test-debugger-client
2010-12-30 Ryan DahlAdd beginning of build-in debugger
2010-12-30 Ryan Dahlstart debug agent on SIGUSR1
2010-12-30 Ryan DahlAdd ability to ask question from readline
2010-12-25 Tom HughesFree (ref-counted) private key.
2010-12-23 Brian WhiteFix Cygwin compatibility in the os module
2010-12-23 Kai Chencorrect some inline links in api document
2010-12-23 Tom Hughescmake: Add toolchain file for cross-compiling.
2010-12-23 Tom Hughescmake: Fix OpenSSL detection and node crypto compilation.
2010-12-23 Daniel Gröbercmake: add -lutil
2010-12-22 Brian WhiteAdd more functionality to the os module
2010-12-22 Tom HughesDon't access buffer data before initializing it.
2010-12-22 Tom HughesFix memory leak in node_crypto.cc.
2010-12-22 Tom HughesFix memory corruption with unnamed AF_UNIX sockets.
2010-12-22 Ryan DahlAdd 'make test-valgrind'
2010-12-21 Ryan Dahlprocess.kill coerces args to integers
2010-12-21 Oleg Slobodskoifix assert.throws
2010-12-21 Ryan DahlAdd toolchain=gcc to V8 build for Sun
2010-12-21 Theo SchlossnagleThe following error can be thrown from accept on ECONNA...
2010-12-21 Ryan DahlUpgrade V8 to 3.0.4
2010-12-20 Bert BelderPort GetHostName
2010-12-20 Bert BelderRevert "Performance-killing bug workaround for V8 on...
2010-12-20 Bert BelderUpdate TODO.win32
2010-12-20 Bert BelderFixes to child process
2010-12-20 Bert BelderAfter building overwrite existing ./node(_g)?.exe
2010-12-20 Bert BelderChild processes
2010-12-20 Bert BelderMake using winsock extension functions possible
2010-12-20 Bert BelderMake select work on >64 FDs on windows
2010-12-20 Bert BelderSupport for non-overlapped sockets
2010-12-20 Bert BelderWork around intermittent mkdir failures in testcfg.py
next