platform/upstream/nodejs.git
2010-04-24 Ryan DahlRemove getaddrinfo from net2.cc
2010-04-24 Ryan DahlDon't look for GnuTLS in wscript
2010-04-24 Ryan DahlRemove http_old tcp_old
2010-04-23 Ryan Dahlbump version v0.1.92
2010-04-23 Ryan DahlLink to old versions
2010-04-23 mapeUpdate API doc
2010-04-23 Ryan DahlCatch errors from stream events in net.js
2010-04-23 Ryan DahlUpgrade V8 to 2.2.4.2
2010-04-23 Krishna Rajendranopenssl 1.0.0 constification
2010-04-23 Brian HammondLeave pos as undefined to allow reads from unseekable...
2010-04-23 Ryan DahlUnify ErrnoException creation
2010-04-23 Ryan DahlOptimize for few args in EventEmitter.emit
2010-04-23 Ryan DahlUnhandled 'error' events kill program
2010-04-22 Ryan Dahlcurl after server is listening
2010-04-22 Ryan DahlRemove assert for no-such-module
2010-04-22 Ryan DahlSIGPIPE on stdout should kill the process by default
2010-04-21 Ryan DahlForce no body on http 204 and 304
2010-04-21 Ryan DahlAdd link to older tarball versions
2010-04-21 isaacsMove the module loading framework into lib/module.js...
2010-04-21 isaacsrefactor path module to lib/path.js
2010-04-21 isaacsRefactor events module to lib/events.js
2010-04-21 Herbert VojčíkFix TCP_KEEPIDLE build failure in FreeBSD.
2010-04-20 Julian Lambadd setKeepAlive function, which enables and sets the...
2010-04-20 Ryan DahlAdd some libpaths for SSL
2010-04-20 Michaeljohn... better function test in addEventListener
2010-04-19 Tim CaswellAdd a note in the API docs about binding to ports and...
2010-04-19 Tim CaswellAdd Buffer.byteLength docs
2010-04-19 Ryan DahlMake 'make distclean' work on solaris
2010-04-18 Ryan DahlUpgrade Waf to 1.5.16
2010-04-18 Standa OpichalDo a manual check for openssl if 'pkg-config openssl...
2010-04-18 Herbert VojčíkDocs for Script class of 'evals' binding.
2010-04-18 Ryan DahlRemove old EvalCX
2010-04-18 Herbert VojcikScript class with eval-function-family in binding(...
2010-04-16 Matt RanneyAdd docs for new REPL options and fill out description...
2010-04-15 Rhys JonesFixed ssl client and server examples
2010-04-15 Rhys JonesMerge branch 'master' into openssl
2010-04-15 Rhys JonesAdded test and started tidy-up of node_crypto.cc
2010-04-15 Micheil SmithFix upgradeHead bounds.
2010-04-15 Rhys JonesMerge branch 'master' into openssl
2010-04-15 Ryan Dahlbump version v0.1.91
2010-04-15 Ryan DahlDefault to UTF8 on stream write
2010-04-15 Ryan DahlUse new method of getting chars written for UTF8
2010-04-15 Ryan DahlMove two broken tests to disabled folder
2010-04-15 Ryan DahlSimplify GC idle notification
2010-04-15 Rhys JonesMerge branch 'master' into openssl
2010-04-15 Rhys JonesUpdated https support
2010-04-15 Ryan DahlAdd execFile() for Orlando
2010-04-14 Ryan DahlAdd timeout and maxBuffer options to child_process...
2010-04-14 Ryan DahlUpgrade V8 to 2.2.3.1
2010-04-14 Ryan DahlSupport Upgrade in HTTP messages
2010-04-14 Ryan DahlUpgrade http-parser
2010-04-14 Ryan Dahlnet.js: Slice the right buffer in _writeOut
2010-04-14 Ryan DahlFix triple buffer slice bug
2010-04-14 Rhys JonesMerge branch 'master' into openssl
2010-04-13 Ryan DahlDisable test-idle-watcher
2010-04-13 Ryan DahlFix test case style
2010-04-13 Ryan DahlAdd big proxy failing test
2010-04-13 Ryan DahlUse === instead of == for END_OF_FILE compares
2010-04-13 Ryan DahlDisable IdleWatcher
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 Rhys JonesMoved Credentials into crypto module. Added node_crypto...
2010-04-12 Ryan DahlFix a race condition or two in net.js
2010-04-12 Rhys JonesAdded https server support
2010-04-12 Rhys JonesAdded https support
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...
next