platform/upstream/nodejs.git
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
2012-02-16 Bert BelderRevert "Windows: support non-ansi command line arguments"
2012-02-16 Ben Noordhuistls: mitigate session renegotiation attacks
2012-02-16 koichikdocs: removed unnecessary STARTTLS section
2012-02-16 Colton BakerReadline proposal and bugfixes. Related: #2737 #2756
2012-02-16 Maciej Małeckiprocess: remove old notices about removed methods
2012-02-15 Bert BelderWindows: get rid of process._cwdForDrive()
2012-02-15 Bert BelderWindows: use unicode environment
2012-02-15 Nathan RajlichDefault to static linking CRT on Windows.
2012-02-15 Mark NottinghamGenerate Date headers on responses when not already...
2012-02-15 isaacsMerge branch 'v0.7.4-release'
2012-02-15 isaacsNow working on 0.7.5
2012-02-15 Ben Noordhuishttp: allow multiple WWW-Authenticate headers
2012-02-15 Ben Noordhuistcp, pipe: don't assert on uv_accept() errors
2012-02-14 isaacs2012.02.14, Version 0.7.4 (unstable) v0.7.4
2012-02-14 isaacsrobots.txt
2012-02-14 Igor Zinkovskyadd tls-over-http-tunnel test
2012-02-14 koichiktls: Allow establishing secure connection on the existi...
2012-02-14 Seth Fitzsimmonsdgram: handle close of dgram socket before DNS lookup...
2012-02-13 isaacsdoc: Wrap API doc content in div#apicontent
2012-02-13 isaacscss: Restrict li fix to #apicontent only.
2012-02-13 isaacsdocs: Move images out of the dist tarball
2012-02-13 Fedor IndutnyFix linker error on some gcc version on osx
2012-02-13 Bert BelderWindows: support non-ansi command line arguments
2012-02-13 isaacsUpgrade uv to 1d942e2a
2012-02-13 isaacsPatches floating on V8
2012-02-13 isaacsUpgrade V8 to 3.9.5
2012-02-13 Karl Skomskibuild: detect host_arch better
2012-02-12 Bert BelderAdd libuv test that was omitted in last libuv upgrade
2012-02-12 Bert BelderFix vcbuild.bat, print error when an unrecognized optio...
2012-02-12 Fedor Indutnydebugger: export `debug_port` to `process`
2012-02-12 Ben NoordhuisMerge remote-tracking branch 'origin/v0.6'
2012-02-12 Ben Noordhuisuv: upgrade to 4e1f2b1
2012-02-11 koichiktest: fix timing sensitivity in test-net-write-slow
2012-02-11 Ben Noordhuisdocs: update net.Server.address() documentation
2012-02-11 isaacsapidoc css: Footer li's should be sans-serif
2012-02-11 isaacsFix #2690 css: Set font size in apidoc LIs to match Ps
2012-02-10 Igor Zinkovskyset readable/writable for pipes
2012-02-10 Igor Zinkovskyupgrade uv to f9be43a564
2012-02-10 Ben Noordhuisdocs: clarify http 'data' callback
2012-02-09 Ben Noordhuisdocs: document tls/crypto `ciphers` option
2012-02-09 Nathan Rajlichbuild: use -fPIC for native addons on UNIX
2012-02-09 Ben Noordhuistest: add cluster 'bind twice' test
2012-02-08 isaacsnpm: update to 1.1.1
2012-02-08 Andreas Madsenchild_process: stop .disconnect() call if channel is...
2012-02-08 Dave Pachecodisable omit-frame-pointer on solaris systems
2012-02-08 isaacsMakefile: Don't use ** in globs
next