platform/upstream/nodejs.git
2010-03-06 Ryan DahlMerge branch 'master' into net2
2010-03-06 Ryan DahlDepreciation process.unloop()
2010-03-06 Ryan Dahlbump version v0.1.31
2010-03-06 Ryan DahlBugfix in querystring
2010-03-06 Rob EllisAdded Parse INI to Node, tests
2010-03-06 Ryan DahlClean up homepage
2010-03-05 Ryan DahlDecouple timer from EventEmitter
2010-03-05 Ryan DahlRevert "Use kqueue on macintosh"
2010-03-05 Ryan DahlMerge remote branch 'felixge/file2'
2010-03-05 Felix GeisendörferDocumentation for FileWriteStream
2010-03-05 Felix GeisendörferDocumentation for FileReadStream
2010-03-05 Felix GeisendörferProperly handle read errors
2010-03-05 Felix GeisendörferUse sys inherits
2010-03-05 Felix GeisendörferRenamed fileReadStream -> createReadStream
2010-03-05 Felix GeisendörferUpdated file streams
2010-03-05 Felix GeisendörferSimplify buffering
2010-03-05 Felix GeisendörferInitial read stream implementation
2010-03-05 Felix GeisendörferUse process.mixin instead of sys.mixin
2010-03-04 Ryan DahlRevert "Remove process.unloop()"
2010-03-04 Ryan DahlRemove process.unloop()
2010-03-04 Ryan DahlUse kqueue on macintosh
2010-03-03 Ryan DahlDon't allow child process to clobber environ
2010-03-03 Ryan DahlStore connection in OutgoingMessage
2010-03-03 Ryan DahlFactor out a http.Client._reconnect() function
2010-03-03 Ryan DahlRemove unused EventEmitter object
2010-03-03 isaacsFix a bug that was suppressing the error in setgid...
2010-03-03 Ryan DahlAllow passing env to child process
2010-03-03 Jacek BecelaFix fs.readFile handling encoding. Should close issue #72
2010-03-03 Ryan Dahltcp.Connection.prototype.write should return boolean
2010-03-03 Rasmus AnderssonRewrote realpath implementation solving all known faili...
2010-03-03 Ryan DahlAdd sys.log()
2010-03-02 Felix GeisendörferTweaks
2010-03-02 Felix GeisendörferInitial write stream implementation
2010-03-02 Ryan DahlMerge branch 'master' into net2
2010-03-02 Ryan Dahl'make test' only runs the simple test
2010-03-02 Ryan DahlDisable ipv6 test on solaris
2010-03-02 Ryan DahlProperly throw error on failed connection
2010-03-02 Ryan DahlFix coupling error on Solaris
2010-03-02 Ryan Dahlprocess.inherits -> sys.inherits in net.js
2010-03-02 Ryan DahlMerge branch 'master' into net2
2010-03-02 Ryan DahlUse EVBACKEND_SELECT on Solaris
2010-03-02 Rasmus AnderssonAdded fs.realpath and fs.realpathSync (pure javascript...
2010-03-02 Ryan DahlFix shebang in wscript
2010-03-01 Felix GeisendörferBug fix for deep process.mixin array handling
2010-03-01 Benjamin ThomasStop sys.inspect from adding extra new lines for deep...
2010-03-01 Ryan DahlMove process.inherits to sys
2010-03-01 Ryan DahlMove watchFile into fs module
2010-03-01 Ryan DahlMove 'fs' module out of src/node.js into its own file
2010-03-01 Ryan DahlAdd note about testing patches with debug build
2010-02-28 kriskowalFixed spurious suffixes on fs.readlink.
2010-02-26 arlolraTests on common port.
2010-02-26 Ryan DahlAllow for net reconnects
2010-02-26 Ryan DahlMove net2 tests into test/simple
2010-02-26 Ryan DahlMerge branch 'master' into net2
2010-02-26 Zoran TomicicEdit PrintHelp() text
2010-02-26 Ryan DahlUse more beautiful object syntax in docs
2010-02-26 arlolraDecoupled readdir test.
2010-02-26 Benjamin ThomasMake the output of sys.inspect a lot more compact.
2010-02-25 Benjamin ThomasAdd optional third argument sys.inpect to indicate...
2010-02-25 Benjamin ThomasRename writeHeader to writeHead
2010-02-25 Ryan DahlUpdate common.js path for new test layout
2010-02-25 arlolraSplit tests.
2010-02-24 Karl GuertinAdd (unused) callback parameter to fs.readFile, fs...
2010-02-24 Jonas PfennigerRemoved deprecation errors in src/node.cc
2010-02-24 Ryan DahlRemove -Werror on V8
2010-02-24 Ryan DahlUpgrade V8 to 2.1.2
2010-02-23 James DuncanAdd setgid,getgid
2010-02-23 Ryan DahlGive signal handlers maximum priority
2010-02-23 Ryan DahlAdd hack to get error event on socket timeout
2010-02-23 Rasmus Anderssonadded fs.link, fs.symlink, fs.readlink
2010-02-22 Ryan DahlMerge branch 'master' into net2
2010-02-22 Ryan DahlFix readdirSync in docs
2010-02-22 Ryan DahlAdd not about nextTick and setTimeout(fn, 0)
2010-02-22 Jérémy LalFix for when EV_MULTIPLICITY=1
2010-02-22 Ryan DahlEncoding 0 length data, returns '' instead of null
2010-02-22 Ryan Dahlcamel case variables in url module
2010-02-22 Ryan Dahlbump version v0.1.30
2010-02-22 Ryan DahlFix dns bug - first cb arg wasn't null
2010-02-22 Ryan Dahldelete changelog.html on 'make docclean'
2010-02-22 Ryan DahlImplement fs.readdirSync()
2010-02-22 Benjamin ThomasFix bug in process.mixin where deep copies would not...
2010-02-22 Ryan DahlRevert "Add fs.readdirSync()"
2010-02-22 isaacsExpose fs.lstat
2010-02-22 Zoran TomicicConfigurable debug ports, and --debug-brk
2010-02-22 Ryan DahlRename sendHeader to writeHeader; allow reasonPhrase
2010-02-22 Micheil SmithAdd fs.readdirSync()
2010-02-22 Ryan DahlMove errors for readPause and readResume
2010-02-21 Ryan DahlAdd note about Promise removal
2010-02-21 Scott GonzálezFixed encoding in fs.writeFile().
2010-02-21 Jeremy AshkenasRemove '--' from command line parsing
2010-02-21 Ryan DahlRename readPause and readResume to pause/resume
2010-02-21 Ryan DahlAdd changelog to website
2010-02-21 Tim CaswellFix typo in fs.writeFile
2010-02-21 Ryan DahlSimplify call to V8::IdleNotification
2010-02-21 Ryan DahlRemove promises
2010-02-21 Ryan DahlMultipart test no longer depend on Promise
2010-02-21 Ryan Dahlmultipart no longer depends on Promise
2010-02-21 Ryan DahlExperimental idle garbage compact
2010-02-20 Ryan DahlIf ab isn't installed skip keep-alive test
2010-02-20 Rasmus Anderssonskipping TLS test if node was not compiled with TLS
next