summaryrefslogtreecommitdiff
path: root/node.gyp
AgeCommit message (Expand)Author
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
2017-09-13http2,async-wrap: introduce AliasedBuffer classMike Kaufman
2017-09-07module: Allow runMain to be ESMBradley Farias
2017-08-28build: fix indentation in node.gypAlexey Orlenko
2017-08-23perf_hooks: implementation of the perf timing APIJames M Snell
2017-08-21build: don't add libraries when --enable-staticDaniel Bevenius
2017-08-18src: minor cleanup for node_revertJames M Snell
2017-08-17src: use `unordered_set` instead of custom rb treeAnna Henningsen
2017-08-17src: Node implementation of v8::PlatformMatt Loring
2017-08-17Revert "build: don't add libraries when --enable-static"Ben Noordhuis
2017-08-17inspector: enable async stack tracesMiroslav Bajtoš
2017-08-17build: don't add libraries when --enable-staticDaniel Bevenius
2017-08-16http2: handful of http/2 src cleanupsJames M Snell
2017-08-14os: add CIDR supportMudit Ameta
2017-08-04http2: introducing HTTP/2James M Snell
2017-07-27src: replace ASSERT with CHECKBen Noordhuis
2017-07-24util: implement WHATWG Encoding Standard APIJames M Snell
2017-07-07build: allow enabling the --trace-maps flag in V8Evan Lucas
2017-05-27build: support dtrace on ARMBradley T. Hughes
2017-05-25build: fix openssl link error on windowsDaniel Bevenius
2017-05-23inspector: JavaScript bindings for the inspectorEugene Ostroukhov
2017-05-22stream: add destroy and _destroy methods.Matteo Collina
2017-05-11build: fix ninja build failureDaniel Bevenius
2017-05-10async_hooks: initial async_hooks implementationTrevor Norris
2017-04-29src: remove debugger dead codeMichaël Zasso
2017-04-24debugger: remove obsolete _debug_agent.jsRich Trott
2017-04-21lib: remove _debugger.jsBen Noordhuis
2017-04-14src: reduce number of exported symbolsAnna Henningsen
2017-04-12src: make AtExit callback's per EnvironmentDaniel Bevenius
2017-04-08test: add basic cctest for base64.hAlexey Orlenko
2017-04-04test: add Unicode characters regression testAlexey Orlenko
2017-04-04linkedlist: remove public moduleBrian White
2017-04-03n-api: add support for abi stable module APIJason Ginchereau
2017-03-29v8: expose new V8 serialization APIAnna Henningsen
2017-03-27test: add cctest for native URL classJames M Snell
2017-03-24build: enable cctest to use generated objectsDaniel Bevenius
2017-03-09http: use Symbol for outgoing headersBrian White
2017-02-22deps: switch to v8_inspector in V8Ali Ijaz Sheikh
2017-02-17build: add code coverage to makeWayne Andrews
2017-02-16build: fix building with ninja on linuxKenan Yildirim
2017-02-14url: fix surrogate handling in encodeAuth()Timothy Gu
2017-02-13src: support UTF-8 in compiled-in JS source filesBen Noordhuis
2017-02-13lib: build `node inspect` into `node`Anna Henningsen
2017-02-09errors: add internal/errors.jsJames M Snell