platform/upstream/nodejs.git
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
2009-11-30 jedfixed check on header type, to check member instead...
2009-11-28 Friedemann... sys.puts should not kill the process when giving it...
2009-11-28 Ryan Dahlbump version v0.1.20
2009-11-28 Ryan DahlAdd V8 heap info to process.memoryUsage()
2009-11-28 Ryan DahlAdd gnutls version to configure script
2009-11-28 choonkeatStat::Callback has 2 arguments for callback: current...
2009-11-28 Ryan Dahlbump version v0.1.19
2009-11-28 Ryan DahlFix v8 SConstruct for freebsd
2009-11-27 simonwDocumented repl.scope for explicitly exposing variables...
2009-11-27 Ryan DahlUpgrade v8 to 2.0.2
2009-11-22 Ryan DahlAdd process.loop() process.unloop()!!!
2009-11-22 Jan Lehnardtdetect ccache and bail out since v8 doens't like to...
2009-11-22 Friedemann... add process.umask()
2009-11-22 Friedemann... Promises should not be able to be canceled more than...
2009-11-22 Felix GeisendörferReduce multipart memory footprint
2009-11-22 Rhys JonesInitial TLS support
2009-11-21 Ryan DahlFix memory leak on fs.write()
2009-11-21 Ryan DahlUpgrade http_parser (fixes bug reported by Felix)
2009-11-21 Felix GeisendörferMultipart improvements
2009-11-21 Ryan DahlRemove debug message
2009-11-21 Ryan DahlNew http-parser
2009-11-21 Ryan DahlRevert "Normalize HTTP headers."
2009-11-19 Onnefixes lib/file.js write, it doesnt allways emit errors...
2009-11-19 Ryan DahlOnly detach timers when active.
2009-11-18 Ryan DahlSpeed up test-wait-ordering.js
2009-11-18 Ryan DahlUpgrade v8 to 2.0
2009-11-17 Ryan DahlFix default value for persistent in watchFile()
2009-11-17 Ryan DahlAdd options to process.watchFile()
2009-11-17 Ryan Dahlbump version v0.1.18
2009-11-17 Ryan DahlTest runner should only run test-*.js
2009-11-17 Ryan DahlFix stat handler test for macintosh
2009-11-17 Ryan Dahladd link to slides on web page
2009-11-17 Ryan DahlAdd process.watchFile() process.unwatchFile()
2009-11-17 Ryan DahlUpgrade libev to latest CVS
2009-11-16 Felix GeisendörferFormat JSON for inspecting objects
2009-11-15 Ryan DahlAdd doc for uncaughtException
2009-11-14 Felix GeisendörferImplement process "uncaughtException" event
2009-11-13 fwgAdd EventEmitter.removeListener
2009-11-13 Johan SørensenSupply the strerror as a second arg to the tcp.Connecti...
2009-11-12 Ryan DahlRemove debug message
2009-11-12 Felix GeisendörferBugfix, Promise.timeout() blocked the event loop
2009-11-11 Felix GeisendörferBugfix for sendBody() and chunked utf8 strings
2009-11-11 Felix GeisendörferTemporary function to determine str byte length
2009-11-11 Felix GeisendörferProper deprecation message for process.inherits
2009-11-10 Ryan DahlAdd 'drain' event to tcp.Connection
2009-11-07 Ryan Dahlbump version v0.1.17
2009-11-07 Felix GeisendörferBug fix for test-remote-module-loading.js
2009-11-07 Ryan DahlUse '127.0.0.1' instead of 'localhost' for keep-alive...
2009-11-07 Ryan DahlFix ev_unref error in signal handler
2009-11-07 Ryan Dahldeprecation error for process.inherits()
2009-11-07 Ryan DahlOutput stderr from test-remote-module-loading.js
2009-11-07 Ryan DahlCreate require.main, remove process.cat()
2009-11-07 Ryan DahlAPI: rename process.inherits to sys.inherits
2009-11-07 Ryan DahlCombine all compiled javascript files into src/node.js
2009-11-06 Ryan DahlAdd test to ensure the server can handle keep-alive
2009-11-06 Ryan DahlFix http_simple server for new API
2009-11-06 Ryan DahlRevert "Upgrade http parser, change node as needed."
2009-11-04 Ryan DahlExpose http.IncomingMessage and http.OutgoingMessage
2009-11-04 Ryan DahlFix regexp in file extension checking
2009-11-04 Ryan DahlExpose http.ClientRequest and http.ServerResponse
2009-11-04 Ryan DahlRemove unreachable lines
2009-11-03 Ryan DahlFix google-analytics on index.html
2009-11-03 Brandon BeacherAdded process.chdir()
next