platform/upstream/nodejs.git
2010-02-17 Ryan DahlMerge branch 'master' into net2
2010-02-17 Ryan DahlUpdate benchmark script to new API
2010-02-17 Ryan DahlFix 'make website-upload'
2010-02-17 Ryan Dahlbump version v0.1.29
2010-02-17 Ryan Dahlsed -i 's/git-/git /g' Makefile
2010-02-17 Ryan DahlClean up and rename test-stat-handler
2010-02-17 Ryan DahlRename a few remaining fs.cat calls.
2010-02-17 Ryan DahlAdd /opt/local/lib as a search path for gpg-error
2010-02-17 Ryan DahlAdd note about gnutls and libgpg-error in installation...
2010-02-17 Ryan DahlRemove references to wait() in docs
2010-02-17 Ryan Dahldocumentation clean up
2010-02-17 Ryan DahlAdd asciidoc-xhtml11.js for use with asciidoc 8.5.1
2010-02-17 Ryan DahlAPI: OutgoingMessage.prototype.finish() renamed to...
2010-02-17 Tim CaswellFile API tweaks
2010-02-17 Ryan DahlAPI: Make request/response object closer to stream...
2010-02-17 isaacsAdd some puts() to test-multipart.js to show what it...
2010-02-17 Ryan Dahl[debug] Give debug_watcher maximum priority
2010-02-17 Ryan Dahl[debug] Use ProcessDebugMessage() instead of executing...
2010-02-17 Jérémy LalCalculate page size with getpagesize for armel
2010-02-16 Ryan DahlThrow from connection.connect if resolving.
2010-02-16 Ryan DahlAPI: connection.send() renamed to connection.write()
2010-02-16 Ryan DahlRevert "Add process.startTime"
2010-02-16 ZokaUse InstanceTemplate() instead of PrototypeTemplate...
2010-02-16 Felix GeisendörferFix Promise.wait() for fired promises
2010-02-16 Jonas PfennigerAdded failing test: promise.wait() after promise.emitXXX()
2010-02-16 Ryan DahlRemove unused variable
2010-02-16 Yuichiro MASUIFixed: promise late chain
2010-02-16 Mark Hansensys.inspect(Date) now shows the date value
2010-02-12 visionmediaAdded multiple arg support for sys.puts(), print()...
2010-02-12 Ryan DahlRename 'posix' module to 'fs'
2010-02-12 Ryan DahlAdd process.startTime
2010-02-12 Ryan DahlAPI: tcp events 'receive' to 'data', 'eof' to 'end'
2010-02-12 Ryan Dahls/tinyclouds.org/nodejs.org/
2010-02-12 Ryan DahlFix whitespace and warnings in node.cc
2010-02-12 Felix GeisendörferSimple test case for require.async()
2010-02-12 Felix GeisendörferImplemented posix.catSync()
2010-02-11 Ryan DahlSmall clean up to test-timers.js
2010-02-11 Ryan DahlReturn chunk & bytes read for posix.readSync()
2010-02-11 Felix GeisendörferFix: Module cache did not propagate
2010-02-10 Ryan DahlMerge branch 'master' into net2
2010-02-10 masuidriveBuild system: support spaces in directory names
2010-02-09 Michael StillwellAdd test: modifying event listeners during callback.
2010-02-09 Ryan DahlIgnore EAGAIN in stderr dumps.
2010-02-09 Ryan DahlFix stderr flushing problem
2010-02-09 Ryan Dahlbump version v0.1.28
2010-02-09 Tim CaswellDocument the changes to sys.inspect's API.
2010-02-09 Tim CaswellRewrite sys.inspect to be more reliable and handle...
2010-02-08 isaacsA rewrite of multipart library.
2010-02-08 Ryan DahlUse Google's jsmin.py so that Node can be used for...
2010-02-08 Ryan DahlExpose errno exception creation
2010-02-08 Michael CarterAdd process.setuid(), getuid()
2010-02-08 Ryan DahlAdd handlescope and flush to process.reallyExit()
2010-02-08 Ryan DahlFix stdout flush issue
2010-02-08 Ryan DahlAdd failing test for stdout flush on exit
2010-02-08 Ryan DahlAdd posix.truncate()
2010-02-08 Ryan DahlThrow errors from server.listen()
2010-02-06 Ryan DahlOptimize: Use callbacks instead of events in net2
2010-02-06 Ryan DahlWrap syscalls with try-catch
2010-02-06 Ryan DahlWhitespace for node_net2.cc
2010-02-06 Ryan DahlAdd errno symbol to error messages
2010-02-06 Ryan DahlMerge branch 'master' into net2
2010-02-06 Matt BrubeckFix the documentation of dns error handling.
2010-02-06 Ryan DahlBugfix: blocked pumping in stdio coupling
2010-02-05 Mikeal RogersAdding test for bug in stdio.
2010-02-04 Felix GeisendörferSimplified module system
2010-02-03 Ryan DahlRevert "Adding output of Platform information into...
2010-02-03 Ryan Dahlbump version v0.1.27
2010-02-03 Ryan DahlDowncase process.ARGV/ENV to process.argv/env
2010-02-03 Aaron Heckmannlook for -1 instead of false returned from string.indexOf
2010-02-03 Ryan DahlDisable dns and fs-sendfile tests.
2010-02-03 Ryan DahlMerge branch 'master' into net2
2010-02-03 Ryan DahlUpgrade V8 to 2.1.0
2010-02-03 Ryan DahlInline Buffer::HasInstance
2010-02-03 Ryan DahlRemove some HandleScopes from HTTP
2010-02-03 Ryan DahlRemove some unnecessary handlescopes
2010-02-03 Ryan DahlUpgrade http-parser
2010-02-02 Ryan DahlCallbacks from process.fs always start with error object
2010-02-02 Ryan Dahleof -> end
2010-02-01 Ryan DahlRename Buffer.utf8Length to Buffer.utf8ByteLength
2010-01-31 Ryan DahlRemove __wrap__s
2010-01-31 Ryan DahlReorganize the start-up process
2010-01-31 Jonas PfennigerWas using the old node object to get the int from the...
2010-01-30 Micheil SmithAdding output of Platform information into the test...
2010-01-30 Felix GeisendörferBugfix: Handle Content-Type headers with charset
2010-01-29 Ryan DahlAdd buffer.unpack
2010-01-29 Ryan DahlMerge branch 'master' into net2
2010-01-29 Ryan DahlSimplify send buffer logic
2010-01-28 Ryan DahlOptimize, clean up net2 net.js and http2.js
2010-01-28 Ryan DahlAdd new http server library
2010-01-28 Ryan DahlFix require() in test-buffer.js
2010-01-28 Ryan DahlObjectWrap fixed - buffers working!
2010-01-28 Ryan DahlObjectWrap fixed - buffers working!
2010-01-28 Ryan DahlClean up IOWatcher
2010-01-27 Ryan DahlReimplment Buffers
2010-01-27 Standa OpichalAdding OS X .dmg build scripts.
2010-01-27 Ryan DahlForgot to include fix from HTTP client bug (30b0522)
2010-01-27 Ryan DahlBugfix: HTTP client automatically reconnecting
2010-01-27 Ryan DahlClean up http_parser binding - add asserts
2010-01-27 Ryan DahlClean up a few bugs in net.js
2010-01-27 Ryan DahlUse ObjectWrap again for IOWatchers.
next