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
path: root/src
AgeCommit message (Expand)Author
2017-09-122017-09-12, Version 8.5.0 (Current)v8.5.0Myles Borins
2017-09-12fs: add fs.copyFile{Sync}cjihrig
2017-09-12src: turn key length exception into CHECKBen Noordhuis
2017-09-12crypto: fix error of createCipher in wrap modeShigeki Ohtsu
2017-09-12crypto: warn if counter mode used in createCipherShigeki Ohtsu
2017-09-12module: Allow runMain to be ESMBradley Farias
2017-09-12src: fix compiler warnings in node_perf.ccDaniel Bevenius
2017-09-12doc,lib,src,test: strip executable bits off filesAnna Henningsen
2017-09-12src: remove unused persistent properties from envAnna Henningsen
2017-09-12perf_hooks: fix presumed typo in node_perf.ccAnna Henningsen
2017-09-12src: fix build on certain platformsAnna Henningsen
2017-09-12perf_hooks: implementation of the perf timing APIJames M Snell
2017-09-12src: reduce code duplicationJames M Snell
2017-09-12src: fixup strings, reduce duplicationJames M Snell
2017-09-12src: miscellaneous cleanups for node_configJames M Snell
2017-09-12inspector: enable async stack tracesMiroslav Bajtoš
2017-09-12async_hooks: don't abort unnecessarilyTrevor Norris
2017-09-12async_wrap: unroll unnecessarily DRY codeTrevor Norris
2017-09-12async_hooks: improve comments and function namesTrevor Norris
2017-09-12async_wrap: return undefined if domain is disposedTrevor Norris
2017-09-12n-api: implement napi_run_scriptGabriel Schulhof
2017-09-12promises: more robust stringificationTimothy Gu
2017-09-12src: fix DEBUG_HTTP2 type argumentsDaniel Bevenius
2017-09-12n-api: adds function to adjust external memoryChris Young
2017-09-12async_hooks: emitAfter correctly on fatalExceptionTrevor Norris
2017-09-12meta: merge TSC and CTC back into a single bodyJames M Snell
2017-09-12n-api: implement promiseGabriel Schulhof
2017-09-12http2: ignore invalid headers explicitlyAnna Henningsen
2017-09-12dns: add `verbatim` option to dns.lookup()Ben Noordhuis
2017-09-12src: replace assert() with CHECK()Ben Noordhuis
2017-09-12src: remove unnecessary helper functionBrian White
2017-09-12n-api: add ability to remove a wrappingGabriel Schulhof
2017-09-12src: detect nul bytes in InternalModuleReadFile()Ben Noordhuis
2017-09-12src: remove extra copy from Copy() in node_url.ccAnna Henningsen
2017-09-12src: minor cleanup for node_revertJames M Snell
2017-09-12http2: minor refactor of passing headers to JSAnna Henningsen
2017-09-12src: use `unordered_set` instead of custom rb treeAnna Henningsen
2017-09-12src: Node implementation of v8::PlatformMatt Loring
2017-09-12tracing: Update to use new Platform tracing apisMatt Loring
2017-09-12http2: handful of http/2 src cleanupsJames M Snell
2017-08-15Working on v8.4.1Evan Lucas
2017-08-142017-08-15, Version 8.4.0 (Current)v8.4.0Anna Henningsen
2017-08-14http2: name padding buffer fieldsAnna Henningsen
2017-08-14http2: use per-environment buffersAnna Henningsen
2017-08-14src: remove unused http2_socket_buffer from envAnna Henningsen
2017-08-14http2: improve perf of passing headers to C++Anna Henningsen
2017-08-14src,http2: DRY header/trailer handling code upAnna Henningsen
2017-08-14http2: rename some nghttp2 stream flagsKelvin Jin
2017-08-14http2: fix flakiness in timeoutJames M Snell
2017-08-14http2: fix compilation error after V8 updateJames M Snell