platform/upstream/nodejs.git
2011-01-10 Ryan DahlPrint error when EventEmitters get too many listeners
2011-01-09 Ryan Dahldebugger: implement 'list'
2011-01-09 Ryan Dahlexpose module wrapper to native modules
2011-01-09 Ryan Dahldebugger: fix 'scripts' command
2011-01-09 Ryan DahlNow working on v0.3.5-pre
2011-01-08 Ryan DahlBump version to v0.3.4 v0.3.4
2011-01-07 Mihai Călin... realpath files during module load
2011-01-07 Ryan DahlTLS: Forward errors to cleartext
2011-01-07 Ryan DahlRemove debugger statement from http_simple.js
2011-01-07 Ryan DahlLint
2011-01-06 Bert BelderReplace string magic + path.join by path.resolve
2011-01-06 Bert BelderRework fs.realpath, primordal windows compatibility
2011-01-06 Bert BelderPath.resolve, path module windows compatibility
2011-01-06 isaacsFix regression introduced in fe804d9b
2011-01-06 Ryan DahlAllow for two streams in REPL
2011-01-06 Ryan DahlJoyent link goes to no.de
2011-01-06 Ryan DahlFix process.platform
2011-01-05 Ryan DahlUpdate TODO items
2011-01-05 Ryan DahlRemove legacy TLS api from docs
2011-01-05 Ryan DahlRename net.Stream to net.Socket
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
next