src: move debug agent from deps/ to src/
[platform/upstream/nodejs.git] / src /
2014-11-03 Ben Noordhuissrc: move debug agent from deps/ to src/
2014-11-03 Ben Noordhuissrc: make root_certs const
2014-10-29 Ben NoordhuisMerge remote-tracking branch 'joyent/v0.12' into v0.12
2014-10-29 Fedor Indutnyv8_platform: fix cpplint issue
2014-10-29 Fedor Indutnystream_wrap: do not crash if handle was closed
2014-10-28 Nikolai Vavilovsrc: remove usage of extended sizeof
2014-10-28 Ben Noordhuissrc: simplify v8 thread pool implementation
2014-10-28 Ben Noordhuissrc: fix uninitialized memory dereference
2014-10-24 Nikolai Vavilovsrc: fix comparison of WCHAR with nullptr
2014-10-24 Fedor IndutnyMerge remote-tracking branch 'origin/v0.12' into v0.12
2014-10-23 Ben Noordhuissrc: mark more destructors with override keyword
2014-10-23 Ben Noordhuissrc: mark SSLWrap destructor as virtual
2014-10-23 Ben Noordhuissrc: mark BaseObject destructor as virtual
2014-10-23 Ben Noordhuissrc: mark AsyncWrap destructor as virtual
2014-10-23 Ben Noordhuissrc: mark empty destructors as default
2014-10-23 Ben Noordhuissrc: update DISALLOW_COPY_AND_ASSIGN() to c++11
2014-10-23 Ben Noordhuissrc: mark virtual functions with override keyword
2014-10-23 Ben Noordhuissrc: remove STATIC_ASSERT() macro
2014-10-23 Ben Noordhuissrc: replace NULL with nullptr
2014-10-18 Rod Vaggetw: use Isolate to SetJitCodeEventHandler
2014-10-16 Ben Noordhuisbuild: add x32 support
2014-10-13 Ben Noordhuissrc: attach env directly to api functions
2014-10-13 Ben Noordhuissrc: remove unused Environment::GetCurrent() calls
2014-10-13 Ben Noordhuissrc: remove unused MIN macro
2014-10-13 Ben Noordhuissrc: ignore risky env vars when setuid root
2014-10-11 Ben Noordhuissrc: replace assert() with CHECK()
2014-10-11 Ben Noordhuissrc: fix up imports
2014-10-11 Ben Noordhuissrc: remove unnecessary HandleScopes
2014-10-11 Fedor Indutnyv8_platform: provide default v8::Platform impl
2014-10-09 Ben Noordhuiscrypto: update root certificates
2014-10-09 Ray Donnellysrc: fixes for win32
2014-10-08 Fedor Indutnysrc, test: fixup after v8 update
2014-10-08 Fedor Indutnydeps: re-implement debugger-agent
2014-10-08 Fedor Indutnysrc, test: fixup after v8 update
2014-10-08 Fedor Indutnydeps: re-implement debugger-agent
2014-10-08 Fedor Indutnytls_wrap: ignore ZERO_RETURN after close_notify
2014-10-08 Fedor IndutnyMerge remote-tracking branch 'joyent/v0.12'
2014-10-08 Trevor Norrissrc: update use of ExternalArrayType constants
2014-10-08 Trevor Norrissmalloc: update use of ExternalArrayType constants
2014-10-06 Fedor Indutnytls_wrap: ignore ZERO_RETURN after close_notify
2014-10-01 Trevor Norrisbuffer: mv floating point read/write checks to JS
2014-10-01 Vladimir Kurchatkinnode: avoid automatic microtask runs
2014-10-01 Steven R. Loomisbuild, i18n: improve Intl build, add "--with-intl"
2014-09-30 Trevor Norrisbuffer: fix and cleanup fill()
2014-09-29 Rasmus Christian... src: fix VC++ warning C4244
2014-09-29 Trevor Norristimer_wrap: remove HandleScopes, check return size
2014-09-26 Fedor Indutnycrypto: lower RSS usage for TLSCallbacks
2014-09-25 Timothy J FontaineNow working on 0.11.15
2014-09-25 Timothy J Fontaine2014.09.24, Version 0.11.14 (Unstable)
2014-09-24 Fedor Indutnytls_wrap: ensure that TLSCallbacks are gc-able
2014-09-23 Fedor Indutnydeps: update uv to v1.0.0-rc1
2014-09-23 Fedor Indutnycrypto: export externals to internal structs
2014-09-18 Vladimir Kurchatkinnode: support v8 microtask queue
2014-09-17 Fedor Indutnycrypto: never store pointer to conn in SSL_CTX
2014-09-17 Mickael van der... crypto: clarify RandomBytes() error msg
2014-09-17 Alexis Campaillawin: manifest node.exe for Windows 8.1
2014-09-17 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10' into...
2014-09-16 Timothy J FontaineNow working on 0.10.33
2014-09-16 Timothy J FontaineMerge branch 'v0.10.32-release' into v0.10
2014-09-16 Timothy J Fontaine2014.09.16, Version 0.10.32 (Stable) v0.10.32
2014-09-16 Chris Dickinsoncrypto: use domains for any callback-taking method
2014-09-16 Ben Noordhuislib, src: add vm.runInDebugContext()
2014-09-15 Adam Lippaitls: fix encoding in certificate-related functions
2014-09-05 Ben Noordhuissrc: remove Environment::GetCurrentChecked()
2014-09-05 Ben Noordhuissrc: update and expand comments in base-object.h
2014-09-05 Ben Noordhuislib, src: don't make http parser handles weak
2014-09-05 Ben Noordhuissrc: add ClearWrap() to util.h
2014-09-05 Ben Noordhuissrc: fix handle leak in Parser::Execute()
2014-09-03 Fedor Indutnytls_wrap: fix use after free
2014-09-03 Fedor Indutnycrypto: use less memory for storing keys
2014-09-03 Trevor Norrisstream_wrap: Add support to write binary strings
2014-09-02 Trevor Norrisnode,async-wrap: verify domain enter/exit are set
2014-09-02 Julien Gillicluster: centralize removal from workers list.
2014-09-02 Brian Whitecrypto: unsigned value can't be negative
2014-09-02 Brian Whitecrypto: avoid memory leak
2014-09-02 Jackson Tiansrc: reading/owner/onread/onconnection for tcp
2014-09-01 Isaac Burnscrypto: wrap ECDH constants in HAVE_OPENSSL
2014-08-28 Shigeki Ohtsutls, crypto: add DHE support
2014-08-28 Fedor Indutnycrypto: introduce ECDH
2014-08-27 Jackson Tiansrc: Add function name for .byteLength/.compare
2014-08-26 Fedor Indutnycrypto: allow padding in RSA methods
2014-08-23 Fedor Indutnycrypto: fix memory leak in Connection::New
2014-08-19 Timothy J FontaineNow working on 0.10.32
2014-08-19 Timothy J FontaineMerge branch 'v0.10.31-release' into v0.10
2014-08-19 Ben Noordhuisnode: add missing Isolate::Scope at startup
2014-08-19 Yazhong Liusrc: add missing Isolate arguments
2014-08-19 Timothy J Fontaine2014.08.19, Version 0.10.31 (Stable) v0.10.31
2014-08-13 Cheng Zhaosrc: change kIsolateSlot to 3
2014-08-13 Trevor Norrissrc: require EventEmitter via NativeModule
2014-08-12 Jackson Tianlib: don't use emitter.listeners(type).length
2014-08-12 Trevor Norrisnode: set names for prototype methods
2014-08-11 seishuncrypto: add RSA encryption
2014-08-11 Alexis Campaillawindows: fix memory leak in WinapiErrnoException
2014-08-07 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10' into...
2014-08-07 Saúl Ibarra Corretgésrc: handle UV_EAGAIN in TryWrite
2014-08-05 Trevor Norrisdns: fix GetAddrInfo assert
2014-08-04 cjihrignet: don't prefer IPv4 addresses during resolution
2014-08-04 Julien Gillitimers: fix timers with non-integer delay hanging.
2014-08-02 Jackson Tianprocess: improve process binding
2014-07-31 Timothy J FontaineNow working on 0.10.31
next