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-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
2017-01-14cluster: refactor module into multiple filescjihrig
2016-12-29build: add /opt/freeware/... to AIX library pathStewart X Addison
2016-12-20src: Node Tracing Controllermisterpoe
2016-12-09inspector: move options parsingEugene Ostroukhov
2016-12-07inspector: split HTTP/WS server from the inspectorEugene Ostroukhov
2016-11-22build: add shared library support to AIX buildStewart Addison
2016-11-08build: Add option to compile for coverage reportsWayne Andrews
2016-10-26inspector: switch to new inspector APIsEugene Ostroukhov
2016-10-25buffer: add buffer.transcodeJames M Snell
2016-10-18build: do not define ZLIB_CONSTBradley T. Hughes
2016-10-15build: add -DZLIB_CONST when building with --shared-zlibBradley T. Hughes
2016-10-11url: adding WHATWG URL supportJames M Snell
2016-09-23src: add /json/protocol endpoint to inspectorBen Noordhuis
2016-09-22build: update V8 gypfile pathsMichaël Zasso
2016-09-02fs: move SyncWriteStream to internal/fsJames M Snell
2016-08-29build: fix dependencies on AIXMichael Dawson
2016-08-26build: fix dependencies on AIXMichael Dawson
2016-08-09build: add correct shared library naming on OS XStewart Addison
2016-08-09build: turn on thin static archivesBen Noordhuis