platform/upstream/nodejs.git
2010-05-01 Ryan DahlImplement fs.read() for buffers
2010-05-01 kriskowalFixed/Completed buffer copy range checks.
2010-04-30 Ryan DahlFix docs in node_file.cc
2010-04-30 Ryan DahlFix some styling in the docs
2010-04-30 Ryan DahlAdd http server 'request' event to docs
2010-04-30 Ryan Dahlhttp server emits 'clientError'
2010-04-30 Ryan Dahlbump version v0.1.93
2010-04-29 Ryan DahlChunk strings together on Stream buffer
2010-04-29 Ryan Dahlfix typos
2010-04-29 Ryan DahlUpgrade http-parser, fixes issue 77
2010-04-28 Thomas LeeAllow callers to disable PHP/Rails style parameter...
2010-04-28 Herbert VojčíkDRY binding('stdio')
2010-04-28 Ryan DahlbasicRequest -> module.requireNative
2010-04-28 Ryan DahlFix signo_string for linux and solaris
2010-04-28 Herbert Vojčíkprocess.evalcx has a deprecation message.
2010-04-28 Herbert VojčíkMinor stylistic changes.
2010-04-28 Herbert VojčíkFix child_process.cc build failure for FreeBSD.
2010-04-28 Felix GeisendörferProperly handle child process exit codes
2010-04-28 Ryan DahlResolve EWOULDBLOCK to string if different thatn EAGAIN
2010-04-28 Ryan DahlUpgrade V8 to 2.2.6
2010-04-28 Tim CaswellRemove node.* deprecation messages.
2010-04-28 Ryan Dahlfs.FileWriteStream -> fs.WriteStream, fs.FileReadStream...
2010-04-28 Ryan Dahlstdout should be writable only
2010-04-28 Felix GeisendörferRemove coupling dep
2010-04-28 Felix GeisendörferGet rid of coupling for stdin
2010-04-28 Felix GeisendörferSupport for FileReadStream.setEncoding
2010-04-28 Felix GeisendörferGet rid of coupling for stdout
2010-04-28 Ryan DahlRemove callback argument to FileWriteStream.prototype...
2010-04-27 Matt RanneyShorten some long lines.
2010-04-27 Ryan DahlUpgrade V8 to 2.2.5
2010-04-27 Matt RanneyMore Buffer descriptions and examples.
2010-04-27 Ryan DahlFix bug in socket write optimization
2010-04-27 Ryan DahlAdd more asserts to test-http-big-proxy-responses
2010-04-27 Ryan DahlCompile for beta versions of OpenSSL 1.0.0
2010-04-26 Jérémy Laltest-dns so that NXDOMAIN does not rise errors
2010-04-26 Jérémy LalAdd support for MX queries in dns module, works with...
2010-04-26 Jérémy LalApply unreleased upstream patch to support parse_mx_reply.
2010-04-26 Jonas PfennigerNew test-case: signal unregistration
2010-04-26 Ryan DahlFix typos
2010-04-24 Jérémy LalDrop UDNS from node.uselib. Add CARES for --system.
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
next