summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2017-04-08util: use V8 C++ API for inspecting PromisesTimothy Gu
2017-04-08napi: initialize and check status properlyGabriel Schulhof
2017-04-07n-api: cache Symbol.hasInstanceGabriel Schulhof
2017-04-07n-api: Update property attrs enum to match JS specJason Ginchereau
2017-04-06debug: activate inspector with _debugProcessEugene Ostroukhov
2017-04-06src: remove support for --debugJan Krems
2017-04-05src: Update trace event macros to V8 5.7 versionMatt Loring
2017-04-05n-api: create napi_env as a real structureGabriel Schulhof
2017-04-05napi: supress invalid coverity leak messageMichael Dawson
2017-04-05n-api: break dep between v8 and napi attributesMichael Dawson
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