platform/upstream/nodejs.git
2012-08-06 Nathan RajlichMerge branch 'binary-tarballs' into v0.8
2012-08-06 Nathan Rajlichemail-footer: add links to the expected common binary...
2012-08-06 Nathan RajlichMakefile: move the release verification logic into...
2012-08-06 Nathan RajlichMakefile: properly set the ARCH variable when forcing...
2012-08-06 Nathan RajlichMakefile: allow the dest-cpu to be specified for `make...
2012-08-06 Nathan RajlichMakefile: add `make binary` helper target
2012-08-06 Nathan RajlichMakefile: add `make tar` helper target
2012-08-06 Nathan RajlichMakefile: add target for precompiled binary tarballs
2012-08-06 Nathan Rajlichinstall: add a "portable" mode to the shebang-rewriting...
2012-08-06 Nathan Rajlichinstall: install the "wafadmin/Tools" files into the...
2012-08-05 Kyle Robinson... doc: fix typos in child_process
2012-08-05 isaacsdoc: util.pump is deprecated. Use Stream.pipe
2012-08-05 isaacserrnoException must be done immediately
2012-08-05 isaacstest-message: fix message output
2012-08-05 Nathan Rajlichinstall: use os.path.join() to create the npm shebang
2012-08-04 Dominic Tarrzlib: Emit 'close' on destroy().
2012-08-04 Tyler Neylonchild_process: Fix stdout=null when stdio=['pipe']
2012-08-04 isaacsblog post for 0.6.21
2012-08-04 Nathan Rajlichinstall: install the "wafadmin" files into the correct...
2012-08-04 Ben Noordhuisinstaller: prevent ETXTBSY errors
2012-08-04 Ben Noordhuisinstaller: honor --without-npm, default install path
2012-08-03 Bert Beldernet: make pause work with connecting sockets
2012-08-02 isaacsblog: Fix date on 0.8.5 release
2012-08-02 isaacsBlog post about 0.8.5
2012-08-02 isaacsNow working on 0.8.6
2012-08-02 isaacsMerge branch 'v0.8.5-release' into v0.8
2012-08-02 isaacs2012.08.02, Version 0.8.5 (Stable) v0.8.5
2012-08-02 isaacsbuild: Sign pkg installer for OS X
2012-08-02 Ben Noordhuisdoc: improve cluster.workers documentation
2012-08-02 isaacstest: stdin error messages
2012-08-02 isaacsnpm: Upgrade to 1.1.46
2012-08-02 Ben Noordhuisinstaller: fix cross-compile installs
2012-08-02 Ben Noordhuisnet: fix .listen({fd:0})
2012-08-02 Ben Noordhuisdeps: remove openssl apps and tests
2012-08-01 Ben Noordhuisnode: tag Encode and friends NODE_EXTERN
2012-08-01 Gil Pedersenfs: fix ReadStream / WriteStream missing callback
2012-08-01 Ben Noordhuisfs: fix readFileSync("/proc/cpuinfo") regression
2012-08-01 isaacsblog: Remove all windows line endings once and for all
2012-08-01 Dave Pachecoupdate profiling blog post to use shell redirection...
2012-08-01 isaacsblog: Remove ^M chars from profiling-node-js blog post
2012-08-01 Ben Noordhuisinstaller: don't assume bash is installed
2012-07-31 Bert Belderuv: upgrade to 6209fe5
2012-07-31 Eugen Dueckdoc: http: document res.write() `drain` return value
2012-07-31 Bert Belderv8: don't show performance warnings when compiling...
2012-07-31 Bert Belderdocs: remove unused require from example
2012-07-31 Bert Belderuv: upgrade to 69c2ef8
2012-07-31 Ben Noordhuisdeps, tools: remove stray reject files
2012-07-31 Ben Noordhuisdoc: document child_process.fork() limitation
2012-07-30 isaacsdoc: Remove timeout arg in child_process.fork
2012-07-30 Shigeki Ohtsudoc: fix domains example
2012-07-30 isaacsReport errors properly from --eval and stdin
2012-07-29 koichikassert: fix throws() throws an error without message...
2012-07-29 Ben Noordhuiscluster: fix libuv assert in net.listen()
2012-07-28 Ben Noordhuisdeps: upgrade libuv to 4fe1916
2012-07-28 Ben Noordhuisnode: use variadic functions in ev-emul.h
2012-07-27 Trent Mickalways link sunos builds with libumem
2012-07-26 Adam Malcontenti... build: improve armv7 / hard-float detection
2012-07-25 isaacshttps: Use host header as effective servername
2012-07-25 Nathan Rajlichassert: remove unnecessary use of __proto__
2012-07-25 isaacsBlog post for 0.8.4
2012-07-25 isaacsNow working on v0.8.5
2012-07-25 isaacsMerge branch 'v0.8.4-release' into v0.8
2012-07-25 isaacsFix #3761 build: Default to V=1
2012-07-25 isaacs2012.07.25, Version 0.8.4 (Stable) v0.8.4
2012-07-25 isaacsBuild: add jslintfix
2012-07-25 isaacsnet.js: lint
2012-07-24 Ben Noordhuisnet: fix Socket({ fd: 42 }) api
2012-07-24 isaacsreadline: Remove event listeners on close
2012-07-24 isaacsv8: Reapply floating patches
2012-07-24 isaacsV8: Upgrade to 3.11.10.17
2012-07-24 isaacsnpm: Upgrade to 1.1.45
2012-07-23 Bert Belderwindows: correctly prep long path for fs.exists(Sync)
2012-07-23 Peter Rybindebugger: wake up the event loop when a debugger comman...
2012-07-23 Brian Whitehttp: remove duplicate assignments
2012-07-21 koichikdoc: remove duplicate section
2012-07-20 Fedor Indutnytls: pass linting
2012-07-20 Fedor Indutnytls: fix 'hostless' tls connection verification
2012-07-20 Fedor Indutnytls: revert accidental API change
2012-07-20 Fedor Indutnytls: localhost is valid against identity-check
2012-07-20 Fedor IndutnyRevert "http/https: pass request to .createConnection()"
2012-07-19 Fedor Indutnytls: veryify server's identity
2012-07-19 Fedor Indutnyhttp/https: pass request to .createConnection()
2012-07-19 Fedor Indutnynet: ignore socket.setTimeout(Infinity) (and NaN)
2012-07-19 isaacsnpm: Upgrade to 1.1.44
2012-07-19 isaacsBlog post about v0.8.3
2012-07-19 isaacsNow working on 0.8.4
2012-07-19 isaacsMerge branch 'v0.8.3-release' into v0.8
2012-07-19 isaacs2012.07.19, Version 0.8.3 (Stable) v0.8.3
2012-07-19 isaacsuv: Upgrade to 94355e4
2012-07-19 isaacsuv: Upgrade to 94355e4
2012-07-19 Ben Noordhuisbuild: unbreak ustack on smartos
2012-07-18 Ben Noordhuisbuild: link with -rdynamic, not -Wl,--export-dynamic
2012-07-18 Ben Noordhuisbuild: fix mksnapshot crash on sunos
2012-07-18 Ben Noordhuisdoc: build requires GNU make 3.81+
2012-07-18 Ben Noordhuisnode: make ev-emul.h compile with -Wextra -Werror
2012-07-18 Ben Noordhuisdoc: advise *strongly* against uncaughtException
2012-07-18 isaacsuv: Upgrade to b49d6f7
2012-07-17 Dave Pachecotools: speed up genv8constants
2012-07-17 isaacsv8: Reapply floating patches
2012-07-17 isaacsv8: upgrade to 3.11.10.15
next