summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Document allowHalfOpen in net.connectmafintosh-patch-1Mathias Buus2020-04-071-0/+2
* test: fix check error name on error instancehimself652020-04-062-2/+2
* doc: update Ninja information in build guideAdrian Estrada2020-04-061-23/+18
* src: munmap(2) upon class instance destructorGabriel Schulhof2020-04-061-72/+102
* stream: complete pipeline with stdioRobert Nagy2020-04-062-0/+36
* Revert "test: mark empty udp tests flaky on OS X"Luigi Pinca2020-04-061-7/+0
* src: consistently declare BindingData classSam Roberts2020-04-061-1/+1
* async_hooks: move to lazy destroy hook registration in AsyncResourceAndrey Pechkurov2020-04-063-2/+14
* build: use tabs for indentation in MakefileLuigi Pinca2020-04-061-2/+2
* net: fix crash if POLLHUP is receivedSantiago Gimeno2020-04-061-1/+9
* src: fix warnings on SPrintFhimself652020-04-061-5/+6
* test: remove unused variables on async hook testJulian Duque2020-04-061-1/+1
* test: check that --expose-internals is disallowed in NODE_OPTIONSJuan José Arboleda2020-04-051-0/+2
* src,doc: add documentation for per-binding state patternAnna Henningsen2020-04-061-0/+44
* src: move fs state out of EnvironmentAnna Henningsen2020-04-069-143/+175
* src: move http parser state out of EnvironmentAnna Henningsen2020-04-064-38/+32
* src: move v8 stats buffers out of EnvironmentAnna Henningsen2020-04-063-78/+55
* src: move HTTP/2 state out of EnvironmentAnna Henningsen2020-04-067-109/+119
* src: make creating per-binding data structures easierAnna Henningsen2020-04-0612-31/+104
* test: refactor test-workerhimself652020-04-062-5/+7
* src: replace goto with lambda in options parserTobias Nießen2020-04-061-5/+11
* test: add Worker initialization failure test caseHarshitha KP2020-04-061-0/+67
* test: fix tool path in test-doctool-versions.jsRichard Lau2020-04-051-2/+2
* doc: correct version metadata for Readable.fromDave Vandyke2020-04-051-1/+3
* test: copy addons .gitignore to test/abort/Anna Henningsen2020-04-051-0/+7
* doc: make openssl commit messages be validSam Roberts2020-04-051-2/+2
* build: remove make lint on lint-pyhimself652020-04-051-1/+1
* doc: adjust paths in openssl maintenance guideHassaan Pasha2020-04-051-4/+4
* doc: clarify docs fs.watch exception may be emittedJuan José Arboleda2020-04-051-4/+4
* doc: add unreachable code on events examplehimself652020-04-051-0/+1
* tools: update Boxstarter script and documenthimself652020-04-053-7/+7
* doc: clarify `length` param in `buffer.write`Harshitha KP2020-04-051-2/+9
* test: refactor test-http2-buffersizeRich Trott2020-04-041-19/+18
* doc: document that server.address() can return nullThomas Watson2020-04-041-2/+3
* test: skip crypto test on arm buildbotsBen Noordhuis2020-04-041-0/+3
* deps: remove duplicated postmortem metadata entryMatheus Marchini2020-04-032-2/+1
* deps: patch V8 to 8.1.307.26Matheus Marchini2020-04-0323-98/+358
* Revert "deps: V8: cherry-pick f9257802c1c0"Matheus Marchini2020-04-037-21/+15
* stream: use callback to properly propagate errorRobert Nagy2020-04-037-15/+95
* doc: return type of `crypto.getFips()` may changeRichard Lau2020-04-031-1/+2
* doc: fix return type of `crypto.getFips()`Richard Lau2020-04-031-2/+2
* test: replace console.error() with debuglog callsRich Trott2020-04-031-4/+5
* src,test: add regression test for nested Worker terminationAnna Henningsen2020-04-032-0/+17
* Revert "embedding: make Stop() stop Workers"Anna Henningsen2020-04-035-9/+8
* doc: clarify `requireManualDestroy` optionHarshitha KP2020-04-031-4/+4
* doc: fix wordy sentenceMoni2020-04-031-3/+3
* module: expose exports conditions to loadersJan Krems2020-04-038-23/+114
* test: fix python-version selection with actionsMyles Borins2020-04-033-3/+3
* src: fix extra includes of "env.h" and "env-inl.h"Nick Kreeger2020-04-034-6/+6
* test: add a missing common.mustCallHarshitha KP2020-04-031-2/+2