summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* http: return this from OutgoingMessage#destroy()cjihrig2020-05-092-1/+16
* http: return this from ClientRequest#destroy()cjihrig2020-05-093-1/+21
* http: return this from IncomingMessage#destroy()cjihrig2020-05-093-0/+17
* src: fix compiler warning in async_wrap.ccAnna Henningsen2020-05-091-0/+1
* deps: upgrade npm to 6.14.5Ruy Adorno2020-05-09185-797/+567
* buffer: improve copy() performanceNikolai Vavilov2020-05-091-1/+1
* tls: reset secureConnecting on client socketDavid Halls2020-05-092-1/+35
* http2: add `bytesWritten` test for `Http2Stream`Pranshu Srivastava2020-05-091-0/+28
* fs: add .ref() and .unref() methods to watcher classesrickyes2020-05-097-4/+183
* http: set IncomingMessage.destroyedRobert Nagy2020-05-0910-4/+94
* http: expose http.validate-header-name/valueosher2020-05-094-0/+138
* zlib: reject windowBits=8 when mode=GZIPBen Noordhuis2020-05-094-6/+9
* src: fix invalid windowBits=8 gzip segfaultBen Noordhuis2020-05-092-2/+14
* meta: add issue template for API reference docsDerek Lewis2020-05-091-0/+54
* async_hooks: move PromiseHook handler to JSStephen Belanger2020-05-0910-65/+306
* lib: refactored scheduling policy assignmentYash Ladha2020-05-091-10/+11
* src: split out callback queue implementation from EnvironmentAnna Henningsen2020-05-096-120/+179
* module: better error for named exports from cjsMyles Borins2020-05-0815-0/+121
* http: cleanup end argument handlingRobert Nagy2020-05-085-51/+86
* doc: add warning for socket.connect reuseRobert Nagy2020-05-081-0/+4
* wasi: fix poll_oneoff memory interfacecjihrig2020-05-081-13/+13
* src: clean up large pages codeGabriel Schulhof2020-05-071-18/+13
* doc: correct description of `decipher.setAuthTag` in crypto.mdJonathan Buhacoff2020-05-081-2/+3
* test: rename test-lookupService-promisesrickyes2020-05-081-0/+0
* test: skip some console tests on dumb terminalAdam Majer2020-05-0816-5/+50
* lib: fix grammar in internal/bootstrap/loaders.jsszTheory2020-05-081-1/+1
* doc: mention python3-distutils dependency in BUILDING.mdosher2020-05-081-0/+2
* doc: removed unnecessary util imports from vm examplesKarol Walasek2020-05-081-5/+0
* doc: update Buffer(size) documentationNikolai Vavilov2020-05-081-3/+1
* module: lazy load 'getOptionValue' in initializeLoaderhimself652020-05-081-2/+2
* doc: add Uint8Array to `end` and `write`Pranshu Srivastava2020-05-081-2/+2
* doc: fix md issue in src/README.mdJuan José Arboleda2020-05-081-1/+1
* doc: specify unit of time passed to `fs.utimes`Simen Bekkhus2020-05-081-2/+2
* wasi: prevent syscalls before startTobias Nießen2020-05-084-45/+102
* doc: add troubleshooting guide for AsyncLocalStorageAndrey Pechkurov2020-05-081-0/+16
* doc: remove AsyncWrap mentions from async_hooks.mdAndrey Pechkurov2020-05-081-2/+2
* doc: add warnings about transferring Buffers and ArrayBufferJames M Snell2020-05-081-0/+46
* n-api: add uint32 test for -1Gabriel Schulhof2020-05-061-0/+1
* stream: make from read one at a timeRobert Nagy2020-05-062-1/+27
* doc: update napi_async_init documentationMichael Dawson2020-05-061-1/+6
* doc: doc and test URLSearchParams discrepancyJames M Snell2020-05-062-3/+30
* src: use BaseObjectPtr in StreamReq::DisposeJames M Snell2020-05-061-1/+3
* Revert "src: add test/abort build tasks"Richard Lau2020-05-062-73/+10
* Revert "src: add aliased-buffer-overflow abort test"Richard Lau2020-05-064-68/+0
* src: retrieve binding data from the contextJoyee Cheung2020-05-0626-161/+233
* 2020-05-05, Version 14.2.0 (Current)Michaël Zasso2020-05-054-7/+172
* doc: explicitly doc package.exports is breakingMyles Borins2020-05-051-15/+66
* http: fixes memory retention issue with FreeList and HTTPParserJohn Leidegren2020-05-052-2/+44
* doc: fix style and grammer in buffer.mdNikolai Vavilov2020-05-041-6/+7
* test: add tests for options.fs in fs streamsJulian Duque2020-05-041-0/+73