summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2017-05-05inspector: report when main context is destroyedEugene Ostroukhov
2017-05-04url: handle windows drive letter in the file stateDaijiro Wachi
2017-05-04inspector: do not add 'inspector' propertyEugene Ostroukhov
2017-05-04src: update --inspect hint textJosh Gavant
2017-05-04src: make root_cert_vector function scopedDaniel Bevenius
2017-05-04src: rename CryptoPemCallback -> PasswordCallbackDaniel Bevenius
2017-05-03src: do proper StringBytes error handlingAnna Henningsen
2017-05-03crypto: throw proper errors if out enc is UTF-16Anna Henningsen
2017-05-03src: turn buffer type-CHECK into exceptionAnna Henningsen
2017-05-03src: add --napi-modules to whitelistMichael Dawson
2017-05-03node: add missing option to --help outputRuslan Bekenev
2017-05-03n-api: remove unnecessary try-catch bracket from certain APIsGabriel Schulhof
2017-05-02buffer: remove pointless C++ utility methodsAnna Henningsen
2017-05-01src: support domains with empty labelsDaijiro Wachi
2017-04-29src: remove debugger dead codeMichaël Zasso
2017-04-28n-api: Sync with back-compat changesJason Ginchereau
2017-04-27n-api: Reference and external testsJason Ginchereau
2017-04-27src: fix incorrect macro commentDaniel Bevenius
2017-04-27domain: support promisesAnna Henningsen
2017-04-27src: expose `node::AddPromiseHook`Anna Henningsen
2017-04-27src: remove GTEST_DONT_DEFINE_ASSERT_EQ in util.hDaniel Bevenius
2017-04-25n-api: Enable scope and ref APIs during exceptionJason Ginchereau
2017-04-25src: remove invalid commentcjihrig
2017-04-25n-api: tighten null-checking and clean up last errorGabriel Schulhof
2017-04-25src: allow CLI args in env with NODE_OPTIONSSam Roberts
2017-04-25src: expose V8's IsNativeError() in util bindingscjihrig
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