summaryrefslogtreecommitdiff
path: root/node.gyp
Commit message (Expand)AuthorAgeFilesLines
* 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
* build: fix cctest compilationDaniel Bevenius2017-11-131-36/+224
* build: remove cctest extensionYihong Wang2017-11-101-0/+5
* src: add openssl-system-ca-path configure optionDaniel Bevenius2017-11-101-0/+11
* build: add missing comma in sources listDaniel Bevenius2017-11-011-1/+1
* util,assert: expose util.isDeepStrictEqual()Rich Trott2017-10-251-0/+1
* build: do not include deleted directoryJon Moss2017-10-241-1/+0
* lib: move _stream_wrap into internalsAnna Henningsen2017-10-191-0/+1
* module: resolve and instantiate loader pipeline hooksguybedford2017-10-111-1/+1
* src: rename perfctr_macros.py->noperfctr_macros.pyDaniel Bevenius2017-10-111-1/+1
* lib: faster type checks for some typesTimothy Gu2017-10-011-0/+1
* deps: define BUILDING_NGHTTP2 during nghttp2 buildBen Noordhuis2017-09-241-2/+0
* build: enable runtime linkingjBarz2017-09-201-1/+1
* crypto: refactor the crypto moduleJames M Snell2017-09-181-0/+8
* tls: deprecate parseCertString & move to internalXadillaX2017-09-131-0/+1
* http2,async-wrap: introduce AliasedBuffer classMike Kaufman2017-09-131-0/+4
* module: Allow runMain to be ESMBradley Farias2017-09-071-0/+9
* build: fix indentation in node.gypAlexey Orlenko2017-08-281-1/+1
* perf_hooks: implementation of the perf timing APIJames M Snell2017-08-231-0/+5
* build: don't add libraries when --enable-staticDaniel Bevenius2017-08-211-20/+21
* src: minor cleanup for node_revertJames M Snell2017-08-181-2/+0
* src: use `unordered_set` instead of custom rb treeAnna Henningsen2017-08-171-1/+0
* src: Node implementation of v8::PlatformMatt Loring2017-08-171-0/+4
* Revert "build: don't add libraries when --enable-static"Ben Noordhuis2017-08-171-23/+21
* inspector: enable async stack tracesMiroslav Bajtoš2017-08-171-0/+1
* build: don't add libraries when --enable-staticDaniel Bevenius2017-08-171-21/+23
* http2: handful of http/2 src cleanupsJames M Snell2017-08-161-1/+0
* os: add CIDR supportMudit Ameta2017-08-141-0/+1
* http2: introducing HTTP/2James M Snell2017-08-041-1/+14
* src: replace ASSERT with CHECKBen Noordhuis2017-07-271-10/+1
* util: implement WHATWG Encoding Standard APIJames M Snell2017-07-241-0/+1
* build: allow enabling the --trace-maps flag in V8Evan Lucas2017-07-071-0/+1