platform/upstream/nodejs.git
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()
2010-01-18 Ryan DahlAdd process.IdleWatcher
2010-01-18 Joseph PecoraroUpdated out of date LICENSE file.
2010-01-18 Joseph PecoraroFixed typo in comments.
2010-01-15 Ryan DahlAPI: Move Promise and EventEmitter into 'events' module
2010-01-15 Ryan DahlHack to display more useful SyntaxError exceptions.
2010-01-15 Vanilla Hsuuse SUN_LEN to calculate length of unix address @ FreeBSD.
2010-01-12 Ryan DahlMake sure GNUTLS is first on uselib
2010-01-12 Ben WilliamsonAdded regression test for issue #44
2010-01-12 Ryan DahlError out when no compiler found
2010-01-11 Ryan DahlUpdate http benchmark script to new url api.
2010-01-11 Ryan DahlLazy initialize symbols for HTTP.
2010-01-11 Ben WilliamsonFix issue #44, eof on connect to http.
2010-01-09 Ryan Dahlbump version v0.1.25
2010-01-09 Ryan DahlUpgrade http-parser
2010-01-09 isaacsDocumentation for path module changes.
2010-01-09 isaacsAdd tests for path module.
2010-01-09 isaacsRename path.filename() to path.basename()
2010-01-09 Benjamin ThomasAdded extname function to path module that returns...
2010-01-09 Ryan DahlFix another problem with the EIO interface
2010-01-08 Ryan DahlUpgrade http-parser
2010-01-07 Vanilla Hsugetmem for freebsd
2010-01-07 Ryan DahlUpdate node-waf version to 1.5.10 - to match tools...
2010-01-06 Benjamin ThomasFix bug in the url module's url_parse method if 'parseQ...
2010-01-06 Ryan Dahllibeio bugfix part 4
2010-01-06 Ryan Dahllibeio bugfix part 3
2010-01-06 Ryan Dahllibeio bugfix part 2
2010-01-06 Felix GeisendörferUpdated docs for multipart errors
2010-01-06 Felix GeisendörferClean up multipart test case
2010-01-05 Felix GeisendörferHandle bad requests in simplified parser API
2010-01-05 Felix GeisendörferAdded test case for the simple multipart API
2010-01-05 Felix GeisendörferThrow exception for invalid multipart streams
2010-01-05 elliottcableProviding the option for a repl-printer other than...
2010-01-05 Ryan Dahllibeio bugfix: want_poll should be called if breaking...
2010-01-05 Ryan DahlUpgrade libev to 3.9
2010-01-05 Ryan DahlUpgrade libeio to latest CVS
2010-01-05 Charles LehnerFixed clearTimeout to check if timer is a Timer
2010-01-05 visionmediaMoved help msg to node-repl
2010-01-05 isaacsUse "url" module instead of "uri" module in http.js.
next