platform/upstream/nodejs.git
2013-10-11 Glen Mailerassert: indicate if exception message is generated
2013-10-08 Dave Pachecomdb_v8: remove useless check
2013-10-08 Dave Pachecodtrace, mdb_v8: support more string, frame types
2013-10-08 Ben Noordhuiszlib: fix write request reference counting
2013-10-07 Timothy J Fontainev8: ugprade to 3.20.17.14
2013-10-06 Alex Kocharindebugger: count space for line numbers correctly
2013-10-03 Ben Noordhuissrc: fix up after botched merge conflict
2013-10-03 Ben Noordhuissrc: add JS start/stop methods for idle notifier
2013-10-03 Ben Noordhuissrc: only start idle notifier when profiling
2013-10-03 Ben Noordhuissrc: notify V8 profiler when we're idle
2013-10-03 Ben Noordhuissrc: raise maximum file descriptor limit
2013-10-01 Ben Noordhuistest: update require path after file move
2013-10-01 Alex Kocharindebugger: show current line, fix for #6150
2013-10-01 Alex Kocharindebugger: repeat last command
2013-09-27 Jeff Switzerfs: remove duplicate !options case
2013-09-26 Timothy J Fontainetest: add regression test for #6235
2013-09-26 Timothy J Fontainev8: upgrade to 3.20.17.13
2013-09-25 Ben Noordhuissrc: remove ObjectWrap dependency from core
2013-09-24 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2013-09-24 Timothy J Fontaineblog: add missing shasums for v0.10.19 release
2013-09-24 Timothy J Fontaineblog: Post for v0.10.19
2013-09-24 Timothy J FontaineNow working on 0.10.20
2013-09-24 Timothy J FontaineMerge branch 'v0.10.19-release' into v0.10
2013-09-24 Trevor Norrislint: fix a few semicolons
2013-09-24 Timothy J Fontaine2013.09.24, Version 0.10.19 (Stable) v0.10.19
2013-09-24 Timothy J Fontaineuv: Upgrade to v0.10.17
2013-09-24 Ben NoordhuisRevert "deps: update v8 to 3.20.17.11"
2013-09-24 Fedor Indutnytls: wrap tls inside tls using legacy API
2013-09-23 Eric Schrockreadline: handle input starting with control chars
2013-09-23 Fedor Indutnydeps: update v8 to 3.20.17.11
2013-09-23 Ben Noordhuissrc: fix v8 PRNG entropy seeding
2013-09-20 Ben Noordhuissrc: seed V8's random number generator at startup
2013-09-20 Ben Noordhuisdns: fix c-ares error reporting regression
2013-09-20 Ben Noordhuissrc: initialize c-ares task list on env init
2013-09-19 Maciej Małeckinet: add a port validation to `connect`
2013-09-19 Ben Noordhuisdoc: document reserved status of SIGUSR1
2013-09-18 Fedor Indutnydeps: update v8 to 3.20.17.7
2013-09-16 Nathan Rajlichdoc: fix typos in the tls `NPNProtocols` option
2013-09-16 Nathan Rajlichdoc: specify the format of the `ca` tls option
2013-09-14 Fedor Indutnycontextify: fix ContextifyContext leak
2013-09-14 Nathan Rajlichhttp: don't pass the request options to Agent
2013-09-13 Nathan Rajlichtls: don't push() incoming data when ondata is set
2013-09-13 Ben Noordhuisdoc: fix blog link in blog posts and README
2013-09-12 Fedor Indutnycontextify: dealloc only after global and sandbox
2013-09-10 Trevor Norrisbuffer: optimize common encoding cases
2013-09-09 Fedor Indutnytls: fix setting NPN protocols
2013-09-09 Ben Noordhuistest: move slow tests to test/pummel/
2013-09-07 Andrei Sedoiconfigure: add mips-float-abi (soft, hard) option
2013-09-07 isaacsMerge remote-tracking branch 'ry/v0.10'
2013-09-07 isaacsnpm: upgrade to 1.3.11
2013-09-07 isaacsprocess: use exit 1 for uncaughtException
2013-09-07 isaacsprocess: Fix regression from a5dba82
2013-09-07 isaacsprocess: Use exit code 8 consistently
2013-09-06 isaacsprocess: Add exitCode property
2013-09-06 Ben Noordhuissrc: fix multi-base class ObjectWrap::Unwrap<T>()
2013-09-06 Ben Noordhuissrc: add multi-context support
2013-09-06 Ben Noordhuistest: don't call process.exit() in debugger tests
2013-09-06 isaacsMerge remote-tracking branch 'ry/v0.10'
2013-09-06 isaacsnpm: upgrade to v1.3.10
2013-09-05 Trevor Norrishandle_wrap: properly don't abort on unwrap
2013-09-05 isaacsstream: objectMode transforms allow falsey values
2013-09-05 Ben Noordhuissrc: fix solaris 10 build error
2013-09-05 Ben Noordhuistest: move slow test from simple/ to pummel/
2013-09-05 Bert Belderuv: upgrade to v0.10.16
2013-09-05 Fedor Indutnytls: socket.renegotiate(options, callback)
2013-09-04 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2013-09-04 Timothy J Fontaineblog: Post for v0.11.7
2013-09-04 Timothy J FontaineNow working on 0.11.8
2013-09-04 Timothy J FontaineMerge branch 'v0.11.7-release'
2013-09-04 Timothy J Fontaine2013.08.21, Version 0.11.7 (Unstable) v0.11.7
2013-09-04 Timothy J Fontaineblog: Post for v0.10.18
2013-09-04 Timothy J FontaineNow working on 0.10.19
2013-09-04 Timothy J FontaineMerge branch 'v0.10.18-release' into v0.10
2013-09-04 isaacshttp: Only send connection:keep-alive if necessary
2013-09-04 isaacsstream: return this from pause()/resume()
2013-09-04 Julian Gruberstream: make setEncoding chainable
2013-09-04 isaacsrepl: Simplify paren wrap, continuation-detection
2013-09-04 Nathan Rajlichrepl: treat "Assignment to const" as syntax error
2013-09-04 isaacsrepl: Catch syntax errors better
2013-09-04 Timothy J Fontaine2013.09.04, Version 0.10.18 (Stable) v0.10.18
2013-09-04 Ben Noordhuisuv: upgrade to v0.11.13
2013-09-04 Kyle Robinson... doc: fix writable.write link
2013-09-04 Ben Noordhuisbuild: remove unused Carbon dependency
2013-09-03 Trevor Norrisstring_bytes: use extern for length and write utf8
2013-09-03 isaacsprocess: Add internal _rawDebug() method
2013-09-03 isaacssrc: Remove outdated comment re assert()
2013-09-02 Ben Noordhuisuv: upgrade to v0.11.12
2013-09-02 Ben Noordhuissrc: clean up CLI argument parser
2013-09-02 Ben Noordhuistest: don't use --max-stack-size=0
2013-09-01 Ben Noordhuistest: speed up simple/test-fs-watch
2013-09-01 isaacsMerge remote-tracking branch 'ry/v0.10'
2013-09-01 isaacsbenchmark: Fix execArgv handling
2013-08-31 isaacsMerge remote-tracking branch 'ry/v0.10'
2013-08-31 isaacsbenchmark: Support passing v8 flags to benchmarks
2013-08-30 Ben NoordhuisRevert "src: call uv_loop_delete() on exit in debug...
2013-08-30 Ben NoordhuisRevert "src: close libuv handles on exit"
2013-08-30 Trevor Norristest: move smalloc segfault tests to pummel
2013-08-30 Ben Noordhuissrc: close libuv handles on exit
2013-08-29 Bert Belderuv: upgrade to v0.11.11
2013-08-29 Ben Noordhuissrc: remove unused Persistent<FunctionTemplate>
next