platform/upstream/nodejs.git
2010-05-05 Ryan DahlFix whitespace
2010-05-05 isaacsEmit a better error message when something strange...
2010-05-04 Ryan DahlLazy load crypto
2010-05-04 Rhys JonesAdded default CAs, updated openssl verify behaviour...
2010-05-04 Ryan DahlIgnore SIGPIPE
2010-05-04 Peter GriessFix SEGV by setting msg_controllen earlier.
2010-05-03 Rhys JonesAdditional OpenSSL tests
2010-05-03 Paulo MatiasRead all records to always empty the OpenSSL reading...
2010-05-03 Paulo MatiasMake it possible to use client certificates to connect...
2010-05-03 Ryan DahlImplement writeSync for buffers
2010-05-03 Ryan DahlImplement fs.readSync for buffers
2010-05-03 Ryan DahlImplement fs.read() for Buffers (again)
2010-05-03 Ryan DahlFix memory leak with fs.writeSync
2010-05-03 Ryan DahlAdd another http upgrade test
2010-05-03 Ryan DahlDon't emit error twice from http.Client
2010-05-03 Michaeljohn... documentation typos and tweaks
2010-05-03 Ryan DahlAdd symbols to release build
2010-05-03 Ryan DahlRevert changes to node_file.cc
2010-05-03 Ryan DahlAllow different ports for http_simple.js
2010-05-03 Ryan DahlFix memory leak in fs.writeSync()
2010-05-02 Ryan DahlGnuTLS -> OpenSSL on website
2010-05-02 dpb587Fix a couple mistypes in API doc
2010-05-02 Micheil SmithDocumenting http.Server#event:upgrade
2010-05-02 Micheil SmithFixing the 1 byte off error in http.Server's upgradeHead
2010-05-01 Ryan DahlFix deprecation message
2010-05-01 Micheil SmithMaking requestListener for the construction of a http...
2010-05-01 Micheil SmithImplementing the event emit for Upgrade requests, with...
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(...
next