summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2017-04-24url: update WHATWG URL API to latest specTimothy Gu
2017-04-24inspector: remove AgentImplEugene Ostroukhov
2017-04-24src: remove extraneous dotMyles Borins
2017-04-24src: add fcntl.h include to node.ccBartosz Sosnowski
2017-04-24src: replace IsConstructCalls with lambdaDaniel Bevenius
2017-04-21src: remove TODO about uv errno removalDaniel Bevenius
2017-04-21lib,src,test: update --debug/debug-brk commentsBen Noordhuis
2017-04-20n-api: remove napi_get_value_string_length()Jason Ginchereau
2017-04-19src: add missing "http_parser.h" includeAnna Henningsen
2017-04-19src: add --pending-deprecation and NODE_PENDING_DEPRECATIONJames M Snell
2017-04-19src: don't call uv_run() after 'exit' eventBen Noordhuis
2017-04-18crypto: remove unused C++ parameter in sign/verifyTobias Nießen
2017-04-18crypto: update root certificatesBen Noordhuis
2017-04-17crypto: add randomFill and randomFillSyncEvan Lucas
2017-04-17src: clean up WHATWG WG parserTimothy Gu
2017-04-16zlib: remove unused declarationAnna Henningsen
2017-04-15src: replace IsConstructCall functions with lambdaDaniel Bevenius
2017-04-15Revert "src: exclude node_root_certs when use-def-ca-store"Daniel Bevenius
2017-04-14os,vm: fix segfaults and CHECK failureTobias Nießen
2017-04-14src: reduce number of exported symbolsAnna Henningsen
2017-04-14buffer: optimize from() and byteLength()Brian White
2017-04-14n-api: fix coverity scan reportMichael Dawson
2017-04-14n-api: add string api for latin1 encodingSampson Gao
2017-04-14url: disallow invalid IPv4 in IPv6 parserDaijiro Wachi
2017-04-13src: remove experimental warning for inspectJosh Gavant
2017-04-13src: use option parser for expose_internalsSam Roberts
2017-04-13src: supply missing comments for CLI optionsSam Roberts
2017-04-12src: allow ArrayBufferView as instance of BufferTimothy Gu
2017-04-12src: make AtExit callback's per EnvironmentDaniel Bevenius
2017-04-12src: guard bundled_ca/openssl_ca with HAVE_OPENSSLDaniel Bevenius
2017-04-12src: guard default_inspector_portDaniel Bevenius
2017-04-11src,test: debug is now an alias for inspectAli Ijaz Sheikh
2017-04-11inspector: fix Coverity defectsEugene Ostroukhov
2017-04-11n-api: fix -Wmismatched-tags compiler warningBen Noordhuis
2017-04-11n-api: implement async helper methodstaylor.woll
2017-04-10n-api: change napi_callback to return napi_valueTaylor Woll
2017-04-10url: trim leading slashes of file URL pathsDaijiro Wachi
2017-04-10crypto: handle exceptions in hmac/hash.digestTobias Nießen
2017-04-10src: use a std::vector for preload_modulesSam Roberts
2017-04-10src: use std::list for at_exit_functionsDaniel Bevenius
2017-04-10src: only block SIGUSR1 when HAVE_INSPECTORDaniel Bevenius
2017-04-09src: use std::string for trace enabled_categoriesSam Roberts
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