summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2019-09-06worker: make transfer list behave like web MessagePortAnna Henningsen
2019-09-05n-api: mark version 5 N-APIs as stableGabriel Schulhof
2019-09-05src: fix ValidateDSAParameters when fips is enabledDaniel Bevenius
2019-09-04http2: do not start reading after write if new write is on wireAnna Henningsen
2019-09-01src: do not crash when accessing empty WeakRefsAnna Henningsen
2019-09-02src: turn `GET_OFFSET()` into an inline functionAnna Henningsen
2019-09-02src: inline `SLICE_START_END()` in node_buffer.ccAnna Henningsen
2019-08-29crypto: don't expose openssl internalsShelley Vohr
2019-08-28buffer: consolidate encoding parsingBrian White
2019-08-27src: allow --interpreted-frames-native-stack in NODE_OPTIONSMatheus Marchini
2019-08-26src: expose MaybeInitializeContext to allow existing contextsSamuel Attard
2019-08-23src: remove unused using declarationsDaniel Bevenius
2019-08-23net: allow reading data into a static bufferBrian White
2019-08-23module: avoid passing unnecessary loop referenceSaúl Ibarra Corretgé
2019-08-22crypto: handle i2d_SSL_SESSION() error returnBen Noordhuis
2019-08-20crypto: simplify DSA validation in FIPS modeTobias Nießen
2019-08-20src: add large page support for macOSDavid Carlier
2019-08-19build: enable linux large pages LLVM lld linkage supportDavid Carlier
2019-08-20worker: fix crash when SharedArrayBuffer outlives creating threadAnna Henningsen
2019-08-19src: update v8abbr.h for V8 7.7cjihrig
2019-08-19tools: sync gypfiles with V8 7.7Michaël Zasso
2019-08-19src: update NODE_MODULE_VERSION to 78Michaël Zasso
2019-08-18http2: remove security revert flagsAnna Henningsen
2019-08-17http2: remove callback-based paddingAnna Henningsen
2019-08-17src: rename --security-reverts to ...-revertSam Roberts
2019-08-17http2: remove unused FlushData() functionAnna Henningsen
2019-08-16fs: allow int64 offset in fs.write/writeSync/fd.writeZach Bjornson
2019-08-16fs: use IsSafeJsInt instead of IsNumber for ftruncateZach Bjornson
2019-08-16fs: allow int64 offset in fs.read/readSync/fd.readZach Bjornson
2019-08-16src: simplify UnionBytesBen Noordhuis
2019-08-15http2: allow security revert for Ping/Settings FloodAnna Henningsen
2019-08-15http2: pause input processing if sending outputAnna Henningsen
2019-08-15http2: stop reading from socket if writes are in progressAnna Henningsen
2019-08-15http2: consider 0-length non-end DATA frames an errorAnna Henningsen
2019-08-15http2: shrink default `vector::reserve()` allocationsAnna Henningsen
2019-08-15http2: handle 0-length headers betterAnna Henningsen
2019-08-15http2: limit number of invalid incoming framesAnna Henningsen
2019-08-15http2: limit number of rejected stream openingsAnna Henningsen
2019-08-15http2: do not create ArrayBuffers when no DATA receivedAnna Henningsen
2019-08-15http2: only call into JS when necessary for session eventsAnna Henningsen
2019-08-13inspector: use const for contextGroupIdgengjiawen
2019-08-12doc, lib, src, test, tools: fix assorted typosXhmikosR
2019-08-12module: pkg exports validations and fallbacksGuy Bedford
2019-08-11src: organize imports in inspector_profiler.ccpi1024e
2019-08-11report: list envvars using uv_os_environ()cjihrig
2019-08-09src: add error codes to errors thrown in C++Yaniv Friedensohn
2019-08-07module: refine package name validationGuy Bedford
2019-08-07crypto: extend RSA-OAEP support with oaepHashTobias Nießen
2019-08-03Revert "src: remove trace_sync_io_ from env"Сковорода Никита Андреевич
2019-08-03report: include network interfaces in reportcjihrig