platform/upstream/nodejs.git
2012-08-28 Bert Belderuv: upgrade to 621a4e3
2012-08-27 isaacslint
2012-08-27 isaacsfs: Throw early on invalid encoding args
2012-08-27 isaacsBuffer.isEncoding(enc)
2012-08-24 Nathan Rajlichrepl: create a new Console instance for the repl when...
2012-08-24 Nathan Rajlichconsole: refactor the console module to be reusable
2012-08-24 Ben Noordhuistools: fix missing initializer warning in js2c.py
2012-08-24 Brian Whitehttp: bubble up parser errors to ClientRequest
2012-08-22 Ben Noordhuisbuild: compile with -Wextra -Wno-unused-parameter
2012-08-21 Bert Belderuv: upgrade to 564e7c7
2012-08-21 Ben Noordhuischild_process: emit error on exec failure
2012-08-21 Ben Noordhuissignal_wrap: fix unused variable compiler warning
2012-08-20 Bert BelderRemove node_io_watcher
2012-08-20 Bert BelderDelete the old node_signal_watcher code
2012-08-20 Bert Belderprocess: use uv_signal instead of ev_signal
2012-08-20 Bert Belderuv: upgrade to 8073a26
2012-08-20 Bert Belderunix: don't explicitly instantiate v8::Persistent<x...
2012-08-17 Ben Noordhuistimers: fix assertion in Timeout.unref()
2012-08-17 Ben Noordhuistest: use common.PORT in simple/test-regress-GH-1697
2012-08-17 Ben Noordhuistest: use common.PORT in pummel/test-net-timeout2
2012-08-17 Ben Noordhuistest: fix function name typo
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
next