v8: upgrade to 3.22.24.5
[platform/upstream/nodejs.git] / src /
2013-11-18 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2013-11-16 Ben Noordhuisdebugger: pass on v8 debug switches
2013-11-14 Ben Noordhuissrc: remove unused import in cares_wrap.cc
2013-11-13 Trevor Norrissmalloc: check if object has external memory
2013-11-12 Trevor Norrissrc: add comments about implicit dependencies
2013-11-12 Trevor Norrisbase-object: add BaseObject
2013-11-12 Trevor Norrisasync-wrap: make typenames consistent
2013-11-12 Trevor Norristls_wrap: move members to initialization list
2013-11-12 Ben Noordhuissrc: use Context::Scope objects in cares_wrap.cc
2013-11-12 Ben Noordhuissrc: fix Context::Scope usage
2013-11-12 Ben Noordhuiscrypto: fix up implicit HandleScope abuse
2013-11-12 Ben Noordhuissrc: remove global HandleScope
2013-11-12 Timothy J FontaineNow working on 0.10.23
2013-11-12 Timothy J FontaineMerge branch 'v0.10.22-release' into v0.10
2013-11-12 Timothy J Fontaine2013.11.12, Version 0.10.22 (Stable) v0.10.22
2013-11-12 Timothy J Fontainesrc: add HandleScope in HandleWrap::OnClose
2013-11-11 Ben Noordhuissrc: fix Environment::GetCurrent() usage
2013-11-11 Trevor Norrisnode: add HandleScope to prevent memory leak
2013-11-11 Ben Noordhuisv8: upgrade to 3.22.24
2013-11-09 Ben Noordhuiscrypto: update root certificates
2013-11-08 isaacsMerge remote-tracking branch 'ry/v0.10'
2013-11-08 Ben Noordhuissrc: remove container_of, use CONTAINER_OF
2013-11-08 Ben Noordhuiscrypto: unbreak build with no-NPN shared openssl
2013-11-08 Fedor Indutnycrypto: try moving read head in Peek()
2013-11-05 Ben Noordhuisfs: make fs.watch() non-recursive by default
2013-11-04 Ben Noordhuissrc: fix whitespace/braces lint error from 962686b
2013-11-03 Ben Noordhuissrc: squelch unused variable warning
2013-10-30 Erik Dubbelboertls: add ECDH ciphers support
2013-10-31 Trevor Norrisdomain: use AsyncListener API
2013-10-31 Trevor Norriscares: add AsyncListener support
2013-10-31 Trevor Norriscrypto: convert pbkdf2_req to a class
2013-10-31 Trevor Norriscrypto: convert RandomBytesRequest to a class
2013-10-31 Trevor Norrisasync-wrap: add methods to udp/tcp/pipe/timers
2013-10-31 Trevor Norrisasync-wrap: integrate with WeakObject
2013-10-31 Trevor Norrisnode: add AsyncListener support
2013-10-29 Ben Noordhuisbuild: use zero overhead systemtap probes
2013-10-30 Fedor Indutnytls: do not default to 'localhost' servername
2013-10-30 Nick Simmonsfs: add recursive subdirectory support to fs.watch
2013-10-30 Timothy J FontaineNow working on 0.11.9
2013-10-30 Timothy J FontaineMerge branch 'v0.11.8-release'
2013-10-30 Timothy J Fontaine2013.10.30, Version 0.11.8 (Unstable) v0.11.8
2013-10-29 Timothy J Fontainefs_event_wrap: update to new libuv api
2013-10-29 Trevor Norrissrc: shorten Object{Wrap,Unwrap}
2013-10-29 Trevor Norrissrc: don't use class specific Unwrap methods
2013-10-29 Trevor Norrissrc: don't use WeakObject::Unwrap
2013-10-29 Trevor Norrissrc: use function to get internal pointer
2013-10-29 Trevor Norrisnode: don't share state with in_tick/last_threw
2013-10-29 Scott Blomquistwin: fix ObjectWrap for latest v8
2013-10-29 Scott Blomquistsrc: Remove unused refs to node_object_wrap.h
2013-10-29 Thom Seddonsrc: accept passphrase when crypto signing with private key
2013-10-28 isaacsMerge remote-tracking branch 'ry/v0.10'
2013-10-28 isaacsvm: Copy missing properties from context
2013-10-28 Ben Noordhuishttp: remove MethodToString()
2013-10-28 Ben Noordhuishttp: expose supported methods
2013-10-25 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2013-10-23 Ben Noordhuissrc: update after v8 api changes
2013-10-23 Ben Noordhuissrc: IsInt64() should return bool, not int
2013-10-18 Timothy J FontaineNow working on 0.10.22
2013-10-18 Timothy J FontaineMerge branch 'v0.10.21-release' into v0.10
2013-10-18 Timothy J Fontaine2013.10.18, Version 0.10.21 (Stable) v0.10.21
2013-10-18 Timothy J Fontainecrypto: clear errors from verify failure
2013-10-17 Timothy J Fontainehttp_parser: expose pause/resume method for parser
2013-10-16 Fedor Indutnycpplint: disallow if one-liners
2013-10-16 Fedor Indutnycpplint: disallow comma-first in C++
2013-10-16 Ben Noordhuisdebugger: fix SIGUSR1 bootstrap race condition
2013-10-16 Ben Noordhuisdebugger: make busy loops SIGUSR1-interruptible
2013-10-16 Timothy J Fontainehttp_parser: expose pause/resume method for parser
2013-10-16 Jason Gerfencrypto: add SPKAC support
2013-10-15 isaacsRevert "crypto: add SPKAC support"
2013-10-13 Jason Gerfencrypto: add SPKAC support
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-09 Dave Pachecodtrace: backport two byte string fix
2013-10-08 Dave Pachecodtrace, mdb_v8: support more string, frame types
2013-10-08 Ben Noordhuiszlib: fix write request reference counting
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-09-30 Timothy J FontaineNow working on 0.10.21
2013-09-30 Timothy J FontaineMerge branch 'v0.10.20-release' into v0.10
2013-09-30 Timothy J Fontaine2013.09.30, Version 0.10.20 (Stable) v0.10.20
2013-09-28 Ben Noordhuissrc: turn uv_pipe_open() failures into exceptions
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 FontaineNow working on 0.10.20
2013-09-24 Timothy J FontaineMerge branch 'v0.10.19-release' into v0.10
2013-09-24 Timothy J Fontaine2013.09.24, Version 0.10.19 (Stable) v0.10.19
2013-09-24 Fedor Indutnytls: wrap tls inside tls using legacy API
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-14 Fedor Indutnycontextify: fix ContextifyContext leak
2013-09-12 Fedor Indutnycontextify: dealloc only after global and sandbox
2013-09-07 isaacsMerge remote-tracking branch 'ry/v0.10'
2013-09-07 isaacsprocess: use exit 1 for uncaughtException
next