Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-10-23lib: faster type checks for some typesTimothy Gu
2017-10-18module: resolve and instantiate loader pipeline hooksguybedford
2017-10-18src: rename perfctr_macros.py->noperfctr_macros.pyDaniel Bevenius
2017-09-25deps: define BUILDING_NGHTTP2 during nghttp2 buildBen Noordhuis
2017-09-20http2,async-wrap: introduce AliasedBuffer classMike Kaufman
2017-09-12module: Allow runMain to be ESMBradley Farias
2017-09-12perf_hooks: implementation of the perf timing APIJames M Snell
2017-09-12inspector: enable async stack tracesMiroslav Bajtoš
2017-09-12build: fix indentation in node.gypAlexey Orlenko
2017-09-12build: don't add libraries when --enable-staticDaniel Bevenius
2017-09-12src: minor cleanup for node_revertJames M Snell
2017-09-12src: use `unordered_set` instead of custom rb treeAnna Henningsen
2017-09-12src: Node implementation of v8::PlatformMatt Loring
2017-09-12http2: handful of http/2 src cleanupsJames M Snell
2017-09-10os: add CIDR supportMudit Ameta
2017-08-14http2: introducing HTTP/2James M Snell
2017-08-02util: implement WHATWG Encoding Standard APIJames M Snell
2017-07-28src: replace ASSERT with CHECKBen Noordhuis
2017-07-19build: allow enabling the --trace-maps flag in V8Evan Lucas
2017-05-28build: support dtrace on ARMBradley T. Hughes
2017-05-28build: fix openssl link error on windowsDaniel Bevenius
2017-05-28stream: add destroy and _destroy methods.Matteo Collina
2017-05-28inspector: JavaScript bindings for the inspectorEugene Ostroukhov
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-17build: 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-10errors: add internal/errors.jsJames M Snell
2017-02-01stream: move legacy to lib/internal diryorkie
2017-01-30build: don't build deps/zlib if --shared-zlib setGibson Fahnestock
2017-01-20build: sort sources alphabeticallyDaniel Bevenius
2017-01-18build: move source files from headers sectionDaniel Bevenius
2017-01-18build: add missing src/tracing header filesDaniel Bevenius