summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2018-03-04trace_events: add file pattern cli optionAndreas Madsen
2018-03-02buffer: move c++ float functions to jsRuben Bridgewater
2018-03-02fs: remove unused SYNC_* helpersJoyee Cheung
2018-03-02fs: use SyncCall in WriteBuffersJoyee Cheung
2018-03-02fs: throw futimesSync errors in JSJoyee Cheung
2018-03-02fs: throw writeSync errors in JSJoyee Cheung
2018-03-02fs: throw fchownSync errors in JSJoyee Cheung
2018-03-02fs: throw fchmodSync errors in JSJoyee Cheung
2018-03-02fs: throw readSync errors in JSJoyee Cheung
2018-03-02src: refactor setting JS properties on WriteWrapAnna Henningsen
2018-03-02http2: fix endless loop when writing empty stringAnna Henningsen
2018-03-02buffer: improve Buffer#fill performanceRuben Bridgewater
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