platform/upstream/nodejs.git
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
2011-01-19 Ryan Dahlmove test-exec to pummel - too slow
2011-01-19 Alexis Selliermake 'readyState' available to CryptoStream
2011-01-19 Ryan DahlAdd setEncoding to CryptoStream
2011-01-19 Ryan DahlAdd setNoDelay to cryptostream
2011-01-19 Ryan Dahllisten/bind errors should close net.Server
2011-01-18 Ryan Dahlfactor linklist code into own file
2011-01-18 Bert BelderRemove completed TODO.win32 items
2011-01-18 Bert BelderMake child_process.kill always work on windows
2011-01-18 Bert BelderFix several child process bugs on windows
2011-01-18 Bert BelderFix detection of socket errors
2011-01-18 Bert BelderImprove error reporting on windows
2011-01-18 Bert BelderDefine winsock error numbers
2011-01-18 Bert BelderMisc. cleanups
2011-01-18 Bert BelderClean up the way windows headers are included
2011-01-18 Bert BelderWindows: get rid of most NO_IMPL related macros
2011-01-18 Bert BelderWindows: implement missing stdio methods
2011-01-18 Bert BelderWorkaround for V8 bug 884
2011-01-17 Ryan Dahldocs: style
2011-01-17 Ryan Dahldocs: Add note about global scope
2011-01-17 Bert BelderFix v8 build on windows
2011-01-17 Ryan DahlUpgrade V8 to 3.0.8
2011-01-16 Ryan DahlNow working on v0.3.6
2011-01-16 Ryan DahlBump version to v0.3.5 v0.3.5
2011-01-16 Felix GeisendörferFix test-require-cache-without-stat.js
2011-01-16 Felix GeisendörferIsolate native module system again
2011-01-16 Ryan DahlAdd built-in module loading to test-require-cache-witho...
2011-01-16 Ryan DahlAdd broken test for require cache working
2011-01-16 Ryan Dahlstyle
2011-01-14 Ryan DahlRevert "Implement os.isWindows"
2011-01-14 Ryan DahlAllow third party hooks before main module load
2011-01-14 Ryan Dahldebugger: don't hang on ^d and ^c
2011-01-13 Ryan Dahldebugger: error out without script
2011-01-13 Ryan Dahldebugger: add uncaughtException handler to kill child
2011-01-13 Ryan Dahldebugger: Correctly eval arrays and numbers
2011-01-13 Ryan Dahldebugger: full scope evals
2011-01-13 Ryan Dahldebugger: Better backtraces
2011-01-13 Ryan Dahldebugger: primative object inspection
2011-01-13 Ryan Dahldebugger: take help message from commands
2011-01-13 Ryan DahlA few more list clean ups
2011-01-13 Ryan DahlExpose link-list from timers.js; add tests
next