platform/upstream/nodejs.git
2013-10-23 Timothy J Fontainev8: upgrade 3.21.18.3
2013-10-17 Patrik Stutzhttp: add statusMessage
2013-10-16 Fedor Indutnycpplint: disallow if one-liners
2013-10-16 Fedor Indutnycpplint: disallow comma-first in C++
2013-10-16 Ben Noordhuisdns: set hostname property on error object
2013-10-16 Ben Noordhuisdns: rename domain to hostname
2013-10-16 Ben Noordhuisdebugger: fix SIGUSR1 bootstrap race condition
2013-10-16 Ben Noordhuisdebugger: make busy loops SIGUSR1-interruptible
2013-10-16 isaacshttp: provide backpressure for pipeline flood
2013-10-16 Timothy J Fontainehttp_parser: expose pause/resume method for parser
2013-10-16 Jason Gerfendoc: crypto: document SPKAC additions
2013-10-16 Jason Gerfencrypto: add SPKAC support
2013-10-15 isaacsRevert "doc: crypto: document SPKAC additions"
2013-10-15 isaacsRevert "crypto: add SPKAC support"
2013-10-15 Jason Gerfendoc: crypto: document SPKAC additions
2013-10-13 Jason Gerfencrypto: add SPKAC support
2013-10-15 Rod Vaggutil: format as Error if instanceof Error
2013-10-14 Ben Noordhuiscluster: fix premature 'disconnect' event
2013-10-14 Ben Noordhuiscares_wrap: remove superfluous 'this' keyword
2013-10-11 Trevor Norrislint: fix a cpplint error
2013-10-11 Trevor Norrisbuffer: add buf.toArrayBuffer() API
2013-10-11 Trevor Norrisbuffer: check data is not null
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
next