platform/upstream/nodejs.git
2011-03-22 isaacssignage warning, and add v8::namespace
2011-03-22 Ryan DahlMerge branch 'v0.4'
2011-03-22 Ryan DahlGuard failed buffer constructions.
2011-03-22 Ryan DahlFix solaris build
2011-03-22 Ryan DahlFix setsid in tty.open
2011-03-22 Ryan Dahlexpose https.Agent
2011-03-21 Ryan DahlFix GH-819. Drop out if connection destroyed before...
2011-03-21 Ryan DahlFix GH-820. CryptoStream.end shouldn't throw if not...
2011-03-21 Ryan DahlAdd video to index.html
2011-03-20 Ryan Dahladd demo to home page
2011-03-18 Ryan DahlUse feedburner instead of wordpress
2011-03-18 Ryan DahlNow working on v0.4.4
2011-03-18 Ryan Dahlbump version to v0.4.3 v0.4.3
2011-03-18 Ryan DahlMerge branch 'v8-3.1' into v0.4
2011-03-18 Ryan DahlUpgrade V8 to 3.1.8.3
2011-03-18 Ryan DahlDon't call GetMemoryUsage every 5 seconds
2011-03-18 koichikDocument 'ucs2' encoding for Buffer
2011-03-18 Aaron HeckmannEventEmitter#once only takes instanceof function
2011-03-18 Brian WhiteAdd helpful error message for setuid/setgid when user...
2011-03-18 Ryan DahlMerge branch 'v0.4'
2011-03-18 Dean McNameeExport more functions for initializing and starting...
2011-03-18 Dean McNameeDon't override explicit openssl paths with pkg-config...
2011-03-18 Ryan DahlFix double free of parser on error in http.Agent.
2011-03-18 Ryan DahlFix gcc version checking for aliasing features
2011-03-18 Ryan Dahlhello.txt should be stored in tmpdir
2011-03-17 Ryan DahlDon't use https for blog.nodejs.org
2011-03-17 Ryan DahlLink to Node blog
2011-03-17 Ryan DahlRemove bad assert in GetInterfaceAddresses
2011-03-17 Daniel EnnisAdd support for file descriptor type detection.
2011-03-16 Ryan Dahlos.getNetworkInterfaces()
2011-03-15 Ryan Dahlcorrect hexSlice end
2011-03-15 isaacsFix invalid end handling for SlowBuffer#hexSlice
2011-03-15 Ryan DahlAllow script to be read from stdin
2011-03-15 Ryan DahlSimplify startup function in src/node.js
2011-03-15 Ryan DahlWorking on v0.4.3-pre - oops
2011-03-15 Ryan DahlFix comment in node_provider.d
2011-03-15 Ryan DahlFix buffer.toString('hex')
2011-03-15 Ryan DahlFix test-process-uptime.js test
2011-03-15 Ryan DahlMerge branch 'v0.4'
2011-03-15 Ryan DahlUpdate copyright headers
2011-03-14 Ryan DahlFix HTTP agent disconnection problem
2011-03-14 Felix GeisendörferCrypto update should only accept strings / buffers
2011-03-14 Ryan DahlDo not use defineGetter in src/node.js for better crank...
2011-03-14 Theo SchlossnagleTLS: Finer locks on _cycle.
2011-03-14 Ryan DahlExtend OpenSSL expiration dates
2011-03-12 koichikBetter type checks for fd in net.js
2011-03-12 koichikFix GH-746 process.stdin.destroy() breaks http server
2011-03-12 Theo Schlossnaglewithout this the server will not advertise support...
2011-03-11 Ryan DahlUse pthread_kill for V8/Solaris sampling
2011-03-11 Ryan DahlSample correct registers on Solaris
2011-03-11 Ryan DahlUse default backend for __sun (event ports)
2011-03-10 Ben NoordhuisBuffer::Length(Buffer*) should not invoke itself recurs...
2011-03-10 Ryan DahlDocument options for https.request
2011-03-10 Ryan DahlFix V8 runtime profiler for solaris
2011-03-10 koichikDocument net.Socket() constructor
2011-03-09 Ryan DahlCryptoStream.prototype.destroySoon shouldn't die if...
2011-03-09 Ryan DahlAdd missing v8:: namespace prefix
2011-03-09 Tom HughesUse higher resolution clock for uptime on Linux (if...
2011-03-08 Tom HughesAdd string class that uses ExternalAsciiStringResource.
2011-03-08 Tony Huangadd path.relative
2011-03-07 Ryan DahlsetMaxListeners should initialize _events
2011-03-07 Tom Hughescmake: explicitly disable fdatasync when building for...
2011-03-07 Tom HughesAdd process.uptime().
2011-03-07 koichikCorrect some links
2011-03-07 koichikDocument allowHalfOpen for net.createServer()
2011-03-04 Andreas ReichDon't decrease server connection counter again if destr...
2011-03-03 Ryan DahlBump version to v0.4.2 v0.4.2
2011-03-03 Ryan DahlRevert "Closes GH-85 Emit error rather than throwing."
2011-03-03 isaacsCloses GH-85 Emit error rather than throwing.
2011-03-03 Ryan DahlDisable test-http-agent2.js for the moment
2011-03-03 Bert BelderAutodetect no-strict-aliasing, propagate toolchain...
2011-03-03 Ryan DahlUpgrade V8 to 3.1.8
2011-03-03 Tom Hughesnewline should also be treated as "enter" key.
2011-03-03 Ben Noordhuisfs.utimes() and fs.futimes() support.
2011-03-02 koichikCorrect net.createServer() API docs
2011-03-01 koichikFix fs.WriteStream.end(data, [encoding]) throws TypeError
2011-03-01 Ryan DahlSIGUSR1 should break the VM without delay
2011-02-28 Ryan DahlRemove -Werror from V8
2011-02-28 isaacsCloses GH-734 Do the setuid() after chdir()
2011-02-28 Bert BelderAutodetect no-strict-aliasing, propagate toolchain...
2011-02-28 Ryan DahlUpgrade V8 to 3.1.7
2011-02-28 Ryan Dahltty.setWindowSize should use the correct function
2011-02-28 Felix GeisendörferExpose errno with a string for dns/cares
2011-02-28 isaacsCloses GH-711 URL parse more safely
2011-02-28 isaacsCloses GH-690 node_modules folders should be highest...
2011-02-28 isaacsCloses GH-232 Make the repl's global the right thing
2011-02-28 isaacsCloses GH-85 Emit error rather than throwing.
2011-02-28 isaacsCloses GH-184 Clear require cache on repl .clear
2011-02-27 koichikFix process.stdout.end() throws ENOTSOCK error.
2011-02-26 Ryan DahlMerge branch 'v0.4'
2011-02-26 Ryan DahlSupport dtrace for debug build
2011-02-25 Russell Haeringhttp: fix missing 'drain' events
2011-02-25 Ryan DahlAdd 'close' and 'aborted' events to Agent responses
2011-02-25 Ryan Dahldeprecate http.cat
2011-02-25 Ryan Dahltypos
2011-02-25 Nathan RajlichRead up the prototype of the 'env' object.
2011-02-25 Aria StewartAdd support for specifying the libdir
2011-02-25 Aria Stewartlibeio and http_parser build with PIC code
2011-02-25 Felix GeisendörferDo not cache modules that throw exceptions
2011-02-24 Ryan DahlRevert "Add extra debug print statement to tls.js"
next