summaryrefslogtreecommitdiff
path: root/node.gyp
Commit message (Expand)AuthorAgeFilesLines
* stream: make Duplex inherits from DuplexBaseLuigi Pinca2018-03-071-0/+1
* src: move internal loaders out of bootstrap_node.jsJoyee Cheung2018-03-061-0/+1
* util: introduce `util.types.is[…]` type checksAnna Henningsen2018-03-051-0/+1
* lib: add internal check macrosGus Caplan2018-03-051-0/+7
* src: Remove lttng support.Glen Keane2018-03-011-17/+0
* src: prevent persistent handle resource leaksBen Noordhuis2018-02-211-1/+2
* build: add node_lib_target_name to cctest depsDaniel Bevenius2018-02-191-127/+3
* fs: move fs.promises API to fs/promisesMichaël Zasso2018-02-171-0/+1
* test: add lib path env when node_shared=trueYihong Wang2018-02-161-0/+12
* path: replace "magic" numbers by readable constantsSergey Golovin2018-02-121-0/+1
* test: formalize exposure of internal bindingsGus Caplan2018-02-101-1/+1
* build: no longer have v8-debug.h as dependency.Yang Guo2018-02-101-1/+0
* string_decoder: reimplement in C++Anna Henningsen2018-02-101-0/+4
* loader: fix up #18394Gus Caplan2018-02-041-0/+1
* build: include the libuv and zlib into nodeYihong Wang2018-02-041-1/+1
* lib: include missing profiler filecjihrig2018-02-021-0/+1
* src,lib: implement import.metaMichaël Zasso2018-02-011-0/+1
* build: make gyp user defined variables lowercaseDaniel Bevenius2018-02-011-64/+64
* vm: add modulesGus Caplan2018-01-301-0/+1
* src: flatten ContextifyContextGus Caplan2018-01-301-0/+1
* domain: further abstract usage in C++Anatoli Papirovski2018-01-291-0/+1
* stream: add type and range check for highWaterMarkTobias Nießen2018-01-291-0/+1
* src, test: node internals' postmortem metadataMatheus Marchini2018-01-261-0/+3
* Revert "build,test: make building addon tests less fragile"Rod Vagg2018-01-251-2/+10
* build: define NOMINMAX on windowsBen Noordhuis2018-01-231-0/+4
* build,test: make building addon tests less fragileBen Noordhuis2018-01-211-10/+2
* build: refine static and shared lib buildYihong Wang2018-01-171-233/+250
* module: refactor loaderGus Caplan2018-01-151-4/+4
* tls: make deprecated tls.createSecurePair() use public APIAnna Henningsen2018-01-141-1/+1
* stream: added experimental support for for-awaitMatteo Collina2018-01-111-0/+1
* build: fix cctest target with --enable-staticQingyan Li2018-01-091-17/+29
* repl: show lexically scoped vars in tab completionMichaël Zasso2017-12-211-0/+1
* net: use actual Timeout instance on SocketsJeremiah Senkpiel2017-12-201-0/+1
* fs: refactor FSReqWrap and AfterJames M Snell2017-12-181-0/+1
* build: define HAVE_OPENSSL macro for cctestMatheus Marchini2017-12-091-0/+3
* lib: remove use of Debug.MakeMirror()Ben Noordhuis2017-11-241-0/+1
* Revert "src, tools: add debug symbols for node internals"Ben Noordhuis2017-11-231-25/+1
* src, tools: add debug symbols for node internalsMatheus Marchini2017-11-211-1/+25
* http2: major update to internalsJames M Snell2017-11-211-2/+0
* build: Allow linking against an external copy of nghttp2.Ed Schouten2017-11-201-3/+10
* async_hooks: deprecate undocumented APIAndreas Madsen2017-11-201-0/+1
* src: rename req-wrap -> req_wrapDaniel Bevenius2017-11-171-2/+2
* src: rename base-object -> base_objectDaniel Bevenius2017-11-171-2/+2
* src: rename async-wrap -> async_wrapDaniel Bevenius2017-11-171-4/+4
* build: fix cctest target --with-dtraceDaniel Bevenius2017-11-171-11/+14
* repl: support top-level awaitTimothy Gu2017-11-161-0/+1
* deps: import acorn@5.2.1Timothy Gu2017-11-161-0/+2
* async_hooks: add trace events to async_hooksAndreas Madsen2017-11-161-0/+2
* test: --enable-static linked executableDaniel Bevenius2017-11-161-6/+55
* src: explicitly register built-in modulesYihong Wang2017-11-131-0/+1