platform/upstream/nodejs.git
2011-01-16 Ryan DahlNow working on v0.3.6
2011-01-16 Ryan DahlBump version to v0.3.5 v0.3.5
2011-01-16 Felix GeisendörferFix test-require-cache-without-stat.js
2011-01-16 Felix GeisendörferIsolate native module system again
2011-01-16 Ryan DahlAdd built-in module loading to test-require-cache-witho...
2011-01-16 Ryan DahlAdd broken test for require cache working
2011-01-16 Ryan Dahlstyle
2011-01-14 Ryan DahlRevert "Implement os.isWindows"
2011-01-14 Ryan DahlAllow third party hooks before main module load
2011-01-14 Ryan Dahldebugger: don't hang on ^d and ^c
2011-01-13 Ryan Dahldebugger: error out without script
2011-01-13 Ryan Dahldebugger: add uncaughtException handler to kill child
2011-01-13 Ryan Dahldebugger: Correctly eval arrays and numbers
2011-01-13 Ryan Dahldebugger: full scope evals
2011-01-13 Ryan Dahldebugger: Better backtraces
2011-01-13 Ryan Dahldebugger: primative object inspection
2011-01-13 Ryan Dahldebugger: take help message from commands
2011-01-13 Ryan DahlA few more list clean ups
2011-01-13 Ryan DahlExpose link-list from timers.js; add tests
2011-01-13 Ryan Dahldebugger: Don't break on handle === 0
2011-01-13 Felix GeisendörferFix NODE_PATH, was broken after cleanup
2011-01-13 Felix GeisendörferAlways init module paths
2011-01-12 Felix GeisendörferCleanup node module system code
2011-01-12 Ryan DahlFix test-net-connect-buffer
2011-01-12 Ryan Dahlnet: Timeouts should work before DNS resolution
2011-01-12 Ryan DahlAdd test for connection timeouts
2011-01-12 Ryan Dahldebugger: Only display basename of scripts
2011-01-12 Ryan Dahltab completion for commands in debugger
2011-01-12 Ryan DahlUpgrade c-ares to 1.7.4
2011-01-12 Ryan DahlNODE_DEBUG=timer instead of bitflags
2011-01-12 Ryan DahlAllow one extra ms in timer diff
2011-01-12 Ryan DahlAdd delay into test-debugger-client
2011-01-11 Ryan DahlPut a little delay into test-tls-securepair-client.js
2011-01-11 Bert BelderLibev windows fixes
2011-01-11 Ryan DahlUse html5 spec stylesheet for docs
2011-01-11 Ryan DahlMerge branch 'vanilla-libeio'
2011-01-11 Ryan DahlUpgrade libeio
2011-01-11 isaacschild_process: Support setting uid/gid by name
2011-01-11 Ryan DahlFix spelling mistakes
2011-01-11 isaacschild_process: Add gid/uid flags to spawn config
2011-01-11 Ryan DahlUpgrade libev to 4.3
2011-01-11 Bert BelderImprove path.resolve documentation
2011-01-11 Ryan DahlBump size of bench histogram to 100ms
2011-01-11 Ryan DahlgetWindowSize/setWindowSize
2011-01-11 Ryan Dahltypo setuid -> setsid
2011-01-11 Ryan DahlFix expired keys
2011-01-11 Ryan Dahltty.open() returns stream instead of slaveFD
2011-01-11 Ryan DahlAdd setsid option to child_process
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
next