platform/upstream/nodejs.git
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.
2010-01-05 isaacsAdd URL and QueryString modules, and tests for each.
2010-01-05 isaacsDocumentation for path module
2010-01-04 isaacsImprove path module slightly:
2010-01-04 Tim CaswellRename "Dynamic Property" to "Getter/Setter" in sys...
2010-01-03 Tim CaswellFix inspect to not trigger dynamic properties
2009-12-31 Tim CaswellFix inspect for the special case of an Object that...
2009-12-31 Ryan Dahlbump version v0.1.24
2009-12-31 Ryan DahlBugfix: Don't segfault on unknown http method
2009-12-30 Ryan DahlKill -Werror in V8 for GCC 4.4.1 users.
2009-12-30 Ryan Dahl'make distclean' should not call 'waf clean'
2009-12-30 Ryan DahlUpgrade V8 to 2.0.5.4
2009-12-29 Ryan DahlBetter error message on bad ARGV[1]
2009-12-29 Ryan DahlSimplify exception reporting
2009-12-29 Ryan DahlStack trace for asserts shouldn't include assert module
2009-12-29 Ryan DahlFix assert.js code style
2009-12-29 Ryan DahlBugfix: libeio race condition
2009-12-23 Michaeljohn... don't chunk responses to HTTP/1.0 clients, even if...
2009-12-22 Ryan Dahlfix whitespace
2009-12-22 Ryan Dahlbump version v0.1.23
2009-12-22 Felix GeisendörferDo not pause request for multipart parsing
2009-12-22 Jonas Pfennigerposix.cat not using call() correctly
2009-12-22 Ryan Dahlexport path.normalizeArray for the uri module
2009-12-22 isaacsFix require("../blah") issues
2009-12-19 Ryan Dahlbump version v0.1.22
2009-12-19 Ryan DahlRevert "Upgrade V8 to 2.0.5"
2009-12-18 Ryan DahlFix test-readdir.js
2009-12-18 isaacsRemove two debug statements that are a bit much.
2009-12-18 isaacsBugfix: child modules get wrong id with "index.js"
2009-12-18 isaacsInadvertently introduced a bug in how single-dot path...
2009-12-18 isaacsBugfix: require("../foo")
2009-12-18 Ryan Dahlrequire() should throw error if module does.
2009-12-18 isaacsUpdate to fix failing test. Rewrite of the resolveObjec...
2009-12-18 isaacsUse the new uri parser.
2009-12-18 isaacsAdd credits, and a "decode" function.
2009-12-18 isaacsPull in the uri.js from Narwhal and create tests, strip...
2009-12-18 visionmediaReplaced several Array.prototype.slice.call() calls...
2009-12-18 Joshaven Pottersyntax fixes in src/node.js
2009-12-18 Micheil SmithDocumentation for the assert module
2009-12-18 Ryan DahlFix kqueue check (broke it in last commit)
2009-12-18 Rasmus Anderssonnote about why execinfo detection fails on Darwin even...
2009-12-18 Ryan DahlFix check for epoll_ctl(). Was broken on Linux
2009-12-18 Rasmus Anderssondetect nanosleep on OS X and do not look for functions...
2009-12-18 Rasmus Anderssonfix kqueue feature detection on Mac OS X 10.6
2009-12-18 Ryan DahlUpgrade V8 to 2.0.5
2009-12-18 Ryan McGrathAdded in API documentation concerning the (seemingly...
2009-12-09 Ryan Dahladd missing semicolon
2009-12-09 Simon Cornelius... Use conf.fatal() instead of fatal() in order to abort...
2009-12-09 Ryan DahlUpgrade waf to 1.5.10
2009-12-09 Ryan DahlFix posix.statSync()
2009-12-09 Ryan DahlStatically define symbols
2009-12-09 Ryan DahlRemove accidentally committed files.
2009-12-08 Ryan Dahlfix typo
2009-12-08 Ryan DahlFix ARGV[0] weirdness
2009-12-08 Johan DahlbergAdded superCtor to ctor.super_ instead superCtor.prototype.
2009-12-08 visionmediaExport STATUS_CODES
2009-12-07 Ryan DahlGive default encodings for posix.read and posix.write
2009-12-07 Ryan DahlAttach/Detach -> Ref/Unref
2009-12-07 Ryan Dahloffload method look up to http-parser
2009-12-07 Xavier Shaysys.inspect prints out special chars correctly (\n...
2009-12-06 Ryan DahlUpgrade http-parser; supports webdav extension methods now
2009-12-06 Felix GeisendörferMake process.mixin copy over undefined values
2009-12-06 Felix GeisendörferTwo bug fixes for process.mixin
2009-12-06 Christopher... Add http.Client.prototype.request()
2009-12-06 Ryan Dahlbump version v0.1.21
2009-12-06 Xavier Shaysys.inspect is totally more awesome now
2009-12-06 Ryan DahlImplement promises entirely in JS
2009-12-06 Ryan DahlRefactor node_file.cc to not use Promises.
2009-12-06 Ryan DahlDon't use promises internally in DNS module
2009-12-06 Ryan DahlUse --jobs=1 with WAF
2009-12-05 Ryan DahlClean up context creation
2009-12-05 Ryan Dahlupgrade v8 to 2.0.3
2009-12-05 Ryan DahlBugfix: Don't use chunked encoding for 1.0 requests.
2009-12-05 Ryan DahlExpose versionMajor versionMinor to http messages
2009-12-05 Karl GuertinDependency free assert module with unit tests
2009-12-05 Felix GeisendörferCommonJS testing for node.js
2009-12-04 Michaeljohn... fixed HTTP duplicated header bug
2009-11-30 Rhys JonesAdd HTTP client TLS support
next