platform/upstream/nodejs.git
2011-01-31 Ryan DahlAdd artificial timeout to broken test-https-large-response
2011-01-31 Ryan DahlAdd socket.bufferSize
2011-01-28 Tim CaswellSlightly throttle https large body test
2011-01-28 Ryan Dahlgetaddrinfo exists on windows
2011-01-28 Ryan DahlFix version
2011-01-28 Ryan DahlREPL: disable colors in windows for now
2011-01-28 Bert BelderWorkaround for V8 bug 884
2011-01-28 Ryan DahlUpgrade V8 to 3.0.12
2011-01-28 Ryan DahlNow working on v0.3.8
2011-01-28 Ryan DahlBump version to v0.3.7 v0.3.7
2011-01-28 Ryan DahlFix pummel/text-exec
2011-01-28 Ryan DahlRevert "Use html5 spec stylesheet for docs"
2011-01-28 Ryan DahlSimplify website
2011-01-28 Ryan DahlAdd test-https-large-response.js
2011-01-28 Ryan DahlFix option parsing in tls.connect()
2011-01-28 Ryan DahlHelpful error when child_process.exec hit maxBuffer
2011-01-28 Ryan Dahldebugger: prevent crash when backtrace doesn't come...
2011-01-28 Ryan DahlRemove more process.assert
2011-01-28 Ryan DahlAnother fix for process.assert
2011-01-28 Ryan DahlFix process.assert problem
2011-01-28 Ryan DahlPre-process out assert()
2011-01-28 Ryan DahlFix links
2011-01-28 David Trejonewcomer resources in README
2011-01-28 Greg HughesFix style issues with ext_key_usage patch
2011-01-27 Ryan DahlCorrect process.kill doc
2011-01-27 Ryan DahlTypos
2011-01-27 Ryan DahlA few spelling fixes.
2011-01-27 Ryan DahlFix arg order of fs.linkSync in docs
2011-01-27 Greg HughesAdd ext_key_usage to getPeerCertificate
2011-01-27 isaacsA module ID with a trailing slash must be a dir.
2011-01-26 Ali FarhadiFixing bug in http request default encoding.
2011-01-26 Ali FarhadiAdding callback parameter to Socket's setTimeout method.
2011-01-26 Ryan DahlIncrease timeout on test-repl to 5 seconds
2011-01-26 Ali FarhadiAdding test for many keep-alive connections
2011-01-25 Ryan Dahldebugger: Don't crash when evaling buffer
2011-01-25 Ryan DahlRevert "Preprocess out assert()"
2011-01-25 Carter AllenFix tests when spaces are in path
2011-01-25 Ryan DahlPreprocess out assert()
2011-01-25 Ryan DahlUse old http.Client
2011-01-25 Ryan DahlFix undefined_reference_in_new_context
2011-01-25 Daniel EnnisAdding support for require-like initialization of node,
2011-01-25 Ryan DahlUpgrade V8 to 3.0.10
2011-01-25 Bert BelderReadline: fixes, more key bindings
2011-01-25 isaacsSupport pastes and meta-backspace
2011-01-25 Bert BelderFix windows build
2011-01-25 Ryan DahlLand Cantrill's DTrace patch
2011-01-24 Felix GeisendörferRestructure src/node.js startup code
2011-01-24 Ryan Dahlfs.open should set FD_CLOEXEC
2011-01-24 Ryan Dahllint
2011-01-24 Bert BelderWindows: better net support
2011-01-24 Bert BelderWorkaround for libev handle caching bug on windows
2011-01-23 Ryan Dahlwindows compat: undefined_reference_in_new_context...
2011-01-23 Ali FarhadiFixing bug in http request's end method.
2011-01-23 Felix GeisendörferMove commonjs module system into lib/module.js
2011-01-23 Mikeal RogersExpose agent in http and https client.
2011-01-22 Ryan DahlNow working on v0.3.7
2011-01-22 Ryan DahlBump version to v0.3.6 v0.3.6
2011-01-22 Ryan DahlAdd https docs to toc
2011-01-22 Ryan DahlFix test-http-exceptions
2011-01-22 Ryan DahlFix test-http-allow-req-after-204-res
2011-01-21 Ryan DahlAdd test-https-agent
2011-01-21 Ryan Dahlhttp: agent should cycle on close
2011-01-21 isaacsFix for meta keys in a weird iTerm state.
2011-01-21 isaacsWindows line endings. s/\r//g
2011-01-21 Bert BelderFix meta+character keys on mac
2011-01-21 Ryan DahlExpose http.getAgent
2011-01-21 Ryan DahlAdd https.get()
2011-01-21 Ryan DahlInitial pass at https client
2011-01-21 Ryan Dahlwaf: display oprofile and gdbjit options for all platforms
2011-01-21 Ryan DahlMerge branch 'http_agent'
2011-01-21 Ryan DahlFix test-http-upload-timeout
2011-01-21 Ryan Dahltest-http-client-reconnect-bug: hang up should be error.
2011-01-21 Ryan Dahl...
2011-01-21 Ryan DahlDocs for new http API
2011-01-21 Ryan Dahlhacky work around socket hangups on http requests
2011-01-21 Ryan DahlBackport client 'upgrade' events
2011-01-21 Ryan Dahlall errors go to req object
2011-01-21 Ryan Dahlhttp.Client shims
2011-01-21 Ryan DahlAdd parser to agent
2011-01-21 Ryan Dahlfirst pass at http refactor for TLS
2011-01-21 Ryan DahlDisable gdbjit by default
2011-01-20 Bert BelderFix memory corruption bug on Windows
2011-01-20 Bert BelderFix ev_async misuse in node_child_process_win32.cc
2011-01-20 kmillikin@chromium.orgFix an assertion failure in the full code generator.
2011-01-19 Ryan DahlTransfer data gathering responsibility to readline
2011-01-19 Ryan DahlFix tab on posix tty
2011-01-19 Ryan Dahlwscript: style
2011-01-19 Ryan DahlCompile gdbjit in by default on linux
2011-01-19 Bert BelderWorkaround for V8 bug 884
2011-01-19 Ryan DahlUpgrade V8 to 3.0.9
2011-01-19 Bert BelderWindows: fix window size getter bug
2011-01-19 Bert BelderUpdate TODO.win32
2011-01-19 Bert BelderReadline: use symbolic key names instead of ascii contr...
2011-01-19 Bert BelderReadline: use tty methods instead of control sequences
2011-01-19 Bert BelderUse tty.ReadStream and tty.WriteStream for stdio when...
2011-01-19 Bert BelderImplement tty.ReadStream and tty.WriteStream
2011-01-19 Bert BelderNew stdio functions to aid new readline interface
2011-01-19 Bert BelderWindows: watcher for tty events
2011-01-19 Ryan Dahlwscript chooses win32 source files, not cpp
2011-01-19 Ryan DahlUse common.PORT not 8000
next