summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* build: fix issue with ETW support on win32Julien Gilli2014-11-033-8/+18
* dtrace: fix ustack helperFedor Indutny2014-10-171-1/+1
* v8_platform: provide default v8::Platform implFedor Indutny2014-10-163-5/+247
* src, test: fixup after v8 updateFedor Indutny2014-10-086-30/+41
* deps: re-implement debugger-agentFedor Indutny2014-10-088-92/+267
* tls_wrap: ignore ZERO_RETURN after close_notifyFedor Indutny2014-10-081-0/+8
* src: update use of ExternalArrayType constantsTrevor Norris2014-10-083-8/+8
* smalloc: update use of ExternalArrayType constantsTrevor Norris2014-10-081-9/+9
* buffer: mv floating point read/write checks to JSTrevor Norris2014-10-011-41/+19
* node: avoid automatic microtask runsVladimir Kurchatkin2014-10-012-0/+18
* build, i18n: improve Intl build, add "--with-intl"Steven R. Loomis2014-10-013-0/+166
* buffer: fix and cleanup fill()Trevor Norris2014-09-292-31/+18
* src: fix VC++ warning C4244Rasmus Christian Pedersen2014-09-291-6/+6
* timer_wrap: remove HandleScopes, check return sizeTrevor Norris2014-09-291-14/+9
* crypto: lower RSS usage for TLSCallbacksFedor Indutny2014-09-264-41/+87
* Now working on 0.11.15Timothy J Fontaine2014-09-241-2/+2
* 2014.09.24, Version 0.11.14 (Unstable)Timothy J Fontaine2014-09-241-1/+1
* tls_wrap: ensure that TLSCallbacks are gc-ableFedor Indutny2014-09-242-1/+3
* deps: update uv to v1.0.0-rc1Fedor Indutny2014-09-231-27/+34
* crypto: export externals to internal structsFedor Indutny2014-09-233-0/+51
* node: support v8 microtask queueVladimir Kurchatkin2014-09-182-1/+39
* crypto: never store pointer to conn in SSL_CTXFedor Indutny2014-09-183-24/+18
* crypto: clarify RandomBytes() error msgMickael van der Beek2014-09-171-1/+1
* win: manifest node.exe for Windows 8.1Alexis Campailla2014-09-171-0/+15
* lib, src: add vm.runInDebugContext()Ben Noordhuis2014-09-161-0/+16
* tls: fix encoding in certificate-related functionsAdam Lippai2014-09-151-8/+15
* src: remove Environment::GetCurrentChecked()Ben Noordhuis2014-09-053-22/+6
* src: update and expand comments in base-object.hBen Noordhuis2014-09-051-2/+7
* lib, src: don't make http parser handles weakBen Noordhuis2014-09-051-1/+11
* src: add ClearWrap() to util.hBen Noordhuis2014-09-052-0/+6
* src: fix handle leak in Parser::Execute()Ben Noordhuis2014-09-051-1/+1
* tls_wrap: fix use after freeFedor Indutny2014-09-033-5/+8
* crypto: use less memory for storing keysFedor Indutny2014-09-031-12/+3
* stream_wrap: Add support to write binary stringsTrevor Norris2014-09-035-0/+15
* node,async-wrap: verify domain enter/exit are setTrevor Norris2014-09-022-24/+20
* cluster: centralize removal from workers list.Julien Gilli2014-09-021-1/+1
* crypto: unsigned value can't be negativeBrian White2014-09-021-2/+2
* crypto: avoid memory leakBrian White2014-09-021-1/+2
* src: reading/owner/onread/onconnection for tcpJackson Tian2014-09-021-0/+13
* crypto: wrap ECDH constants in HAVE_OPENSSLIsaac Burns2014-09-011-0/+2
* tls, crypto: add DHE supportShigeki Ohtsu2014-08-292-0/+33
* crypto: introduce ECDHFedor Indutny2014-08-293-0/+265
* src: Add function name for .byteLength/.compareJackson Tian2014-08-271-6/+9
* crypto: allow padding in RSA methodsFedor Indutny2014-08-273-2/+32
* crypto: fix memory leak in Connection::NewFedor Indutny2014-08-231-1/+0
* node: add missing Isolate::Scope at startupBen Noordhuis2014-08-191-0/+1
* src: add missing Isolate argumentsYazhong Liu2014-08-192-3/+5
* src: change kIsolateSlot to 3Cheng Zhao2014-08-131-3/+11
* src: require EventEmitter via NativeModuleTrevor Norris2014-08-121-1/+1
* lib: don't use emitter.listeners(type).lengthJackson Tian2014-08-121-1/+1