10190 Commits (174f7d2820dcb12f1b4b511840416a03cd65b9cf)
 

Author SHA1 Message Date
Maciej Małecki 174f7d2820 dns: include host name in error message if available 10 years ago
Adam Lippai 11d57a535c tls: fix encoding in certificate-related functions 10 years ago
Fedor Indutny 630f0c4660 deps: backport 60c316 from v8 trunk 10 years ago
Fedor Indutny f3836af2f8 gyp: fix post-mortem in v0.11 10 years ago
Ben Noordhuis 8d9493c315 deps: cherry-pick r21466 from v8 trunk 11 years ago
Ben Noordhuis b8a8e5558d deps: cherry-pick r21297 from v8 trunk 11 years ago
Ben Noordhuis 6f07d2fa1b deps: fix up v8 postmortem codegen 11 years ago
Trevor Norris f9ce97084c v8: Upgrade 3.26.33 with 14 patches 10 years ago
Trevor Livingston bf5e2f246e tls: `checkServerIdentity` option 10 years ago
Ben Noordhuis 06526a2a93 src: remove Environment::GetCurrentChecked() 10 years ago
Ben Noordhuis 299cf84490 lib: unexport http.parsers 10 years ago
Ben Noordhuis 150d6f1249 lib: http: poison parser references after freeing 10 years ago
Ben Noordhuis 8e6706ea95 src: update and expand comments in base-object.h 10 years ago
Ben Noordhuis b33a47ef47 lib, src: don't make http parser handles weak 10 years ago
Ben Noordhuis 1e99486cc8 src: add ClearWrap() to util.h 10 years ago
Ben Noordhuis de9a444ab4 src: fix handle leak in Parser::Execute() 10 years ago
Majid Arif Siddiqui 176f0bd3df lib: improved forEach object performance 10 years ago
cjihrig 86bb7fa5cd test: listen on exclusive port in cluster workers 10 years ago
cjihrig 029cfc12a0 net,dgram: workers can listen on exclusive ports 10 years ago
Trevor Norris 9b8837b355 src: be more intelligent about use of "arguments" 10 years ago
Fedor Indutny 73631bbcc8 tls: support multiple keys/certs 10 years ago
Fedor Indutny 7343c77cdb tls_wrap: fix use after free 10 years ago
Fedor Indutny 68c14d6923 crypto: use less memory for storing keys 10 years ago
Jackson Tian 4bd396a9bf net: Improve Socket.prototype.write() 10 years ago
Trevor Norris a054f8eb29 stream_wrap: Add support to write binary strings 10 years ago
Trevor Norris 81a9739108 node,async-wrap: verify domain enter/exit are set 10 years ago
Jesús Leganés Combarro "piranna cdc01faed2 configure: generate a fully statically linked exec 10 years ago
Julien Gilli 90d1147b8b cluster: centralize removal from workers list. 10 years ago
Brian White fcfe820481 crypto: unsigned value can't be negative 10 years ago
Brian White 16b0a3393e crypto: avoid memory leak 10 years ago
Jackson Tian 92419f8762 src: reading/owner/onread/onconnection for tcp 10 years ago
Isaac Burns 53fc14c569 crypto: wrap ECDH constants in HAVE_OPENSSL 10 years ago
Shigeki Ohtsu f6877f37b2 tls: add DHE-RSA-AES128-SHA256 to the def ciphers 10 years ago
Shigeki Ohtsu 0dfedb7127 tls, crypto: add DHE support 10 years ago
Fedor Indutny 6e453fad87 crypto: introduce ECDH 10 years ago
Jackson Tian f7d6147e43 src: Add function name for .byteLength/.compare 10 years ago
Fedor Indutny 6adf3ecebb crypto: allow padding in RSA methods 10 years ago
Fedor Indutny 8a7d7f8b2b crypto: fix memory leak in Connection::New 10 years ago
Jackson Tian c0f30f6058 http: avoid create difference hidden class 10 years ago
Chris Dickinson 4ef2a5a672 net,stream: add isPaused, don't read() when paused 10 years ago
cjihrig 5086d6ef94 dns: throw if hostname is not string or falsey 10 years ago
Ben Noordhuis 437c2f4383 node: add missing Isolate::Scope at startup 10 years ago
Yazhong Liu 7be96f5285 src: add missing Isolate arguments 10 years ago
Alex Kocharin b9960eefc2 http: fix bailout for writeHead 10 years ago
Fedor Indutny 9134a3bf41 gyp: preserve v8dbg syms on freebsd too 10 years ago
Alexis Campailla 0d357fa135 test: fix dns test 10 years ago
Julien Gilli 0565d52a71 tests: don't assume IPv4 only in remote addr tests 10 years ago
Fedor Indutny c7b42fe2e5 test: check ipv6 support before testing it 10 years ago
Julien Gilli f5f5bd76e6 tests: do not hardcode service name in test-dns. 10 years ago
Julien Gilli 7d1860a678 tests: fix invalid hints flags dns test. 10 years ago