summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2019-08-01module: exports error as MODULE_NOT_FOUNDGuy Bedford
2019-08-01src: use non-deprecated overload of V8::SetFlagsFromStringMichaël Zasso
2019-08-01src: update NODE_MODULE_VERSION to 77Michaël Zasso
2019-08-01src: allow generic C++ callables in SetImmediate()Anna Henningsen
2019-07-31module: unify package exports test for CJS and ESMJan Krems
2019-07-30inspector: report all workersEugene Ostroukhov
2019-07-30src: large pages fix FreeBSD fix region sizeDavid Carlier
2019-07-30src: export v8.GetHeapCodeAndMetadataStatistics()Yuriy Vasiyarov
2019-07-30src: readlink("/proc/self/exe") -> uv_exename()Ben Noordhuis
2019-07-29src: fix OpenBSD buildDavid Carlier
2019-07-29src: read break_node_first_line from the inspect optionsSamuel Attard
2019-07-27src: move relative uptime initMicha Hanselmann
2019-07-25crypto: add outputLength option to crypto.createHashTobias Nießen
2019-07-25report: loop over uv_cpu_info() resultscjihrig
2019-07-25n-api: add APIs for per-instance state managementGabriel Schulhof
2019-07-24domain: use strong reference to domain while activeAnna Henningsen