platform/upstream/nodejs.git
2012-02-27 isaacsdoc refactor: assert
2012-02-27 isaacsdoc refactor: appendix_1
2012-02-27 isaacsdoc refactor: addons
2012-02-27 isaacsAdd 'about these docs' section
2012-02-27 isaacss/child_processes/child_process/
2012-02-27 isaacsRemove empty sections
2012-02-27 isaacsIncrease contrast of links, decrease contrast of bullets
2012-02-27 isaacsUpdate styles to reflect changed api doc html structure
2012-02-27 isaacsUpdate template to use new token style
2012-02-27 isaacsUse new doc generation tool
2012-02-27 isaacsNew documentation generation tool
2012-02-27 Ben Noordhuisdocs: fix http.ClientRequest.write() documentation
2012-02-27 Nathan RajlichUse NODE_MODULE in the hello-world addon example.
2012-02-27 Nathan Rajlichaddon: write gyp generated files to the 'out' dir
2012-02-27 T.C. Hollingsworthbuild: support shared zlib
2012-02-27 Nathan Rajlichbuild: use -pthreads (not -pthread) on Solaris
2012-02-25 T.C. Hollingsworthbuild: use else instead of node_shared_v8==false
2012-02-25 koichikdocs: add ciphers option to https.request()
2012-02-25 koichikdocs: remove duplicate option of tls.connect()
2012-02-25 Roly Fentanes`newListener` emits correct fn when using `once`
2012-02-25 isaacsUpdate npm to 1.1.2
2012-02-24 Maciej MałeckiRevert "startup: use `path.resolve` instead of `path...
2012-02-24 Maciej Małeckitest: test for `process.argv[0]` correctness
2012-02-23 Nathan RajlichDefault node_shared_v8 to false.
2012-02-23 isaacsRevert "Revert "build: support shared V8 properly""
2012-02-23 isaacsNow working on 0.7.6
2012-02-23 isaacsMerge branch 'v0.7.5-release'
2012-02-23 isaacs2012.02.23, Version 0.7.5 (unstable) v0.7.5
2012-02-23 isaacsRevert "build: support shared V8 properly"
2012-02-23 Shigeki Ohtsubuild: change default BUILDTYPE of vcbuild.bat
2012-02-23 Shigeki Ohtsubuild: change default BUILDTYPE of gyp to Release
2012-02-23 Shigeki Ohtsubuild: fix the case where config.gypi doesn't exist
2012-02-23 Shigeki Ohtsubuild: make default_configuration consistent with BUILDTYPE
2012-02-23 Ben NoordhuisRemove unused variables.
2012-02-23 isaacsdoc: refer to modules doc rather than src/node.js
2012-02-23 isaacslint, missed in QS speed merge
2012-02-23 isaacsAdd new authors
2012-02-23 isaacstest-fs-watch: Add faster failure, and link to #2813
2012-02-23 isaacsChange test fixture from symlink to regular file
2012-02-23 Ben Noordhuisdgram: defer send error to next tick
2012-02-23 Ben Noordhuisdgram: fix out-of-bound memory read
2012-02-23 Colton Bakerreadline: ^Z (SIGSTP) handling
2012-02-23 Colton BakerRemoved `rl.on('close', ...)` callback
2012-02-22 Nathan RajlichMake a fat binary for the OS X `make pkg`.
2012-02-22 Cam Pedersendocs: remove duplicate socket.write
2012-02-22 T.C. Hollingsworthbuild: support shared V8 properly
2012-02-22 Myles Byrnebuild: remove unused makefile target
2012-02-21 isaacsPause process.stdin in stdin getter
2012-02-21 Brian WhiteMake QueryString.parse() even faster
2012-02-21 isaacsAdd Håvard Stranden to AUTHORS file
2012-02-21 isaacsRun jslint after tests, not before
2012-02-21 Fedor Indutnydocs: remove server.pause
2012-02-21 Ben Noordhuisbuffer: support decoding of URL-safe base64
2012-02-21 Andreas Madsendocs: remove setSecure() from net module docs
2012-02-21 Tomasz Buchertcrypto: add function getDiffieHellman()
2012-02-20 Nathan Rajlichbuild: better host_arch() definition in configure
2012-02-20 Maciej Małeckitls http https: don't pollute user's `options` object
2012-02-20 Maciej Małeckiutil: add `util._extend` for extending objects
2012-02-20 Andreas Madsencore: ignore too many arguments, don't assert
2012-02-20 Ben Noordhuistest: update HTTP basic auth test
2012-02-20 Ben Noordhuisurl: decode url entities in auth section
2012-02-20 Fedor Indutnytests: kill process group on failure
2012-02-20 Ben Noordhuishttp: support PURGE request method
2012-02-20 Ben Noordhuishttp_parser: upgrade to 62110ef
2012-02-20 Maciej Małeckistartup: use `path.resolve` instead of `path.join(cwd...
2012-02-20 Maciej Małeckistartup: move `EventEmitter` closer to the lookup
2012-02-20 Maciej Małeckistartup: use `.hasOwnProperty` instead of `in`
2012-02-20 Brandon Benvierepl: add automatic loading of built-in libs
2012-02-20 Luke Gallagherutil: fix typo in lib/util.js
2012-02-20 Ben Noordhuistest: don't let debugger listen on common.PORT
2012-02-20 Ben Noordhuistest: include common.js in all tests
2012-02-20 Nathan Rajlichbuild: map i686 to ia32
2012-02-20 Nathan Rajlichbuild: use proper `-arch` for target_arch on OS X
2012-02-20 Nathan Rajlichbuild: test `uname -m` first, then `uname -p`
2012-02-20 Ben Noordhuisgyp: update to r1214
2012-02-19 koichiktest: fix test-tls-over-http-tunnel with v0.7
2012-02-19 Mikeal RogersIssue #2762. Add callback to close function.
2012-02-19 isaacsjslint src/ and lib/ on 'make test'
2012-02-18 isaacsLint all the JavaScripts.
2012-02-18 isaacsMerge remote-tracking branch 'ry/v0.6' into v0.6-merge
2012-02-18 Paul Vorbachdocs: fix quotation style in the webserver example
2012-02-17 Nathan Rajlichbuild: remove 'config.mk' during `make distclean`
2012-02-17 Dave Pachecobuild: disable -fomit-frame-pointer on solaris
2012-02-17 Ben Noordhuisdocs: fix tls markdown
2012-02-17 isaacsMerge branch 'v0.6.11-release' into v0.6
2012-02-17 isaacsNow working on 0.6.12
2012-02-17 isaacs2012.02.17 Version 0.6.11 (stable) v0.6.11
2012-02-17 isaacsRevert "cluster: propagate bind errors"
2012-02-17 isaacsFix #2770 Compile the OS X pkg as ia32
2012-02-17 Maciej Małeckidebugger: rename `process.debug_port` to `process.debug...
2012-02-17 Fedor Indutnyrepl: remove double calls where possible
2012-02-17 Shannen Saezdocs: remove unused javascript includes
2012-02-17 Shannen Saezdocs: add lang="en" and remove redundant types
2012-02-17 Nathan Rajlichrepl: make tab completion work on non-objects
2012-02-16 isaacsUpgrade uv to 86ebe48660e
2012-02-16 Ben Noordhuiscluster: propagate bind errors
2012-02-16 einarosAdd WebSocket RFC6455 multiheader fields to the http...
2012-02-16 Ben Noordhuishttp: allow multiple WWW-Authenticate headers
2012-02-16 Bert BelderMake win32 ansi api usage explicit
2012-02-16 Bert BelderWindows: another attempt to support unicode argv
next