platform/upstream/nodejs.git
2012-03-20 ssudaprocess: don't use strdup()
2012-03-20 Alex Kocharinrepl: fix space autocompletion bug
2012-03-20 Felix GeisendörferExpose http parse error codes
2012-03-20 Shigeki OhtsuNo need to have NativeModule.require('fs') in Module...
2012-03-19 isaacscluster: English language fixing
2012-03-19 Andreas Madsencluster: kill workers when master dies
2012-03-19 Andreas Madsencluster: add graceful disconnect support
2012-03-19 Andreas Madsenchild_process: emit 'channel closed' error instead...
2012-03-19 isaacsUpgrade npm to 1.1.10
2012-03-19 Fedor Indutnydebugger: breakOnException
2012-03-19 Fedor Indutnydebugger: remove 'repl' command from builtinLibs
2012-03-19 Fedor Indutnydebugger: exit process on repl exit
2012-03-19 Ben Noordhuistest: fix race in simple/test-cluster-master-error
2012-03-19 Your Nametest: changed instances of == to ===
2012-03-17 Nathan Rajlichbuild: make --openssl-use-sys a boolean option
2012-03-17 isaacsFix include logic was replacing https include with...
2012-03-17 isaacsIgnore 'making a build' artifacts
2012-03-16 Alex Xubuild: fix configure with spaces in CC
2012-03-16 isaacsdoc: Remove extraneous index.html's from hyperlinks
2012-03-16 isaacsRemove hard-coded version number from docs
2012-03-16 isaacsMerge remote-tracking branch 'ry/v0.6' into merge-v0.6
2012-03-16 Shigeki Ohtsudoc: Add condition to emit close event of net.Server
2012-03-16 Rod Vaggdoc: fix # links from (and within) api/fs
2012-03-16 Rod Vaggdoc: fix # links from (and within) api/fs
2012-03-16 isaacsDocument ChildProcess exit/close event difference
2012-03-16 Nathan Rajlichinstall: update install.js to use `process.config`
2012-03-16 Nathan Rajlichprocess: add `process.config`
2012-03-16 Nathan Rajlichnode.gyp: include the config.gypi file in the js2c...
2012-03-16 Nathan Rajlichjs2c: fix to support files other than ones ending with...
2012-03-16 Charlie McConnellchild_process: Separate 'close' event from 'exit'
2012-03-16 Nathan Rajlichevents: don't delete the listeners array in removeListe...
2012-03-15 Ben Noordhuistest: make .removeAllListeners() test more exhaustive
2012-03-15 Ben Noordhuisevents: don't delete the listeners array
2012-03-15 Ben Noordhuistest: don't let debugger listen on common.PORT
2012-03-15 Nathan Rajlichvcbuild: run the 'configure' script in vcbuild.bat
2012-03-15 Ben Noordhuisprocess: fix process.title setter
2012-03-15 isaacsFix invalid timer test
2012-03-15 Ben Noordhuistimers: handle negative or non-numeric timeout values
2012-03-15 Maciej Małeckitest: test if forks are spawned with parent's `process...
2012-03-15 Maciej Małeckitest: test `process.execArgv`
2012-03-15 Micheil SmithExpose original argv as process.execArgv for cluster...
2012-03-15 Matt EzellAdded trailing backslash to npm path
2012-03-15 isaacsNow working on v0.6.14
2012-03-15 isaacsMerge branch 'v0.6.13-release' into v0.6
2012-03-15 isaacs2012.03.15 Version 0.6.13 (stable) v0.6.13
2012-03-15 isaacsmakefile: Fix 'make doc'
2012-03-15 isaacsUpgrade libuv to 66a959c4052
2012-03-14 isaacsUpdate npm to 1.1.9
2012-03-14 isaacsUpdate uv to 5d21056
2012-03-14 Artur AdibDoc highlight fix
2012-03-14 Rod Vaggpath.exists*() as 2nd level head not 3rd
2012-03-14 Shigeki Ohtsutest: Fix path to require hello-world module
2012-03-14 Nathan Rajlichprocess: use NODE_STRINGIFY macro to set process.versio...
2012-03-13 isaacsNow working on 0.7.7
2012-03-13 isaacsMerge branch 'v0.7.6-release'
2012-03-13 isaacs2012.03.13, Version 0.7.6 (unstable) v0.7.6
2012-03-13 isaacsUpdate npm to 1.1.8
2012-03-13 Nathan Rajlichdocs: document the repl "exit" event
2012-03-13 Nathan Rajlichprocess: listen for the "exit" even on the main repl
2012-03-13 Nathan Rajlichrepl: better SIGINT handling behavior
2012-03-13 Nathan Rajlichrepl: remove redundant check of rli.rine.length
2012-03-13 Nathan Rajlichrepl: make sure the REPL always flushes with a newline
2012-03-13 Nathan Rajlichrepl: make REPLServer emit an "exit" event
2012-03-13 Nathan Rajlichrepl: make REPLServer inherit from EventEmitter
2012-03-13 Nathan Rajlichrepl: use path.resolve() for the module.filename
2012-03-13 isaacsshebang should make file executable as well
2012-03-13 Trent Mickissue #2697: have 'make install' set npm shebang to...
2012-03-13 Artur AdibDoc highlight fix
2012-03-13 isaacsFix merge conflict in doc/api/readline.markdown
2012-03-13 Christian RessAdded destroy method to Zlib object in zlib.js module
2012-03-13 isaacsPatches floating on V8
2012-03-13 isaacsUpgrade v8 to 3.9.17
2012-03-13 isaacsUpgrade npm to 1.1.6
2012-03-12 Nathan Rajlichprocess: expose the zlib version in use in process...
2012-03-12 Ben Noordhuiszlib: fix include of zlib.h
2012-03-12 Łukasz WalukiewiczIgnore an empty port component when parsing URLs.
2012-03-12 isaacsmodule: remove 'exited', replace 'children' array
2012-03-12 Yoshihiro Kikuchidocs: fix using legacy api in the buffer doc
2012-03-12 Nao Iizukadocs: correct the description of assert.ok()
2012-03-12 Ben Noordhuishttp: use HTTP_METHOD_MAP macro
2012-03-12 Ben Noordhuisdeps: upgrade http_parser to 8bec3ea
2012-03-12 Ben Noordhuisdocs: console.dir() prints to stdout, not stderr
2012-03-10 ssudatls: parsing multiple values of a key in ssl certificate
2012-03-09 Nathan Rajlichprocess: expose the http_parser version in process...
2012-03-09 Ben Noordhuiscore: use proper #include directives
2012-03-09 Ben Noordhuisbuffer: throw from constructor if length > kMaxLength
2012-03-09 Ben Noordhuiscore: add ThrowError(), ThrowTypeError(), ThrowRangeError()
2012-03-09 Ben Noordhuiscluster: support passing of named pipes
2012-03-09 Ben Noordhuisuv: upgrade 8c78cb4
2012-03-08 Igor Zinkovskyadd jslint to vcbuild.bat
2012-03-08 Bert BelderMerge branch 'v0.6'
2012-03-08 Bert BelderWindows: include syscall in fs errors
2012-03-08 Bert Belderuv: upgrade to 1ac71a31
2012-03-07 Igor ZinkovskyEmit end event only once
2012-03-07 Yoshihiro Kikuchihttp: remove ClientRequest.prototype.pause()
2012-03-07 Shea Levyfork: don't clear environment by default
2012-03-07 Colton Bakerreadline: ignore stray escape sequence
2012-03-07 Bert Belderclient latency benchmark: don't require('request')
2012-03-07 isaacsTypo in http_server_lag.js script
2012-03-07 isaacsBash script for running http-simple benchmarks
next