3958 Commits (5782ec24273706dbacd669d36c14d89d78ea230b)

Author SHA1 Message Date
Karl Skomski 101db80111 build: add --enable-asan with builtin leakcheck 10 years ago
Karl Skomski 5201cb0ff1 src: fix memory leak in ExternString 10 years ago
Evan Lucas 2308a27c0a src: only set v8 flags if argc > 1 9 years ago
Karl Skomski 0357c8fc71 src: only memcmp if length > 0 in Buffer::Compare 9 years ago
Ben Noordhuis de88255b0f Revert "lib,src: add unix socket getsockname/getpeername" 9 years ago
Ben Noordhuis f337595441 lib,src: add unix socket getsockname/getpeername 10 years ago
Ben Noordhuis a43af39ffc src: DRY getsockname/getpeername code 10 years ago
Сковорода Никита Андреевич 87df7d3be3 crypto: Use OPENSSL_cleanse to shred the data. 9 years ago
Fedor Indutny 607bbd3166 http_parser: consume StreamBase instance 10 years ago
Fedor Indutny b266074347 env: introduce `KickNextTick` 9 years ago
Jeremiah Senkpiel c95ca0ba5b src: missing Exception::Error in node_http_parser 9 years ago
cjihrig 4f50d3fb90 process: make process.release.name "node" 9 years ago
Frederic Hemberger 45a2046f5d installer: fix installers for node.js rename 9 years ago
cjihrig a69ab27ab4 node: rename from io.js to node 10 years ago
Minwoo Jung f3c3b23d55 doc: fix comments in tls_wrap.cc and _http_client.js 9 years ago
James M Snell 5ba868f024 tls: add --tls-cipher-list command line switch 10 years ago
Roman Klauke b125ad186c fs: replace bad_args macro with concrete error msg 9 years ago
Fedor Indutny 68e53ddcba string_bytes: fix unaligned write in UCS2 9 years ago
Evan Lucas 1c20b87d19 src: improve startup time 9 years ago
Karl Skomski 34985a1cbd crypto: fix mem {de}allocation in ExportChallenge 10 years ago
Jacob Edelman ec6e5c7999 doc: fix spelling mistake in node.js comment 10 years ago
Fedor Indutny 291b310e21 stream_base: various improvements 10 years ago
Sakthipriyan Vairamani 8f58fb92ff events: deprecate static listenerCount function 10 years ago
Karl Skomski 90a2671889 src: better error message on failed Buffer malloc 10 years ago
P.S.V.R 00bffa6c75 crypto: check for OpenSSL errors when signing 10 years ago
Fedor Indutny 102939ada5 tls: fix throughput issues after incorrect merge 10 years ago
Karl Skomski a40ae513bb crypto: fix memory leak in PBKDF2Request 10 years ago
Karl Skomski 12ab8cfb9c crypto: fix memory leak in ECDH::SetPrivateKey 10 years ago
Karl Skomski 4b61cb0a3a crypto: fix memory leak in PublicKeyCipher::Cipher 10 years ago
Karl Skomski dbecb21270 crypto: fix memory leak in SafeX509ExtPrint 10 years ago
Karl Skomski 98d7aee602 crypto: fix memory leak in SetDHParam 10 years ago
Karl Skomski b48385a3aa src: fix memory leak in DLOpen 10 years ago
Ben Noordhuis a593cb7682 src: don't use fopen() in require() fast path 10 years ago
Ben Noordhuis 88419479cc src: rename Buffer::Use() to Buffer::New() 10 years ago
Ben Noordhuis 9a3929dcbf src: introduce internal Buffer::Copy() function 10 years ago
Ben Noordhuis b86211a8b6 src: move internal functions out of node_buffer.h 10 years ago
Ben Noordhuis 64577463df src: plug memory leaks 10 years ago
Chad Johnston 847459c29b crypto: show exponent in decimal and hex 10 years ago
Roman Klauke ad7f74453d src: add total_available_size to v8 statistics 10 years ago
Lucien Greathouse b0dd3bf499 build: update manifest to include Windows 10 10 years ago
Fedor Indutny c399d176b2 tls: introduce internal `onticketkeycallback` 10 years ago
James M Snell 936c9ffb0f doc: multiple documentation updates cherry picked from v0.12 10 years ago
Rod Vagg d88194d261 Working on v4.0.0 10 years ago
Rod Vagg a020d9a5c9 Working on v3.0.1 10 years ago
Rod Vagg 6faf17cb45 2015-08-04 io.js v3.0.0 Release 10 years ago
Michaël Zasso d20093246b src: disable vector ICs on arm 10 years ago
Rod Vagg ba9ccf227e node: remove redundant --use-old-buffer 10 years ago
Trevor Norris e6ab2d92bc buffer: fix not return on error 10 years ago
Rod Vagg 04fd4fad46 src: introduce process.release object 10 years ago
Fedor Indutny ef65321083 node: do not override `message`/`stack` of error 10 years ago