summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2017-03-16src: remove explicit UTF-8 validity check in urlTimothy Gu
2017-03-16tls: keep track of stream that is closedjBarz
2017-03-14fs: include more fs.stat*() optimizationsBrian White
2017-03-13inspector: proper WS URLs when bound to 0.0.0.0Eugene Ostroukhov
2017-03-10meta: restore original copyright headerJames M Snell
2017-03-10src: fix typos in node_lttng_provider.hBenjamin Fleischer
2017-03-09src: make process.env work with symbols in/deleteTimothy Gu
2017-03-09src: add missing #include <unicode/ustring.h>Steven R. Loomis
2017-03-09src: drop the NODE_ISOLATE_SLOT macroAnna Henningsen
2017-03-09doc: fix occurences of "the the"Jeroen Mandersloot
2017-03-05v8: add cachedDataVersionTagAndres Suarez
2017-03-04src: remove outdated FIXME in node_crypto.ccDaniel Bevenius
2017-03-03benchmark,build,doc,lib,src,test: correct typosBenjamin Fleischer
2017-03-03inspector: libuv notification on incoming messageEugene Ostroukhov
2017-03-03tls: fix macro to check NPN featureShigeki Ohtsu
2017-03-02os: improve cpus() performanceBrian White
2017-03-02src: add HAVE_OPENSSL directive to openssl_configDaniel Bevenius
2017-02-28url: enforce valid UTF-8 in WHATWG parserTimothy Gu
2017-02-28src: remove misleading flag in TwoByteValueTimothy Gu
2017-02-28src: do not ignore IDNA conversion errorTimothy Gu
2017-02-28tty: add ref() so process.stdin.ref() etc. workBen Schmidt
2017-02-25fs: improve performance for sync stat() functionsBrian White
2017-02-25os: improve loadavg() performanceBrian White
2017-02-24src, i18n: cleanup usage of MaybeStackBufferTimothy Gu
2017-02-24src: clean up MaybeStackBufferTimothy Gu
2017-02-24src: don't assume v8::Local is using-declaredTimothy Gu
2017-02-23process: improve memoryUsage() performanceBrian White
2017-02-23src: update http-parser linkDaniel Bevenius
2017-02-22src: update NODE_MODULE_VERSION to 53Michaƫl Zasso
2017-02-20tls: use emitWarning() for dhparam < 2048 bitsJames M Snell
2017-02-19src: remove usage of deprecated debug APIYang Guo
2017-02-16url: fix file state clarification in bindingDaijiro Wachi
2017-02-15src: remove unused variable in node_cryptocjihrig
2017-02-14src: remove unused typedefBen Noordhuis
2017-02-14child_process: exit spawnSync with null on signalcjihrig
2017-02-13crypto: remove unused access of tlsext_hostnameDavid Benjamin
2017-02-13src: support UTF-8 in compiled-in JS source filesBen Noordhuis
2017-02-11src: fix delete operator on vm contextFranziska Hinkelmann
2017-02-11src: fix --icu-data-dir= regressionBen Noordhuis
2017-02-11src: make --icu-data-dir= switch testableBen Noordhuis
2017-02-09crypto: support OPENSSL_CONF againSam Roberts
2017-02-09src: add SafeGetenv() to internal APISam Roberts
2017-02-09src: fix -Wunused-result compiler warningBen Noordhuis
2017-02-08src: make copies of startup environment variablesBen Noordhuis
2017-02-07crypto: throw error in CipherBase::SetAutoPaddingKirill Fomichev
2017-02-05src: refactor CopyProperties to remove JSAnnaMag
2017-02-04src: don't overwrite non-writable vm globalsFranziska Hinkelmann
2017-02-03src: fix building --without-v8-plartformMyk Melez
2017-02-04crypto: Remove expired certs from CNNIC whitelistShigeki Ohtsu
2017-02-04crypto: add cert check issued by StartCom/WoSignShigeki Ohtsu