496 Commits (212de3c5ec429a580d2e79ce3c2516b93b52b8f5)

Author SHA1 Message Date
Weijia Wang 212de3c5ec
lib: use destructuring for some constants 7 years ago
James M Snell 4cf56ad6f2 inspector: migrate to internal/errors 7 years ago
James M Snell 3ddc88b5c2 crypto: migrate Certificate to internal/errors 7 years ago
matzavinos 7f55349079 net: convert to using internal/errors 7 years ago
Guy Bedford d90dca6620
module: allow loading files with % in the name 7 years ago
James M Snell e5ad5456a2 events: migrate to internal/errors 7 years ago
Bradley Farias a36aa049c8 src: add internalBindings for binding isolation 7 years ago
guybedford d21a11dc23 module: resolve and instantiate loader pipeline hooks 7 years ago
Weijia Wang c1cd731abc
url: using util._extend for improving profermace 7 years ago
Trivikram Kamat d6031bc1c6 test: http2 client destroy tests in one file 7 years ago
Anatoli Papirovski 2da7d9b820 http2: near full http1 compatibility, add tests 7 years ago
John-David Dalton 42a2a9badb errors: make `code` and `name` properties settable 7 years ago
Rich Trott 6e172beaf0 errors: make properties mutable 7 years ago
Timothy Gu 71578198e3
module: add inspector to builtinLibs 8 years ago
James M Snell 8f4db313f0 http2: refactor method arguments to avoid bools 7 years ago
James M Snell 74891412f1 zlib: migrate to internal/errors 7 years ago
Trivikram Kamat 7f0183e6c3
http2: setting shuttingDown=true after validation 7 years ago
Timothy Gu 7907534a8d
lib: faster type checks for some types 7 years ago
Weijia Wang 43e7e8d106
crypto: remove useless if statement 7 years ago
Anatoli Papirovski ccd3afc843
http2: adjust error emit in core, add tests 7 years ago
Ben Noordhuis 2e59ec0c2d child_process: fix memory leak in .fork() 7 years ago
Refael Ackermann 5f469446e1
errors,tools: ASCIIbetical instead of alphabetical 7 years ago
James M Snell f55ee6e24a
http2: make --expose-http2 flag a non-op 7 years ago
Bryan English 26174fcfe1 crypto: expose ECDH class 8 years ago
Andreas Madsen 3a69ef55e0
async_hooks: consistent internal naming 7 years ago
Anatoli Papirovski c705f1067c http2: fix compat stream read handling, add tests 7 years ago
Rich Trott 55d49eb3cc
errors: replace `.split()` with `.replace()` 7 years ago
Rich Trott cef6e1c55f
errors: refactor `invalidArgType()` 7 years ago
Anatoli Papirovski 33760ccc18
http2: remove unused onTimeout, add timeout tests 7 years ago
Anatoli Papirovski bc23681aa2 http2: small fixes to compatibility layer 7 years ago
Eugene Ostroukhov 75606c4f69 inspector: break in eval script 8 years ago
Anatoli Papirovski 2f5bef4705 http2: expand list of known headers 7 years ago
Ruben Bridgewater 4bcb1c3f75
lib: refactor console startup 7 years ago
James M Snell c75f87cc4c crypto: refactor the crypto module 7 years ago
Anatoli Papirovski 8fa5fcc0ba http2: emit close event if request aborted 7 years ago
Anatoli Papirovski a4e923f5c1 http2: fix subsequent end calls to not throw 7 years ago
Ruben Bridgewater 2e8217c64e
assert: improve AssertionError in case of "Errors" 7 years ago
Ruben Bridgewater 01652ccc68
util: add fast internal array join method 7 years ago
Jon Moss e9358af581 errors: remove duplicate error definition 7 years ago
XadillaX 468110b327
tls: deprecate parseCertString & move to internal 7 years ago
James M Snell 9d9552f7ee http2: custom promisify for http2.connect 7 years ago
James M Snell ad3d899ae0 http2: improve http2 coverage 7 years ago
Anatoli Papirovski 1aca135cb9 http2: add tests for push stream error handling 7 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 7 years ago
Tobias Nießen 6ccb9fe809 errors: fix ERR_MODULE_RESOLUTION_LEGACY message 7 years ago
James M Snell 6ff521b59b errors: eliminate circular dependency on assert 7 years ago
Anatoli Papirovski 45357d0556
http2: fix refs to status 205, add tests 7 years ago
Anatoli Papirovski c20901a7f5
http2: correct behaviour for enablePush unpack 7 years ago
Anatoli Papirovski 78fc726203
http2: store headersSent after stream destroyed 7 years ago