platform/upstream/nodejs.git
2010-04-13 Ryan DahlChange nextTick implementation for the better
2010-04-13 Ryan DahlRemove mixin from docs
2010-04-13 Ryan Dahlprocess.mixin: deprecation -> removed
2010-04-12 Micheil SmithMoving the http.js, net.js FreeList to being standalone.
2010-04-12 Ryan DahlRecycle http client parsers
2010-04-12 Ryan Dahldoc typo
2010-04-12 Matt RanneyBuffer partial reads before doing expect match.
2010-04-12 Ryan DahlFix a race condition or two in net.js
2010-04-12 Tim CaswellReplace slow and broken for..in loops with faster for...
2010-04-12 Matt RanneyREPL can be run from multiple different streams.
2010-04-11 Ryan DahlC-Ares shouldn't iterate over all Object.prototype...
2010-04-11 Matt RanneyFix typo in comments.
2010-04-11 Ryan DahlAdd incoming.httpVersion
2010-04-11 isaacstrailing whitespace fixes
2010-04-11 Ryan DahlAdd failing test for HEAD requests
2010-04-11 James HerdmanFix documentation errors for DNS
2010-04-10 Ryan Dahlbump version v0.1.90
2010-04-09 Ryan DahlFix doc again
2010-04-09 Ryan DahlMore documentation work. Remove long lines
2010-04-09 Ryan DahlImprove(\?) docs
2010-04-09 Micheil SmithMods to the docs
2010-04-09 Ryan DahlServers shouldn't die on EMFILE
2010-04-09 Ryan DahlSet old/new from benchmark script args
2010-04-09 Tim CaswellFix child_process to use end() instead of close() in...
2010-04-09 Herbert VojcikFix of normalizing paths of form ./../the/rest
2010-04-09 Ryan DahlChange api.html style
2010-04-09 Ryan DahlChange how events are represented in docs
2010-04-08 Matt RanneyImprove child_process documentation.
2010-04-08 Ryan DahlUse some more Binary/F methods for Buffer
2010-04-08 Ryan DahlClose child process stdin on SIGCHLD
2010-04-08 Ryan DahlDoc changes for new API (part 1)
2010-04-08 Felix GeisendörferFix doc toc for small screens
2010-04-08 Felix GeisendörferBring back the old manual style
2010-04-08 Ryan DahlUpdate stream API: forceClose() -> destroy(), close...
2010-04-08 Ryan DahlPut file stream methods into prototype, small style...
2010-04-08 Ryan DahlRename binding reference in fs.js
2010-04-08 Herbert VojcikBetter require.async throw test
2010-04-08 isaacsAdd line breaks to the code when the user types a line...
2010-04-08 Ryan DahlRevert "Enable TCP timeout by default"
2010-04-08 Ryan DahlSupport both old and new HTTP closing APIs in benchmark...
2010-04-08 Ryan DahlEnable TCP timeout by default
2010-04-08 Ryan DahlRemove udns
2010-04-07 Ryan DahlFix benchmark script for testing both old and new version
2010-04-07 Ryan DahlRemove debugging statements from dns_cares
2010-04-07 Ryan DahlUse c-ares in lib/net.js
2010-04-07 Ryan DahlCheck for ip address in dns_cares.lookup
2010-04-07 Ryan DahlAdd a simple c-ares test, dns_cares.lookup() for easy...
2010-04-07 Ryan DahlAdd darwin-x86, linux-x86_64 c-ares headers
2010-04-07 Ryan DahlClean up c-ares platform includes, add support for...
2010-04-07 Ryan DahlBugfix: net.js flushing, _doFlush typo
2010-04-07 Herbert VojcikBetter require.async tests
2010-04-07 Vanilla Hsuadd c-ares' freebsd support.
2010-04-07 Ryan DahlUpdate LICENSE file with C-Ares info
2010-04-07 Krishna RajendranMake test-dns.js use dns_cares.
2010-04-07 Krishna Rajendranc-ares based dns module
2010-04-07 Ryan DahlInclude c-ares in deps/
2010-04-07 Vanilla Hsu[FreeBSD] use /dev/null instead /dev/mem
2010-04-06 Ryan DahlTry out Flatten API
2010-04-06 Ryan DahlAdd mising EV_DEFAULT_UC in ev_now()
2010-04-06 Vanilla Hsufreebsd install execinfo's header to /usr/local, add...
2010-04-06 Ryan DahlFix bug in buffer.utf8Write() which included \u0000
2010-04-06 isaacsAdd ini.stringify functionality, a test, and some TODOs...
2010-04-05 Ryan DahlAllow stream to write on close
2010-04-05 Ryan DahlBetter, faster, idle notification
2010-04-05 Ryan DahlIn tests, wait for 'listening' before connecting
2010-04-05 Ryan DahlReset stdin, stdout fd flags on exit
2010-04-05 Ryan DahlBlob struct should not contain actual data
2010-04-05 Ryan DahlUpgrade to WAF 1.5.15
2010-04-05 Ryan DahlUpdate libev's clock when starting timers
2010-04-05 Ryan DahlAdd buffer.copy
2010-04-05 Ryan DahlUpgrade V8 to 2.2.0.3
2010-04-02 Ryan DahlEmit 'error' on tcp connection DNS error
2010-04-02 Ryan DahlDon't reference fixtures/multipart.js
2010-04-02 Ryan DahlRemove multipart library
2010-04-02 Ryan DahlFix test-http-chunked. Need to check for \0 at end...
2010-04-02 Ryan DahlUse AF_INET sockets instead of always AF_INET6
2010-04-01 Ryan DahlMove buffer constants at the top of net.js
2010-04-01 Ryan DahlHack to support UTF8 writes again!
2010-04-01 Ryan DahlBetter flushing
2010-04-01 Tim CaswellDon't put an extra comma after bases in inspect.
2010-03-31 Ryan DahlFix thread flags on Solaris
2010-03-31 Ryan Dahlfix whitespcae in deps/coupling
2010-03-31 Johan DahlbergBugfix: watchFile, unwatch, watch causes error
2010-03-31 Ryan DahlBetter check for FDs in net2 bindings
2010-03-31 Herbert Vojcikmissing return after forceClose
2010-03-31 Herbert VojcikEAI_NODATA deprecated, patch to use EAI_NONAME if missi...
2010-03-29 Ryan DahlRevert "Upgrade V8 to 2.2.0"
2010-03-29 Matt RanneyImprove documentation.
2010-03-29 Ryan DahlUpgrade V8 to 2.2.0
2010-03-27 Ryan DahlMore efficient Stream.write
2010-03-27 Ryan DahlAdd note about where to find ronn
2010-03-27 Tim CaswellConversion to markdown based API docs.
2010-03-26 Ryan DahlRemove -Werror on V8 -_-
2010-03-26 Ryan DahlUpgrade V8 to 2.1.10
2010-03-26 Ryan DahlChange Buffer.toString to conform to CommonJS Binary/F
2010-03-26 Ryan DahlIncrease pool.used before making 'data' event
2010-03-25 Ryan DahlFinish V8 update
2010-03-25 Ryan DahlUpdate to V8 2.1.9.1
2010-03-25 Ryan DahlChange Buffer toString() output
2010-03-24 Ryan DahlAdd req.connection and res.connection
next