478 Commits (43e7e8d10617452950b366d964ac82e6b6551868)

Author SHA1 Message Date
Weijia Wang 43e7e8d106
crypto: remove useless if statement 8 years ago
Anatoli Papirovski ccd3afc843
http2: adjust error emit in core, add tests 8 years ago
Ben Noordhuis 2e59ec0c2d child_process: fix memory leak in .fork() 8 years ago
Refael Ackermann 5f469446e1
errors,tools: ASCIIbetical instead of alphabetical 8 years ago
James M Snell f55ee6e24a
http2: make --expose-http2 flag a non-op 8 years ago
Bryan English 26174fcfe1 crypto: expose ECDH class 9 years ago
Andreas Madsen 3a69ef55e0
async_hooks: consistent internal naming 8 years ago
Anatoli Papirovski c705f1067c http2: fix compat stream read handling, add tests 8 years ago
Rich Trott 55d49eb3cc
errors: replace `.split()` with `.replace()` 8 years ago
Rich Trott cef6e1c55f
errors: refactor `invalidArgType()` 8 years ago
Anatoli Papirovski 33760ccc18
http2: remove unused onTimeout, add timeout tests 8 years ago
Anatoli Papirovski bc23681aa2 http2: small fixes to compatibility layer 8 years ago
Eugene Ostroukhov 75606c4f69 inspector: break in eval script 8 years ago
Anatoli Papirovski 2f5bef4705 http2: expand list of known headers 8 years ago
Ruben Bridgewater 4bcb1c3f75
lib: refactor console startup 8 years ago
James M Snell c75f87cc4c crypto: refactor the crypto module 8 years ago
Anatoli Papirovski 8fa5fcc0ba http2: emit close event if request aborted 8 years ago
Anatoli Papirovski a4e923f5c1 http2: fix subsequent end calls to not throw 8 years ago
Ruben Bridgewater 2e8217c64e
assert: improve AssertionError in case of "Errors" 8 years ago
Ruben Bridgewater 01652ccc68
util: add fast internal array join method 8 years ago
Jon Moss e9358af581 errors: remove duplicate error definition 8 years ago
XadillaX 468110b327
tls: deprecate parseCertString & move to internal 8 years ago
James M Snell 9d9552f7ee http2: custom promisify for http2.connect 8 years ago
James M Snell ad3d899ae0 http2: improve http2 coverage 8 years ago
Anatoli Papirovski 1aca135cb9 http2: add tests for push stream error handling 8 years ago
Damien O'Reilly 2ac7b433b4
dgram: support for setting socket buffer size 8 years ago
Anatoli Papirovski c981483686 http2: cleanup of h2 compat layer, add tests 8 years ago
Tobias Nießen 6ccb9fe809 errors: fix ERR_MODULE_RESOLUTION_LEGACY message 8 years ago
James M Snell 6ff521b59b errors: eliminate circular dependency on assert 8 years ago
Anatoli Papirovski 45357d0556
http2: fix refs to status 205, add tests 8 years ago
Anatoli Papirovski c20901a7f5
http2: correct behaviour for enablePush unpack 8 years ago
Anatoli Papirovski 78fc726203
http2: store headersSent after stream destroyed 8 years ago
Ben Noordhuis 668ad44922
intl: unexpose Intl.v8BreakIterator 8 years ago
Timothy Gu 428bcb7877
promises: more robust stringification 8 years ago
Anatoli Papirovski 2ffc8ac301 http2: set decodeStrings to false, test 8 years ago
Bradley Farias c8a389e19f module: Allow runMain to be ESM 8 years ago
Anatoli Papirovski 46133b5beb http2: use session not socket timeout, tests 8 years ago
Anatoli Papirovski 641646463d http2: add compat trailers, adjust multi-headers 8 years ago
Anatoli Papirovski 800c32d315 http2: fix closedCode NaN, increase test coverage 8 years ago
James M Snell 09480a8bf0 http2: guard against destroyed session, timeouts 8 years ago
Eduard Bondarenko b24e269a48 net: multiple listen() events fail silently 8 years ago
Anatoli Papirovski 8d5b0130da
http2: correct emit error in onConnect, full tests 8 years ago
Anatoli Papirovski e289540e12
http2: adjust error types, test coverage 8 years ago
Jon Moss b12d77977e
errors,tools: alphabetize-errors lint rule 8 years ago
Jon Moss 324aa6488f
errors: alphabetize error codes 8 years ago
Anna Henningsen dd52cad044 doc,lib,src,test: strip executable bits off files 8 years ago
matzavinos 219932a9f7
errors: convert 'fs' 8 years ago
Jackson Tian 83a5eef6f2
lib: simplify the readonly properties of icu 8 years ago
Jackson Tian 9f175d1229
lib: remove the invalid command line options 8 years ago
Anatoli Papirovski ad3d2ce68a http2: handle 100-continue flow & writeContinue 8 years ago