summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2018-02-09timers: refactor timer list processingAnatoli Papirovski
2018-02-08fs: fix misplaced errors in fs.symlinkSyncJoyee Cheung
2018-02-07src: don't abort when package.json is a directoryBen Noordhuis
2018-02-07tls: provide now value from C++Anatoli Papirovski
2018-02-07src: move GetNow to EnvironmentAnatoli Papirovski
2018-02-06src: fix crypto.pbkdf2 callback error argumentBufoViridis
2018-02-06src: fix GetCpuProfiler() deprecation warningBen Noordhuis
2018-02-05fs: add initial set of fs.promises APIsJames M Snell
2018-02-05fs: add FileHandle object fd wrapperJames M Snell
2018-02-05fs: add FSReqPromiseJames M Snell
2018-02-05src: handle exceptions in env->SetImmediatesJames M Snell
2018-02-05n-api: add methods to open/close callback scopeMichael Dawson
2018-02-05n-api: wrap control flow macro in do/whileBen Noordhuis
2018-02-04loader: fix up #18394Gus Caplan
2018-02-04timers: re-enter C++ less frequentlyAnatoli Papirovski
2018-02-04timers: refactor error handlingAnatoli Papirovski
2018-02-02n-api: implement wrapping using private propertiesGabriel Schulhof
2018-02-02process: fix reading zero-length env vars on win32Anna Henningsen
2018-02-01async_hooks: clean up commentsAli Ijaz Sheikh
2018-02-01src,lib: implement import.metaMichaël Zasso
2018-02-01src: allow --perf-(basic-)?prof in NODE_OPTIONSLeko
2018-02-01src: free memory before re-setting URLHost valueIvan Filenko
2018-02-01src: simplify handles for libuv streamsAnna Henningsen
2018-02-01src: refactor stream callbacks and ownershipAnna Henningsen
2018-02-01crypto: use non-deprecated v8::Object::SetDaniel Bevenius
2018-02-01src, lib: return promises from linkGus Caplan
2018-02-01fs: throw errors from fs.unlinkSync in JSJoyee Cheung
2018-02-01fs: throw errors from fs.fsyncSync in JSJoyee Cheung
2018-02-01fs: throw errors from fs.fdatasyncSync in JSJoyee Cheung
2018-02-01fs: throw errors from fs.ftruncateSync in JSJoyee Cheung
2018-02-01fs: throw errors from fs.renameSync in JSJoyee Cheung
2018-02-01fs: throw errors from fs.readlinkSync in JSJoyee Cheung
2018-02-01fs: throw errors from fs.linkSync in JSJoyee Cheung
2018-02-01fs: throw errors from fs.symlinkSync in JSJoyee Cheung