summaryrefslogtreecommitdiff
path: root/node.gyp
Commit message (Expand)AuthorAgeFilesLines
* 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
* build: support dtrace on ARMBradley T. Hughes2017-05-271-1/+1
* build: fix openssl link error on windowsDaniel Bevenius2017-05-251-2/+2
* inspector: JavaScript bindings for the inspectorEugene Ostroukhov2017-05-231-0/+1
* stream: add destroy and _destroy methods.Matteo Collina2017-05-221-0/+1
* build: fix ninja build failureDaniel Bevenius2017-05-111-30/+42
* async_hooks: initial async_hooks implementationTrevor Norris2017-05-101-0/+1
* src: remove debugger dead codeMichaël Zasso2017-04-291-3/+0
* debugger: remove obsolete _debug_agent.jsRich Trott2017-04-241-1/+0
* lib: remove _debugger.jsBen Noordhuis2017-04-211-1/+0
* src: reduce number of exported symbolsAnna Henningsen2017-04-141-2/+0
* src: make AtExit callback's per EnvironmentDaniel Bevenius2017-04-121-0/+1
* test: add basic cctest for base64.hAlexey Orlenko2017-04-081-0/+1
* test: add Unicode characters regression testAlexey Orlenko2017-04-041-0/+1
* linkedlist: remove public moduleBrian White2017-04-041-1/+0
* n-api: add support for abi stable module APIJason Ginchereau2017-04-031-0/+3
* v8: expose new V8 serialization APIAnna Henningsen2017-03-291-0/+1
* test: add cctest for native URL classJames M Snell2017-03-271-0/+2
* build: enable cctest to use generated objectsDaniel Bevenius2017-03-241-350/+81
* http: use Symbol for outgoing headersBrian White2017-03-091-0/+1
* deps: switch to v8_inspector in V8Ali Ijaz Sheikh2017-02-221-6/+4
* build: add code coverage to makeWayne Andrews2017-02-171-0/+1
* build: fix building with ninja on linuxKenan Yildirim2017-02-161-1/+1
* url: fix surrogate handling in encodeAuth()Timothy Gu2017-02-141-0/+1