platform/upstream/nodejs.git
2011-05-20 David TrejoAdd test for agent upgrade and example in docs
2011-05-19 Alexandre Marangone(char *) casting for all strings args to kstat function...
2011-05-19 Alexandre MarangoneAdding os.totalmem() and os.freemem() for SunOS
2011-05-19 Fedor IndutnyShare SSL context between server connections
2011-05-19 Ryan DahlFix buffer test
2011-05-19 Ryan DahlmakeFastBuffer should not segfault but rather throw...
2011-05-19 David Trejoreadline docs
2011-05-17 Ryan DahlChanges for job bullets
2011-05-16 Ryan DahlRemove 'binary' encoding assert - add tests
2011-05-16 isaacsClose #1054 More clear documentation for module system
2011-05-16 Ryan DahlDisable compression with OpenSSL.
2011-05-16 koichikFix dns.resolve() with 'PTR' throws Error: Unknown...
2011-05-14 koichikFix event listener leak check timing
2011-05-14 koichikFix doc - missing dns.resolveNs() and dns.resolveCname()
2011-05-14 Felix GeisendörferUpdate http.ServerRequest docs
2011-05-14 Felix GeisendörferError argument for http.ServerRequest 'close'
2011-05-14 Felix GeisendörferMake https 'timeout' events bubble up
2011-05-11 Ryan DahlAdd trademark stuff to homepage
2011-05-10 isaacsFix a url regression
2011-05-09 Ryan DahlDocs: server.pause() server.address() socket.address()
2011-05-09 Trevor BurnhamDocumenting `require.main`, fixing #997
2011-05-07 Ryan DahlAgent socket errors bubble up to req only if req exists
2011-05-07 Marcel LaverdetAttempt to connect to debug process more than once
2011-05-06 Ryan DahlPoint changelog to correct branch
2011-05-07 Ryan DahlTLS: simplify logic
2011-05-05 Ryan DahlFix crash in debugger
2011-05-05 Ryan DahlAdd on('error') to http request example
2011-05-05 Ryan DahlAssert, Debug output in normal default build
2011-05-02 Ryan Dahlcleartextstream.destroy() should destroy socket.
2011-05-01 Ben NoordhuisRemove oprofile flags in wscript.
2011-04-30 Ryan DahlMerge branch 'v8-3.1' into v0.4
2011-04-30 Ryan DahlUpgrade V8 to 3.1.8.14
2011-04-28 koichikFix SlowBuffer.write() with 'ucs2' throws ReferenceError.
2011-04-28 koichikDoc improvements.
2011-04-28 isaacsBetter stream.pipe() tracking.
2011-04-26 isaacsClose #983 Better JSON.parse error detection
2011-04-25 George MiroshnykovClose #962: Fixed typo in vm.runInNewContext docs.
2011-04-25 isaacsClose #974 Properly report traceless errors.
2011-04-23 isaacsA test that running 100 stream pipes in parallel is ok
2011-04-23 Ryan DahlCorrect attribution
2011-04-23 Ryan DahlBump bounds on #897 test - was too small for slow machines
2011-04-23 Ryan DahlNow working on v0.4.8
2011-04-23 Ryan Dahlbump version to v0.4.7 v0.4.7
2011-04-22 Ryan DahlFix timeouts with floating point numbers bug
2011-04-22 Ryan DahlUse better ports on the home page
2011-04-22 Robert MustacchiAdd loadavg for SunOS
2011-04-21 Tim BaumannDon't overwrite an user-specified repl.writer
2011-04-21 Wade Simmonsmake it possible to do repl.start('', stream)
2011-04-20 isaacsClose #954 URL parsing/formatting corrections
2011-04-18 Ryan Dahladd docs for console object
2011-04-16 Ryan DahlAdd community link on homepage
2011-04-14 Ryan DahlDocs: some encodings contains multibyte chars.
2011-04-14 koichikFix docs - Move module's description to right position
2011-04-14 Felix GeisendörferFix: Multiple pipes to the same stream were broken
2011-04-14 Ryan DahlDon't emit error on ECONNRESET - just close
2011-04-14 Ryan DahlNow working on v0.4.7
2011-04-14 Ryan DahlBump to v0.4.6 v0.4.6
2011-04-14 Ryan DahlCryptoStream.write returns false when queue > 128kb
2011-04-14 Ryan DahlTLS use RC4-SHA by default
2011-04-14 Theo SchlossnaglePass secureProtocol through on tls.Server creation
2011-04-14 Scott McWhirterAdd os.cpus() and os.uptime() support for sunos
2011-04-14 Ryan DahlRevert "Add os.cpus() and os.uptime() support for sunos"
2011-04-14 Scott McWhirterAdd os.cpus() and os.uptime() support for sunos
2011-04-13 Ryan DahlTest to demonstrate #892
2011-04-13 koichikFix Buffer.write() with UCS-2 should not be write parti...
2011-04-13 Felix GeisendörferAllow omission of end option for range reads
2011-04-13 Ryan DahlModify text about buffer.write and partial chars
2011-04-12 Jakub LekstanFixes the circular reference in vm modules.
2011-04-12 Ryan DahlAdd docs about Buffer._charsWritten
2011-04-12 Abe FettigFix bug where http response.readable was never set...
2011-04-12 Ryan DahlFix doc - no setBodyEnocoding anymore
2011-04-12 koichikAuto completion of built-in debugger suggests prefix...
2011-04-12 koichikFix docs: There were 2 descriptions of 'request' event.
2011-04-12 Scott McWhirterRemove extra kstat_open
2011-04-12 Scott McWhirterAdd os.cpus() support for sunos
2011-04-12 Ryan DahlAdd documentation around module.exports and scope of...
2011-04-11 Ryan DahlMerge branch 'v8-3.1' into v0.4
2011-04-11 Ryan Dahl Upgrade v8 to 3.1.8.10
2011-04-11 Ryan DahlDon't error on ENOTCONN from shutdown()
2011-04-03 Ryan DahlAdd example to sha1 docs
2011-04-02 George StagasChanged script to vm and corrected order to match index
2011-04-02 George StagasAdded favicon.ico
2011-04-02 Ryan DahlRemove reference to CommonJS in documentation
2011-04-02 Ryan DahlNow working on version v0.4.6
2011-04-02 Ryan DahlBump version to v0.4.5 v0.4.5
2011-04-02 isaacsCloses GH-721 Set default host header properly
2011-04-02 isaacsCloses GH-535 Immediate pause/resume race condition
2011-04-02 isaacsCloses GH-310 Format slashes properly
2011-04-01 Ryan DahlRevert "Disable compression with OpenSSL."
2011-04-01 Ryan DahlDisable compression with OpenSSL.
2011-04-01 Ryan DahlAdd timers to globals section
2011-04-01 Ryan DahlDon't load root certs for each SSL context
2011-03-31 Ryan DahlMerge branch 'v8-3.1' into v0.4
2011-03-31 Ryan DahlUpgrade V8 to 3.1.8.8
2011-03-30 Ryan Dahlprocess.stderr.write should return true
2011-03-30 Ryan DahlAdd test for circular refs in deepEquals
2011-03-29 Jorge Chamorro... docs: fs.read/write() cb()s now receive buffer
2011-03-29 Ryan DahlCloses GH-843. Fix SlowBuffer.prototype.slice
2011-03-29 Ryan DahlAdd doc note about STARTTLS
2011-03-29 Ryan DahlIncrease TLS pool size for perf increase
next