3747 Commits (c549c8b30c5ea94129a9db7a8e32e5e8dda7fa3a)

Author SHA1 Message Date
cjihrig 4f50d3fb90 process: make process.release.name "node" 10 years ago
Frederic Hemberger 45a2046f5d installer: fix installers for node.js rename 10 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 10 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 10 years ago
Evan Lucas 1c20b87d19 src: improve startup time 10 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
Rod Vagg 9d34bd1147 src: increment NODE_MODULE_VERSION to 45 10 years ago
Ben Noordhuis 3aad4fa89a deps: upgrade v8 to 4.4.63.12 10 years ago
Rod Vagg 6f40b03a91 Working on v3.0.0 10 years ago
Ben Noordhuis 70d1f32f56 deps: update v8 to 4.4.63.9 10 years ago
Trevor Norris 4643b8b667 buffer: allow ArrayBuffer as Buffer argument 10 years ago
Trevor Norris b625ab4242 buffer: fix usage of kMaxLength 10 years ago
Domenic Denicola 3b021efe11 vm: fix symbol access 10 years ago
Domenic Denicola 7b81e4ba36 vm: remove unnecessary access checks 10 years ago
Domenic Denicola 659dadd410 vm: fix property descriptors of sandbox properties 10 years ago
Trevor Norris 944f68046c crypto: remove kMaxLength on randomBytes() 10 years ago
Trevor Norris 8664084166 buffer: make additional changes to native API 10 years ago