platform/upstream/nodejs.git
2010-03-05 Felix GeisendörferInitial read stream implementation
2010-03-05 Felix GeisendörferUse process.mixin instead of sys.mixin
2010-03-02 Felix GeisendörferTweaks
2010-03-02 Felix GeisendörferInitial write stream implementation
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 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 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 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
2010-02-20 Ryan Dahlsys.exec() no longer uses Promise
2010-02-20 Ryan Dahl'dns' no longer uses Promise
2010-02-20 Ryan Dahlhttp.cat no longer uses Promise
2010-02-20 Ryan DahlDo not use Promise in 'fs' module
2010-02-20 Ryan Dahlfs.closeSync should return Undefined on success
2010-02-19 Ryan DahlModule loading no longer depends on Promise
2010-02-19 Ryan DahlUpgrade V8 to 2.1.1
2010-02-19 Ryan DahlRemove Promise.prototype.wait()
2010-02-19 Ryan DahlTruly synchronous require()
2010-02-19 Ryan DahlFix AUTHORS again
2010-02-18 Ryan Dahlfix email in AUTHORS
2010-02-18 Rasmus Anderssonfixed process.mixin to properly copy getters/setters
2010-02-18 Micheil SmithAdding interface between node and libeio for Chmod.
2010-02-18 Ryan DahlAdd authors file
2010-02-18 Ryan DahlRemove a few wait() calls in the tests
2010-02-18 Ryan DahlFix long lines in docs
2010-02-18 Ryan DahlUpdate example on index.html
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.
next