summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2017-04-04buffer: optimize decoding wrapped base64 dataAlexey Orlenko
2017-04-04doc, inspector: note that the host is optionalGibson Fahnestock
2017-04-03src: throw when -c and -e are used simultaneouslyTeddy Katz
2017-04-03url: change path parsing for non-special URLsDaijiro Wachi
2017-04-03n-api: add support for abi stable module APIJason Ginchereau
2017-04-03util: show External values explicitly in inspectAnna Henningsen
2017-04-01crypto: add sign/verify support for RSASSA-PSSTobias Nießen
2017-03-31vm: use SetterCallback to set func declarationsAnnaMag
2017-03-31src: fix base64 decodingNikolai Vavilov
2017-03-31src: add .FromJust(), fix -Wunused-result warningsBen Noordhuis
2017-03-31src: add --use-bundled-ca --use-openssl-ca checkDaniel Bevenius
2017-03-30inspector: use inspector API for "break on start"Eugene Ostroukhov
2017-03-29src: WHATWG URL C++ parser cleanupTimothy Gu
2017-03-29url: add ToObject method to native URL classJames M Snell
2017-03-29v8: expose new V8 serialization APIAnna Henningsen
2017-03-28buffer: remove error for malformatted hex stringRich Trott
2017-03-29crypto: fix memory leak if certificate is revokedTom Atkinson
2017-03-27test: add cctest for native URL classJames M Snell
2017-03-27Partial revert "tls: keep track of stream that is closed"Trevor Norris
2017-03-27stream_base,tls_wrap: notify on destructTrevor Norris
2017-03-25src: update inspector code to match upstream APIMichaël Zasso
2017-03-25src: update NODE_MODULE_VERSION to 54Michaël Zasso
2017-03-23url: show input in parse error messageJoyee Cheung
2017-03-22lib,src: make constants not inherit from ObjectSakthipriyan Vairamani (thefourtheye)
2017-03-22tls: fix SecurePair external memory reportingBen Noordhuis
2017-03-22src: exclude node_root_certs when use-def-ca-storeDaniel Bevenius
2017-03-22src: use persistent strings from node::EnvironmentBen Noordhuis
2017-03-22src: add native URL classJames M Snell
2017-03-21src, buffer: do not segfault on out-of-range indexTimothy Gu
2017-03-21src: make PercentDecode return voidTimothy Gu
2017-03-20src: ensure that fd 0-2 are valid on windowsBartosz Sosnowski
2017-03-20tls: fix segfault on destroy after partial readBen Noordhuis
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