platform/upstream/nodejs.git
2011-02-10 Ryan Dahlfix verifier.verify() docs
2011-02-10 Ryan DahlNew DTrace probes from CA team
2011-02-10 Ryan DahlNew keys, agent1-cert.pem was expired
2011-02-10 Ryan DahlTLS: handle cert chains
2011-02-10 Ryan DahlEdit module docs
2011-02-10 isaacsDocument module loading
2011-02-09 Bert BelderWorkaround for V8 bug 884
2011-02-09 isaacsBetter assert in the node_modules tests
2011-02-09 isaacsnode_modules module lookup, +docs and test.
2011-02-09 Ryan DahlTLS: Don't give up if you can't write 0 bytes
2011-02-09 Ryan DahlUpgrade V8 to 3.1.2
2011-02-09 Ryan Dahlbetter debug messages in net and tls
2011-02-09 Ryan DahlRemove unused parameter from crypto::Handle*Error
2011-02-09 Bert BelderFix fs.realpathSync on windows
2011-02-09 Bert BelderWindows: child process fixes
2011-02-09 Ryan Dahltls: split bio errors from ssl errors
2011-02-09 isaacsSupport caching for realpath, use in module load
2011-02-09 Ryan Dahltls: only emit data after 'secure' event
2011-02-08 Bert BelderDon't make unnecessary getcwd calls from path.resolve
2011-02-08 Ryan Dahl(won't) fix test-next-tick-ordering
2011-02-08 Ryan Dahltls fixes
2011-02-07 Bert BelderFix dns on windows
2011-02-07 Ryan Dahlstderr should be EventEmitter even if it doesn't emit...
2011-02-07 isaacsCloses GH-609 Support array-ish args to Buffer ctor
2011-02-07 isaacsSupport octal strings for modes
2011-02-07 Ryan DahlCloses GH-645. Document tty.getWindowSize
2011-02-07 Konstantin... UCS-2 support
2011-02-07 Ryan DahlImpove fs.WatchFile doc
2011-02-07 Russell Haeringhttp: fix buffer writes to outgoing messages
2011-02-07 Daniel Gröbercmake fixes
2011-02-07 Ryan DahlRemove incorrect doc about node_modules
2011-02-07 isaacssupport for package.json
2011-02-07 koichikcorrected small typos
2011-02-05 Mikeal Rogershttp: agent takes options instead of host, port pair
2011-02-05 Ryan Dahltypo
2011-02-05 Ryan DahlNow working on v0.4.0
2011-02-05 Ryan DahlBump version to v0.3.8 v0.3.8
2011-02-05 Ryan Dahlhttp: handle aborts
2011-02-05 Ryan Dahlhttp-parser: Error on EOF errors
2011-02-05 Ryan DahlUpgrade http-parser
2011-02-04 Bert BelderFix mingw build
2011-02-04 Bert BelderWindows: open files in binary mode
2011-02-04 Ryan DahlExpose errno with a string.
2011-02-04 Ryan DahlFix debug flag in timers.js
2011-02-04 Ryan DahlStyle
2011-02-03 isaacsmodule: define functions only once.
2011-02-03 Bert BelderFix problem with libev/select on windows.
2011-02-03 Bert BelderRevert "Workaround for libev handle caching bug on...
2011-02-03 Ryan DahlAdd process.stderr stream
2011-02-03 Ryan DahlClean up
2011-02-03 Ryan DahlTLS: fix throttling
2011-02-02 Ryan DahlTLS: Simplify error handling
2011-02-02 Ryan DahlTLS: flush buffer before destroy
2011-02-02 Ryan Dahl(suck, blow) -> (pull, push)
2011-02-02 Ryan DahlUpgrade V8 to 3.1.1
2011-02-02 isaacsCloses GH-619 Make require.main be the main module
2011-02-01 Ryan DahlTLS: Set ssl.receivedShutdown after each read
2011-02-01 Ryan DahlTLS: better error reporting at binding layer
2011-02-01 Jorge Chamorro... Longer nexttick ordering test
2011-02-01 Joe Walnesdgram: setMulticastTTL, setMulticastLoopback and addMem...
2011-02-01 Ryan DahlTLS: Add _pendingBytes()
2011-02-01 Ryan DahlAdd simpler failing tls throttle test
2011-02-01 Ryan Dahltls: superficial clean up
2011-01-31 Bert BelderWorkaround for V8 bug 884
2011-01-31 Ryan DahlUpgrade V8 to 3.1.0
2011-01-31 Ryan DahlMake availability of UDP bindings more apparent
2011-01-31 Ryan Dahlnet: Add hook for when writeQueue changes
2011-01-31 Ryan DahlAdd artificial timeout to broken test-https-large-response
2011-01-31 Ryan DahlAdd socket.bufferSize
2011-01-28 Tim CaswellSlightly throttle https large body test
2011-01-28 Ryan Dahlgetaddrinfo exists on windows
2011-01-28 Ryan DahlFix version
2011-01-28 Ryan DahlREPL: disable colors in windows for now
2011-01-28 Bert BelderWorkaround for V8 bug 884
2011-01-28 Ryan DahlUpgrade V8 to 3.0.12
2011-01-28 Ryan DahlNow working on v0.3.8
2011-01-28 Ryan DahlBump version to v0.3.7 v0.3.7
2011-01-28 Ryan DahlFix pummel/text-exec
2011-01-28 Ryan DahlRevert "Use html5 spec stylesheet for docs"
2011-01-28 Ryan DahlSimplify website
2011-01-28 Ryan DahlAdd test-https-large-response.js
2011-01-28 Ryan DahlFix option parsing in tls.connect()
2011-01-28 Ryan DahlHelpful error when child_process.exec hit maxBuffer
2011-01-28 Ryan Dahldebugger: prevent crash when backtrace doesn't come...
2011-01-28 Ryan DahlRemove more process.assert
2011-01-28 Ryan DahlAnother fix for process.assert
2011-01-28 Ryan DahlFix process.assert problem
2011-01-28 Ryan DahlPre-process out assert()
2011-01-28 Ryan DahlFix links
2011-01-28 David Trejonewcomer resources in README
2011-01-28 Greg HughesFix style issues with ext_key_usage patch
2011-01-27 Ryan DahlCorrect process.kill doc
2011-01-27 Ryan DahlTypos
2011-01-27 Ryan DahlA few spelling fixes.
2011-01-27 Ryan DahlFix arg order of fs.linkSync in docs
2011-01-27 Greg HughesAdd ext_key_usage to getPeerCertificate
2011-01-27 isaacsA module ID with a trailing slash must be a dir.
2011-01-26 Ali FarhadiFixing bug in http request default encoding.
2011-01-26 Ali FarhadiAdding callback parameter to Socket's setTimeout method.
2011-01-26 Ryan DahlIncrease timeout on test-repl to 5 seconds
next