10417 Commits (e4932d02a3cb1fb4969397ad392a33793cb5e4e8)
 

Author SHA1 Message Date
Timothy J Fontaine 7ca5af87a0 Merge remote-tracking branch 'upstream/v0.10' into v0.12 10 years ago
Timothy J Fontaine 84952da241 Now working on 0.10.33 10 years ago
Timothy J Fontaine 1a8b0e807f Merge branch 'v0.10.32-release' into v0.10 10 years ago
Timothy J Fontaine 0fe0d12155 2014.09.16, Version 0.10.32 (Stable) 10 years ago
Timothy J Fontaine daca803e9e npm: Update to 1.4.28 10 years ago
Fedor Indutny 1fddc1fee8 http: do not send `0\r\n\r\n` in TE HEAD responses 10 years ago
Chris Dickinson 6e689ece46 crypto: use domains for any callback-taking method 10 years ago
Ben Noordhuis 21e60643b0 lib, src: add vm.runInDebugContext() 10 years ago
Maciej Małecki 174f7d2820 dns: include host name in error message if available 10 years ago
Maciej Małecki 0664ddc093 doc: document `process.env` better 11 years ago
Adam Lippai 11d57a535c tls: fix encoding in certificate-related functions 10 years ago
Mathias Schreck 7c5fabe405 doc: fix modules require.resolve documentation 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
Fedor Indutny 627c1a92eb configure: add --openssl-no-asm flag 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
Julien Gilli 8e60b4523c tests: add test for non-integer delay timers. 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
Mathias Bynens b869797a2d url: Add support for RFC 3490 separators 10 years ago
Jackson Tian f7d6147e43 src: Add function name for .byteLength/.compare 10 years ago
Tristan Berger 0f2956192c querystring: fix unescape override 10 years ago