platform/upstream/nodejs.git
2011-02-20 Ryan DahlNow working on v0.4.2
2011-02-20 Ryan DahlBump version to v0.4.1 v0.4.1
2011-02-20 Ryan DahlTLS sockets should not be writable after 'end'
2011-02-20 Ryan Dahltest-tls-securepair-server: don't shutdown stdout
2011-02-20 isaacsCloses GH-687 Don't read fs read stream if not open
2011-02-19 Brian WhiteFix os.cpus() on cygwin
2011-02-18 Ryan DahlAdd startup memory script to benchmarks
2011-02-18 Ryan DahlRemove test-http-eof-before-eom - wasn't testing anythi...
2011-02-18 Ryan DahlUse console.error in test-timers
2011-02-18 Tom Hughescmake: dtrace support.
2011-02-18 Tom Hughescmake: Add gdbjit and oprofile options.
2011-02-18 Tom Hughescmake: cleanup.
2011-02-18 Tom Hughescmake: Fix mac snow leopard build.
2011-02-18 Tom Hughescmake: set pre and post memcheck commands.
2011-02-18 isaacspackage.json main as indexed subdir
2011-02-18 Ryan DahlHTTP Agent sockets should not reconnect on error
2011-02-18 Ryan DahlHTTP Agent should not die on evil server
2011-02-18 Matt RanneyAdd failing test for broken HTTP responses with extra...
2011-02-18 Ryan DahlAdd more broken tests
2011-02-17 Ryan DahlInstall node.d in the correct place
2011-02-17 Bert BelderFix test runner bug on windows
2011-02-17 Bert BelderMake libev work on MinGW again
2011-02-17 Bert BelderAutodetect no-strict-aliasing, propagate toolchain...
2011-02-17 Ryan DahlMove test-tls-throttle to pummel
2011-02-17 Ryan DahlTLS: Make _cycle reentrant.
2011-02-16 Ryan DahlMake test-http-curl-chunk-problem more portable
2011-02-16 Ryan DahlRemove artificial timeout from test-https-large-response
2011-02-16 Ryan DahlUpgrade libev to 4.4
2011-02-16 Bert BelderV8 Cygwin support
2011-02-16 Ryan DahlUpgrade V8 to 3.1.5
2011-02-16 Bert BelderMinGW: OpenSSL support
2011-02-16 Ryan Dahlhttps was missing 'end' event sometimes
2011-02-16 Tj HolowaychukFixed null signal preservation
2011-02-15 Ryan DahlDisable test-tls-large-push, taking too long
2011-02-15 Felix GeisendörferRefactor fs.open parameter handling
2011-02-15 Felix GeisendörferCorrect fs.open API documentation
2011-02-15 Felix GeisendörferFix: fs.open callback did not fire
2011-02-15 Bert BelderImprove V8 support for Cygwin
2011-02-15 Ryan Dahldefault to port 80 for http.request
2011-02-15 Ryan Dahlescape chars on man page
2011-02-15 Ryan Dahlfix doc
2011-02-15 Ryan DahlAdd script for running V8 benchmarks
2011-02-15 Richard RodgerFix for DNS fail in HTTP request
2011-02-14 isaacsMake the repl respect node_modules folders.
2011-02-14 Tj HolowaychukFixed field merging with progressive fields on writeHead()
2011-02-14 Ryan DahlAdd newline to platform-cygwin.cc
2011-02-14 Ryan DahlAdd http client to v0.4 announcement
2011-02-14 Ryan DahlNow working on v0.4.1
2011-02-10 Ryan DahlBump version to v0.4.0 v0.4.0
2011-02-10 Tim CaswellAdd support for mutable/implicit headers for http.
2011-02-10 Theo SchlossnagleTLS: CRL support
2011-02-10 Mikeal RogersAdd 'pipe' event
2011-02-10 Bert BelderFollow-up fix for v8 cygwin build
2011-02-10 Bert BelderV8 cygwin support
2011-02-10 Ryan Dahlfix verifier.verify() docs
2011-02-10 Ryan DahlNew DTrace probes from CA team
2011-02-10 Ryan DahlNew keys, agent1-cert.pem was expired
2011-02-10 Ryan DahlTLS: handle cert chains
2011-02-10 Ryan DahlEdit module docs
2011-02-10 isaacsDocument module loading
2011-02-09 Bert BelderWorkaround for V8 bug 884
2011-02-09 isaacsBetter assert in the node_modules tests
2011-02-09 isaacsnode_modules module lookup, +docs and test.
2011-02-09 Ryan DahlTLS: Don't give up if you can't write 0 bytes
2011-02-09 Ryan DahlUpgrade V8 to 3.1.2
2011-02-09 Ryan Dahlbetter debug messages in net and tls
2011-02-09 Ryan DahlRemove unused parameter from crypto::Handle*Error
2011-02-09 Bert BelderFix fs.realpathSync on windows
2011-02-09 Bert BelderWindows: child process fixes
2011-02-09 Ryan Dahltls: split bio errors from ssl errors
2011-02-09 isaacsSupport caching for realpath, use in module load
2011-02-09 Ryan Dahltls: only emit data after 'secure' event
2011-02-08 Bert BelderDon't make unnecessary getcwd calls from path.resolve
2011-02-08 Ryan Dahl(won't) fix test-next-tick-ordering
2011-02-08 Ryan Dahltls fixes
2011-02-07 Bert BelderFix dns on windows
2011-02-07 Ryan Dahlstderr should be EventEmitter even if it doesn't emit...
2011-02-07 isaacsCloses GH-609 Support array-ish args to Buffer ctor
2011-02-07 isaacsSupport octal strings for modes
2011-02-07 Ryan DahlCloses GH-645. Document tty.getWindowSize
2011-02-07 Konstantin... UCS-2 support
2011-02-07 Ryan DahlImpove fs.WatchFile doc
2011-02-07 Russell Haeringhttp: fix buffer writes to outgoing messages
2011-02-07 Daniel Gröbercmake fixes
2011-02-07 Ryan DahlRemove incorrect doc about node_modules
2011-02-07 isaacssupport for package.json
2011-02-07 koichikcorrected small typos
2011-02-05 Mikeal Rogershttp: agent takes options instead of host, port pair
2011-02-05 Ryan Dahltypo
2011-02-05 Ryan DahlNow working on v0.4.0
2011-02-05 Ryan DahlBump version to v0.3.8 v0.3.8
2011-02-05 Ryan Dahlhttp: handle aborts
2011-02-05 Ryan Dahlhttp-parser: Error on EOF errors
2011-02-05 Ryan DahlUpgrade http-parser
2011-02-04 Bert BelderFix mingw build
2011-02-04 Bert BelderWindows: open files in binary mode
2011-02-04 Ryan DahlExpose errno with a string.
2011-02-04 Ryan DahlFix debug flag in timers.js
2011-02-04 Ryan DahlStyle
2011-02-03 isaacsmodule: define functions only once.
next