platform/upstream/nodejs.git
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
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 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()
next