summaryrefslogtreecommitdiff
path: root/node.gyp
AgeCommit message (Expand)Author
2018-02-04build: include the libuv and zlib into nodeYihong Wang
2018-02-02lib: include missing profiler filecjihrig
2018-02-01src,lib: implement import.metaMichaël Zasso
2018-02-01build: make gyp user defined variables lowercaseDaniel Bevenius
2018-01-30vm: add modulesGus Caplan
2018-01-30src: flatten ContextifyContextGus Caplan
2018-01-29domain: further abstract usage in C++Anatoli Papirovski
2018-01-29stream: add type and range check for highWaterMarkTobias Nießen
2018-01-26src, test: node internals' postmortem metadataMatheus Marchini
2018-01-25Revert "build,test: make building addon tests less fragile"Rod Vagg
2018-01-23build: define NOMINMAX on windowsBen Noordhuis
2018-01-21build,test: make building addon tests less fragileBen Noordhuis
2018-01-17build: refine static and shared lib buildYihong Wang
2018-01-15module: refactor loaderGus Caplan
2018-01-14tls: make deprecated tls.createSecurePair() use public APIAnna Henningsen
2018-01-11stream: added experimental support for for-awaitMatteo Collina
2018-01-09build: fix cctest target with --enable-staticQingyan Li
2017-12-21repl: show lexically scoped vars in tab completionMichaël Zasso
2017-12-20net: use actual Timeout instance on SocketsJeremiah Senkpiel
2017-12-18fs: refactor FSReqWrap and AfterJames M Snell
2017-12-09build: define HAVE_OPENSSL macro for cctestMatheus Marchini
2017-11-24lib: remove use of Debug.MakeMirror()Ben Noordhuis
2017-11-23Revert "src, tools: add debug symbols for node internals"Ben Noordhuis
2017-11-21src, tools: add debug symbols for node internalsMatheus Marchini
2017-11-21http2: major update to internalsJames M Snell
2017-11-20build: Allow linking against an external copy of nghttp2.Ed Schouten
2017-11-20async_hooks: deprecate undocumented APIAndreas Madsen
2017-11-17src: rename req-wrap -> req_wrapDaniel Bevenius
2017-11-17src: rename base-object -> base_objectDaniel Bevenius
2017-11-17src: rename async-wrap -> async_wrapDaniel Bevenius
2017-11-17build: fix cctest target --with-dtraceDaniel Bevenius
2017-11-16repl: support top-level awaitTimothy Gu
2017-11-16deps: import acorn@5.2.1Timothy Gu
2017-11-16async_hooks: add trace events to async_hooksAndreas Madsen
2017-11-16test: --enable-static linked executableDaniel Bevenius
2017-11-13src: explicitly register built-in modulesYihong Wang
2017-11-13build: fix cctest compilationDaniel Bevenius
2017-11-10build: remove cctest extensionYihong Wang
2017-11-10src: add openssl-system-ca-path configure optionDaniel Bevenius
2017-11-01build: add missing comma in sources listDaniel Bevenius
2017-10-25util,assert: expose util.isDeepStrictEqual()Rich Trott
2017-10-24build: do not include deleted directoryJon Moss
2017-10-19lib: move _stream_wrap into internalsAnna Henningsen
2017-10-11module: resolve and instantiate loader pipeline hooksguybedford
2017-10-11src: rename perfctr_macros.py->noperfctr_macros.pyDaniel Bevenius
2017-10-01lib: faster type checks for some typesTimothy Gu
2017-09-24deps: define BUILDING_NGHTTP2 during nghttp2 buildBen Noordhuis
2017-09-20build: enable runtime linkingjBarz
2017-09-18crypto: refactor the crypto moduleJames M Snell
2017-09-13tls: deprecate parseCertString & move to internalXadillaX