summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2018-01-31module: enable dynamic import flag for esmodulesMyles Borins
2018-01-31src: fix vector subscript out of rangeAnatoli Papirovski
2018-01-30vm: add modulesGus Caplan
2018-01-30src: factor out some common vm functionsTimothy Gu
2018-01-30src: flatten ContextifyContextGus Caplan
2018-01-29process: JS fast path for bindingsAnatoli Papirovski
2018-01-29domain: further abstract usage in C++Anatoli Papirovski
2018-01-29src: remove outdated domain referenceAnatoli Papirovski
2018-01-29src: remove unnecessary async hooks checkAnatoli Papirovski
2018-01-29src: remove unnecessary block scopeAnatoli Papirovski
2018-01-29lib,src: port isIPv4() to jsBen Noordhuis
2018-01-29src: DRY ip address parsing code in cares_wrap.ccBen Noordhuis
2018-01-27src: remove unused variablecjihrig
2018-01-26src, test: node internals' postmortem metadataMatheus Marchini
2018-01-24http2,perf_hooks: perf state using AliasedBufferKyle Farnung
2018-01-24src: update postmortem constant namecjihrig
2018-01-24src: update NODE_MODULE_VERSION to 61Michaël Zasso
2018-01-24src: use uv_hrtime as tracing timestampAli Ijaz Sheikh
2018-01-24fs: use AliasedBuffer for fs_stats_field_arrayJoyee Cheung
2018-01-23src: fix fs.write() externalized string handlingBen Noordhuis
2018-01-21async_wrap: schedule destroy hook as unrefAnatoli Papirovski
2018-01-21promises: refactor rejection handlingAnatoli Papirovski
2018-01-20src: clean up argument assertions in node_file.ccJoyee Cheung
2018-01-20util: implement util.getSystemErrorName()Joyee Cheung
2018-01-19src: validate args length in Access and CloseSakthipriyan Vairamani (thefourtheye)
2018-01-19src: fix -Wimplicit-fallthrough warningBen Noordhuis
2018-01-19src: fix -Wunused-but-set-variable warningsBen Noordhuis
2018-01-18fs: encapsulate FSReqWrap moreJames M Snell
2018-01-18http: simplify parser lifetime trackingAnna Henningsen
2018-01-13src: refactor callback #defines into C++ templatesAnna Henningsen
2018-01-18http2: refactor read mechanismAnna Henningsen
2018-01-18src: introduce internal buffer slice constructorAnna Henningsen