summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2014-10-01buffer: mv floating point read/write checks to JSTrevor Norris
2014-10-01node: avoid automatic microtask runsVladimir Kurchatkin
2014-10-01build, i18n: improve Intl build, add "--with-intl"Steven R. Loomis
2014-09-29buffer: fix and cleanup fill()Trevor Norris
2014-09-29src: fix VC++ warning C4244Rasmus Christian Pedersen
2014-09-29timer_wrap: remove HandleScopes, check return sizeTrevor Norris
2014-09-26crypto: lower RSS usage for TLSCallbacksFedor Indutny
2014-09-24Now working on 0.11.15Timothy J Fontaine
2014-09-242014.09.24, Version 0.11.14 (Unstable)Timothy J Fontaine
2014-09-24tls_wrap: ensure that TLSCallbacks are gc-ableFedor Indutny
2014-09-23deps: update uv to v1.0.0-rc1Fedor Indutny
2014-09-23crypto: export externals to internal structsFedor Indutny
2014-09-18node: support v8 microtask queueVladimir Kurchatkin
2014-09-18crypto: never store pointer to conn in SSL_CTXFedor Indutny
2014-09-17crypto: clarify RandomBytes() error msgMickael van der Beek
2014-09-17win: manifest node.exe for Windows 8.1Alexis Campailla
2014-09-16lib, src: add vm.runInDebugContext()Ben Noordhuis
2014-09-15tls: fix encoding in certificate-related functionsAdam Lippai
2014-09-05src: remove Environment::GetCurrentChecked()Ben Noordhuis
2014-09-05src: update and expand comments in base-object.hBen Noordhuis
2014-09-05lib, src: don't make http parser handles weakBen Noordhuis
2014-09-05src: add ClearWrap() to util.hBen Noordhuis
2014-09-05src: fix handle leak in Parser::Execute()Ben Noordhuis
2014-09-03tls_wrap: fix use after freeFedor Indutny
2014-09-03crypto: use less memory for storing keysFedor Indutny
2014-09-03stream_wrap: Add support to write binary stringsTrevor Norris
2014-09-02node,async-wrap: verify domain enter/exit are setTrevor Norris
2014-09-02cluster: centralize removal from workers list.Julien Gilli
2014-09-02crypto: unsigned value can't be negativeBrian White
2014-09-02crypto: avoid memory leakBrian White
2014-09-02src: reading/owner/onread/onconnection for tcpJackson Tian
2014-09-01crypto: wrap ECDH constants in HAVE_OPENSSLIsaac Burns
2014-08-29tls, crypto: add DHE supportShigeki Ohtsu
2014-08-29crypto: introduce ECDHFedor Indutny
2014-08-27src: Add function name for .byteLength/.compareJackson Tian
2014-08-27crypto: allow padding in RSA methodsFedor Indutny
2014-08-23crypto: fix memory leak in Connection::NewFedor Indutny
2014-08-19node: add missing Isolate::Scope at startupBen Noordhuis
2014-08-19src: add missing Isolate argumentsYazhong Liu
2014-08-13src: change kIsolateSlot to 3Cheng Zhao
2014-08-12src: require EventEmitter via NativeModuleTrevor Norris
2014-08-12lib: don't use emitter.listeners(type).lengthJackson Tian
2014-08-11node: set names for prototype methodsTrevor Norris
2014-08-11crypto: add RSA encryptionseishun
2014-08-11windows: fix memory leak in WinapiErrnoExceptionAlexis Campailla
2014-08-07src: handle UV_EAGAIN in TryWriteSaúl Ibarra Corretgé
2014-08-04dns: fix GetAddrInfo assertTrevor Norris
2014-08-04net: don't prefer IPv4 addresses during resolutioncjihrig
2014-08-02process: improve process bindingJackson Tian
2014-07-29Merge remote-tracking branch 'origin/v0.10' into masterFedor Indutny