summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2018-03-01src: Remove lttng support.Glen Keane
2018-03-01src: make process.dlopen() load well-known symbolBen Noordhuis
2018-03-01src: clean up process.dlopen()Ben Noordhuis
2018-02-27fs: throw copyFileSync errors in JSJoyee Cheung
2018-02-27fs: throw fs.mkdtempSync errors in JS landJoyee Cheung
2018-02-27fs: throw fs.utimesSync errors in JS landJoyee Cheung
2018-02-27fs: throw fs.chownSync errors in JS landJoyee Cheung
2018-02-27fs: throw fs.chmodSync errors in JS landJoyee Cheung
2018-02-27fs: use SyncCall in OpenFileHandleJoyee Cheung
2018-02-27fs: throw openSync errors in JSJoyee Cheung
2018-02-27fs: throw readdirSync errors in JSJoyee Cheung
2018-02-27fs: throw realpathSync.native errors in JSJoyee Cheung
2018-02-27fs: throw mkdirSync errors in JSJoyee Cheung
2018-02-27fs: throw rmdirSync errors in JSJoyee Cheung
2018-02-26perf_hooks: emit trace events for marks, measures, and timerifyJames M Snell
2018-02-26perf_hooks: eliminate deprecation warningJames M Snell
2018-02-26src: remove node namespace qualifiersDaniel Bevenius
2018-02-23tls: use after free in tls_wrapKyle Farnung
2018-02-22src: fix abort when taking a heap snapshotBen Noordhuis
2018-02-22crypto: add cert.pubkey containing the raw pubkey of certificateHannes Magnusson
2018-02-22crypto: add cert.fingerprint256 as SHA256 fingerprintHannes Magnusson
2018-02-22src: remove unused using declarations async_wrapDaniel Bevenius
2018-02-22src: fix deprecation warning in node_perf.ccDaniel Bevenius
2018-02-21src: don't touch js object in Http2Session dtorBen Noordhuis
2018-02-21src: remove unnecessary Reset() callsBen Noordhuis
2018-02-21src: prevent persistent handle resource leaksBen Noordhuis
2018-02-19tls: tls_wrap causes debug assert in vectorKyle Farnung
2018-02-19src: add nullptr check for session in DEBUG macroDaniel Bevenius
2018-02-19fs: fix potential segfault in async callsJoyee Cheung
2018-02-16src: changing node_file's usage of v8::ResolverJimmy Thomson
2018-02-16async_hooks: clean up usage in internal codeAnatoli Papirovski
2018-02-16module: fix main lookup regression from #18728Guy Bedford
2018-02-16lib,src: audit process.env in lib/ for setuid binaryJose M. Palacios Diaz
2018-02-16fs: use Persistent::Reset() for resetting handlesAnna Henningsen
2018-02-16src: set thread local env in CreateEnvironmentDaniel Bevenius
2018-02-15src: deprecate legacy node::MakeCallbackAli Ijaz Sheikh
2018-02-15src: use non-deprecated V8 microtasks APIMichaël Zasso
2018-02-14src: update trace event macros to v8 6.4 versionKelvin Jin
2018-02-14module: support main w/o extension, pjson cacheGuy Bedford
2018-02-14src: refactor WriteWrap and ShutdownWrapsAnna Henningsen
2018-02-14tls_wrap: use DoTryWrite()Anna Henningsen
2018-02-14src: do not redefine private for GenDebugSymbolsJoyee Cheung
2018-02-12async_hooks: rename PromiseWrap.parentIdAli Ijaz Sheikh
2018-02-11module: use undefined if no mainRich Trott
2018-02-10crypto: allow passing null as IV unless requiredTobias Nießen
2018-02-10fs: fix stack overflow in fs.readdirSyncJoyee Cheung
2018-02-10src: resolve issues reported by coveritycjihrig
2018-02-10deps,src: align ssize_t ABI between Node & nghttp2Anna Henningsen
2018-02-10string_decoder: reimplement in C++Anna Henningsen
2018-02-09src: add "icu::" prefix before ICU symbolsSteven R. Loomis