platform/upstream/nodejs.git
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 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 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 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 DahlUpgrade V8 to 2.1.0
2010-02-03 Ryan DahlRemove some HandleScopes from HTTP
2010-02-03 Ryan DahlUpgrade http-parser
2010-02-02 Ryan DahlCallbacks from process.fs always start with error object
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-28 Ryan DahlObjectWrap fixed - buffers working!
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-25 Blaine CookAdd support for MX, TXT, and SRV records in DNS module.
2010-01-24 Ryan DahlMake assert.AssertionError instance of Error
2010-01-24 cloudheadremoved inline require call for querystring
2010-01-24 Felix GeisendörferBug Fix: Late promise promise callbacks firing
2010-01-24 Joseph PecoraroFix minor issues in the documentation.
2010-01-22 Felix GeisendörferImplemented __dirname
2010-01-21 Ryan Dahlcredit Erich in ChangeLog
2010-01-20 Jonas PfennigerFIX: Promise timeout should not addErrback
2010-01-20 Jonas PfennigerFIX: EventEmitter call in Promise
2010-01-20 Jonas PfennigerFactorized deprecation messages
2010-01-20 Ryan DahlFix author in ChangeLog
2010-01-20 Ryan Dahlbump version v0.1.26
2010-01-20 Ryan Dahlgetmem() for solaris
2010-01-20 Ryan Dahltest-http-eof-on-connect missing require('./common')
2010-01-20 Ryan DahlRemove -Werror from V8
2010-01-20 Felix GeisendörferTreat 'typeof Error' promise errors properly
2010-01-20 Ryan DahlInitial Solaris support
2010-01-19 Ryan DahlUpgrade V8 to 2.0.6.1
2010-01-19 Felix GeisendörferMake unhandled Promise errors throw an exception
2010-01-19 Felix GeisendörferSupport late callback binding for Promises
2010-01-19 Felix GeisendörferFixed misnamed Promise property
2010-01-19 Felix GeisendörferRemoved Promise.cancel()
2010-01-19 Michaeljohn... set default encoding in sendBody
2010-01-18 Micheil SmithAllow optional params to setTimeout, setInterval
2010-01-18 Ryan DahlAdd process.nextTick()
next