platform/upstream/nodejs.git
2011-04-27 isaacsAdd arch/platform to os module
2011-04-27 Nathan RajlichImplement `process.arch` to get a String of the current...
2011-04-25 Mark CavageAdd support for Unix Domain Sockets to HTTP
2011-04-21 isaacsClose #955 Change ^C handling in REPL
2011-04-21 NebuPartially documented the readline module.
2011-04-20 isaacsdocs for chown/chmod
2011-04-20 isaacsGH-853 fs.lchown and fs.lchmod
2011-04-20 isaacsGH-853 fs.fchmod and fs.fchown
2011-04-19 Fedor IndutnyOpenSSL NPN in node.js
2011-04-19 Ryan DahlMerge branch 'v0.4'
2011-04-18 Ryan Dahladd docs for console object
2011-04-16 Ryan DahlAdd community link on homepage
2011-04-15 Ryan DahlAdd covhtml.js tool
2011-04-15 Ryan DahlAdd --cov code coverage option
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örferFeature: WriteStream#bytesWritten property
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 SchlossnagleSSL_OP_CRYPTOPRO_TLSEXT_BUG
2011-04-14 Theo Schlossnagleallow setting of ciphers in credentials
2011-04-14 Theo SchlossnagleTLS: Add secureOptions flag
2011-04-14 Ryan DahlMerge branch 'v0.4'
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 Brian WhiteAdd remoteAddress and remotePort for client TCP connections
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-13 Nick CampbellLowercase protocol and hostname since casing isn't...
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 Felix GeisendörferAllow to remove all EventEmitter listeners at once
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 Ben WeaverUpdate how REPLServer uses contexts
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-04 Ryan DahlMerge branch 'v0.4'
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 isaacsModify futimes test to allow ENOSYS
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 DahlFix test/message/undefined_reference_in_new_context
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-30 Ryan DahlDon't conflict with V8's Script class
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
2011-03-29 Ryan DahlRevert "Alphabetize the table of contents for the API...
2011-03-28 Ryan DahlTypo in docs
2011-03-28 Brian WhiteAlphabetize the table of contents for the API docs
2011-03-28 Ryan DahlRemove strange unicode output in docs
2011-03-28 David TrejoSee the <doc> section are now links to <doc>
2011-03-28 Ryan DahlRemove exterraneous line
2011-03-28 Jorge Chamorro... Retain buffers in fs.read/write()
2011-03-28 Mikeal RogersFix listener leak in stream.pipe()
2011-03-26 Ryan DahlNow working on v0.4.5
2011-03-26 Ryan DahlBump version to v0.4.4 v0.4.4
2011-03-26 Ryan DahlTurn off strictaliasing on solaris
2011-03-25 Ryan DahlMerge branch 'v8-3.1' into v0.4
2011-03-25 Ryan DahlUpgrade V8 to 3.1.8.5
2011-03-25 Arnout KazemierAdded support for removing .once listeners
2011-03-24 Ryan DahlAdd jobs.nodejs.org link
2011-03-23 Ryan DahlRemove asciiSlice from docs
2011-03-22 Zachary Scottclean up whitespace in examples
2011-03-22 Zachary Scottwritable stream api has destroySoon() for exiting after...
2011-03-22 Trevor BurnhamDoc fix for fs.write
2011-03-22 Trevor BurnhamClarifying that writeFile replaces existing file
2011-03-22 Trevor BurnhamCorrecting typo in docs: 'deprecated', not 'depreciated'
2011-03-22 Ryan DahlBetter ifdef for futimes
2011-03-22 isaacssignage warning, and add v8::namespace
2011-03-22 Ryan DahlMerge branch 'v0.4'
next