platform/upstream/nodejs.git
2012-08-17 Ben NoordhuisMerge remote-tracking branch 'origin/v0.8'
2012-08-17 Bert Belderwindows: make junctions work again
2012-08-16 Bert BelderAvoid compiler warning about negating unsigned value
2012-08-16 Bert Belderwindows: avoid MSVC warnings about templates not having...
2012-08-16 isaacswebsite: Improved install button behavior
2012-08-16 isaacsv8: Reapply floating patches
2012-08-16 isaacsv8: Upgrade to 3.11.10.18
2012-08-16 isaacsblog: Fix binary links for 0.8.7 post
2012-08-16 Nathan Rajlichemail-footer: update the binary package links to x86/x64
2012-08-16 isaacswebsite: fix font-size on 'explore' list items
2012-08-16 isaacsNow working on 0.8.8
2012-08-16 isaacsMerge branch 'v0.8.7-release' into v0.8
2012-08-16 isaacsblog: release 0.8.7
2012-08-15 isaacs2012.08.15, Version 0.8.7 (Stable) v0.8.7
2012-08-15 isaacswebsite: Sharpen and clean up download page more
2012-08-15 isaacsbuild: Don't set gcc_version for Windows
2012-08-15 isaacswebsite: Use table for download page
2012-08-15 Golo Rodenwebsite: download page
2012-08-15 isaacsnpm: Upgrade to 1.1.49
2012-08-15 Ben Noordhuiscrypto: fix uninitialized memory access in openssl
2012-08-14 Ben Noordhuistest: fix up `make valgrind-test`
2012-08-14 Ben Noordhuistest: raise pummel/test-net-throttle write req size
2012-08-14 Ben Noordhuisaddon: remove node-waf, superseded by node-gyp
2012-08-14 Ben Noordhuisbuffer, crypto: fix buffer decoding
2012-08-13 isaacsmodule: use 'repl' as the filename arg if missing
2012-08-13 isaacsevents: emitter.listeners() should not have side effects
2012-08-13 jbergstroembench: fetch port from env
2012-08-13 Ben Noordhuistls: fix segfault in pummel/test-tls-ci-reneg-attack
2012-08-13 Ben Noordhuisbuild: compile with -fno-tree-vrp when gcc >= 4.0
2012-08-13 Ben Noordhuisdeps: upgrade libuv to 2c3e8b6
2012-08-12 Nathan Rajlichtools: remove "addon.gypi" and "gyp_addon"
2012-08-12 Ben Noordhuistls: handle multiple CN fields when verifying cert
2012-08-11 Timothy J Fontainetimers: make unref'd timeouts execute in a domain
2012-08-11 Kyle Robinson... doc: remove unused util from child_process
2012-08-11 Timothy J Fontainetimers: implement setImmediate
2012-08-10 Felix Böhmpath: small speed improvements
2012-08-10 Nathan RajlichMakefile: add a better check to ensure a node "release"
2012-08-09 Ben Noordhuisnode: remove process.uvCounters()
2012-08-08 Ben Noordhuistest: fix pummel/test-net-connect-econnrefused
2012-08-08 Ben Noordhuistest: raise pummel/test-net-throttle write req size
2012-08-08 Ben Noordhuisfs: fix ReferenceError in truncateSync()
2012-08-08 Ben Noordhuisinstaller: remove c-ares header files
2012-08-07 isaacsblog post for 0.8.6
2012-08-07 isaacsNow working on 0.8.7
2012-08-07 isaacsMerge branch 'v0.8.6-release' into v0.8
2012-08-07 isaacs2012.08.07, Version 0.8.6 (Stable) v0.8.6
2012-08-07 isaacsnpm: Upgrade to 1.1.48
2012-08-06 Bert Belderuv: upgrade to 41b1265
2012-08-06 Bert Belderdns: use uv_inet_ntop/uv_inet_pton instead of c-ares...
2012-08-06 Bert Belderuv: upgrade to 3a8bb3b
2012-08-06 Bert Belderdns: don't rely on libuv for c-ares integration
2012-08-06 Bert Beldernode.cc: include ares.h
2012-08-06 Bert BelderAdd c-ares dependency
2012-08-06 Ben Noordhuisnet: fix listen() regression, revert patches
2012-08-06 Josh Ericksonnet: add support for IPv6 addresses ending in ::
2012-08-06 Nathan Rajlichinstall: prevent a KeyError from being thrown when...
2012-08-06 isaacsnpm: Upgrade to 1.1.47
2012-08-06 isaacsuv: Upgrade to dfb6be0
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-06 isaacsfs: fix naming of truncate/ftruncate functions
2012-08-06 isaacsdoc: util.pump is deprecated. Use Stream.pipe
2012-08-05 Ben Noordhuisfs: remove undocumented .destroy callbacks
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 Ben NoordhuisMakefile: DRY js lint
2012-08-05 Ben Noordhuisutil: mark util.pump() as deprecated
2012-08-05 isaacstest-message: fix message output
2012-08-05 isaacserrnoException must be done immediately
2012-08-05 Nathan Rajlichinstall: use os.path.join() to create the npm shebang
2012-08-05 isaacstest-message: fix message output
2012-08-05 Andreas Madsennet: support Server.listen(Pipe)
2012-08-05 Andreas Madsencluster: do not use internal server API
2012-08-05 Andreas Madsennet: lazy listen on handler
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 isaacsMerge remote-tracking branch 'ry/v0.8'
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
next