aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2017-05-26crypto: remove root_cert_store from node_crypto.hDaniel Bevenius
2017-05-25src,fs: calculate fs times without truncationDaniel Pihlstrom
2017-05-25src: make StreamBase::GetAsyncWrap pure virtualAnna Henningsen
2017-05-25src: add linux getauxval(AT_SECURE) in SafeGetenvDaniel Bevenius
2017-05-25async_wrap,src: promise hook integrationMatt Loring
2017-05-25src: allow --tls-cipher-list in NODE_OPTIONSSam Roberts
2017-05-24inspector: document bad usage for --inspect-portSam Roberts
2017-05-24src: correct endif comment SRC_NODE_API_H__Daniel Bevenius
2017-05-23vm: fix race condition with timeout paramMarcel Laverdet
2017-05-23vm: fix displayErrors in runIn.. functionsMarcel Laverdet
2017-05-23src: redirect-warnings to file, not pathSam Roberts
2017-05-23cmd: support dash as stdin aliasEbrahim Byagowi
2017-05-23crypto: remove unnecessary template classDaniel Bevenius
2017-05-23inspector: JavaScript bindings for the inspectorEugene Ostroukhov
2017-05-22src: fix typoBrian White
2017-05-22src: remove unused parametersBrian White
2017-05-22inspector: fix process._debugEnd() for inspectorEugene Ostroukhov
2017-05-22src: assert that uv_async_init() succeedscjihrig
2017-05-22src: remove unnecessary forward declarationDaniel Bevenius
2017-05-22src: check IsConstructCall in TLSWrap constructorDaniel Bevenius
2017-05-22src: remove unnecessary return statementDaniel Bevenius
2017-05-22src: remove unused node_buffer.h includeDaniel Bevenius
2017-05-22zlib: fix node crashing on invalid optionsAlexey Orlenko
2017-05-21dns: fix `resolve` failed starts without networkXadillaX
2017-05-20url: update IDNA error conditionsRajaram Gaunker
2017-05-19url: fix C0 control and whitespace handlingTimothy Gu
2017-05-19async_wrap: add `asyncReset` to `TLSWrap`Refael Ackermann
2017-05-19n-api: Retain last code when getting error infoJason Ginchereau
2017-05-19src: check if --icu-data-dir= points to valid dirBen Noordhuis
2017-05-18src: split CryptoPemCallback into two functionsDaniel Bevenius
2017-05-18buffer: fix indexOf for empty searchesAnna Henningsen
2017-05-18dns: fix crash using dns.setServers after resolve4XadillaX
2017-05-17src: whitelist new options for NODE_OPTIONSSam Roberts
2017-05-16src: fix --abort_on_uncaught_exception arg parsingSam Roberts
2017-05-16src: only call FatalException if not verboseDaniel Bevenius
2017-05-15n-api: remove compiler warningAnna Henningsen
2017-05-15addons: remove semicolons from after module definitionGabriel Schulhof
2017-05-15src: remove unused uv.h include in async-wrap.hDaniel Bevenius
2017-05-15src: rename CONNECTION provider to SSLCONNECTIONDaniel Bevenius
2017-05-12inspector: handle socket close before close frameEugene Ostroukhov
2017-05-12src: add HAVE_OPENSSL guard to crypto providersDaniel Bevenius
2017-05-11src: make SIGPROF message a real warningcjihrig
2017-05-10lib: implement async_hooks API in coreTrevor Norris
2017-05-10async_hooks: initial async_hooks implementationTrevor Norris
2017-05-10src: implement native changes for async_hooksTrevor Norris
2017-05-10async_wrap,src: add GetAsyncId() methodTrevor Norris
2017-05-10async_wrap: use more specific providersTrevor Norris
2017-05-10crypto: use named FunctionTemplateTrevor Norris
2017-05-10async_wrap: use double, not int64_t, for async idTrevor Norris
2017-05-10tty_wrap: throw when uv_tty_init() returns errorTrevor Norris