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
2018-10-31http2: simplify timeout trackingAnna Henningsen
2018-10-18src: make AsyncWrap constructors delegateDaniel Bevenius
2018-10-18src: remove unused uv.h include from async_wrap.ccDaniel Bevenius
2018-10-18src: fix indenting of wrap->EmitTraceEventBeforeDaniel Bevenius
2018-10-18src: add extractPromiseWrap functionDaniel Bevenius
2018-10-17http2: add ping eventJames M Snell
2018-10-17http2: add origin frame supportJames M Snell
2018-10-17http2: avoid race condition in OnHeaderCallbackJames M Snell
2018-10-17http2: remove unused nghttp2 error listAnna Henningsen
2018-10-17http2: track memory allocated by nghttp2Anna Henningsen
2018-10-17http2: fix memory leak when headers are not emittedAnna Henningsen
2018-10-17http2: fix memory leak for uncommon headersAnna Henningsen
2018-10-17http2: safer Http2Session destructorAnatoli Papirovski
2018-10-17http2: force through RST_STREAM in destroyAnatoli Papirovski
2018-10-17http2: fix several serious bugsAnatoli Papirovski
2018-10-17http2: rename http2_state class to Http2StateDaniel Bevenius
2018-10-17http2: fix responses to long payload reqsAnatoli Papirovski
2018-10-17http2: refactor how trailers are doneJames M Snell
2018-10-17http2: fix ping duration calculationJames M Snell
2018-10-16src: fix fs.write() externalized string handlingBen Noordhuis
2018-09-25tls,http2: handle writes after SSL destroy more gracefullyAnna Henningsen
2018-09-11Working on v8.12.1Myles Borins
2018-09-102018-09-11, Version 8.12.0 'Carbon' (LTS)v8.12.0Myles Borins
2018-09-06src: add environment cleanup hooksAnna Henningsen
2018-09-06crypto: use bool over int consistentlyTobias Nießen
2018-09-06perf_hooks: fix timingTimothy Gu
2018-08-18n-api: create functions directlyGabriel Schulhof
2018-08-17src: use `DoTryWrite()` for not-all-Buffer writev()s tooAnna Henningsen
2018-08-16src: remove node namespace qualifiersDaniel Bevenius
2018-08-16crypto: Use math.h definitions of isnan and isinfJeroen Roovers
2018-08-16src: add public API for managing NodePlatformCheng Zhao
2018-08-16src: fix deprecation warning in node_perf.ccDaniel Bevenius
2018-08-16tls: expose Finished messages in TLSSocketAnton Salikhmetov
2018-08-16async_hooks: rename PromiseWrap.parentIdAli Ijaz Sheikh
2018-08-16crypto: allow passing null as IV unless requiredTobias Nießen
2018-08-16src: allow --perf-(basic-)?prof in NODE_OPTIONSLeko
2018-08-16http, http2: add 103 Early Hints status codeYosuke Furukawa
2018-08-16n-api: throw when entry point is nullGabriel Schulhof
2018-08-16src: add node_encoding.ccJames M Snell
2018-08-16src: add node_process.ccJames M Snell
2018-08-16src: refactor bootstrap to use bootstrap objectJames M Snell
2018-08-16n-api: improve runtime perf of n-api func callKenny Yuan
2018-08-16src: fix compiler warning in process.ppidcjihrig
2018-08-16src: add convenience ctor for async trigger id scopeAnna Henningsen
2018-08-16src: move `Environment` ctor/dtor into env.ccAnna Henningsen
2018-08-16async_wrap: fix memory leak in AsyncResourceMichael Dawson
2018-08-16src: make `AsyncResource` destructor virtualAnna Henningsen
2018-08-16src: fix typo in util.h commentAnna Henningsen
2018-08-16src: fix nullptr dereference for signal during startupAnna Henningsen
2018-08-16src: remove unused freelist.h headerAnna Henningsen