4236 Commits (f68e0d1864b11b15014334dc44e4a11692667573)

Author SHA1 Message Date
João Reis 387b6b4973 etw: fix descriptors of events 9 and 23 9 years ago
Jeremiah Senkpiel ec6af31eba lib: rename /node.js to /bootstrap_node.js 9 years ago
Jeremiah Senkpiel 4bf2acaa1e lib,src: move src/node.js to lib/internal/node.js 9 years ago
Jeremiah Senkpiel 015cef25eb lib,src: refactor src/node.js into internal files 9 years ago
Tom Gallacher 03e07d32ac src: override v8 thread defaults using cli options 9 years ago
Matt Loring d3c0d1bb8b buffer: throw range error before truncating write 9 years ago
Jeremiah Senkpiel 91cf55ba8e doc: add a cli options doc page 9 years ago
Rich Trott f158a8662d src,tools: use template literals 9 years ago
Florian MARGAINE e5f8a6a2fa fs: add the fs.mkdtemp() function. 9 years ago
Ali Ijaz Sheikh a53b2ac4b1 contextify: tie lifetimes of context & sandbox 9 years ago
Ali Ijaz Sheikh 73fc440870 buffer: fix buffer alignment restriction 9 years ago
James M Snell 9e30129fa7 tools: add buffer-constructor eslint rule 9 years ago
Alexis Campailla 1cf26c036d win: prevent node from running on Windows Vista or earlier 9 years ago
Jeremiah Senkpiel f9e6191f85 doc: reformat & improve node.1 manual page 9 years ago
James M Snell 85ab4a5f12 buffer: add .from(), .alloc() and .allocUnsafe() 9 years ago
Rich Trott ba16a12051 src: allow combination of -i and -e cli flags 9 years ago
Kári Tristan Helgason f380db237b zlib: add support for concatenated members 9 years ago
Vladimir Kurchatkin 3b2094152e net: make `isIPv4` and `isIPv6` more efficient 9 years ago
Trevor Norris 3521b052b1 src,http: fix uncaughtException miss in http 9 years ago
Alexander Makarenko a37401e061 crypto: simplify Certificate class bindings 9 years ago
Michaël Zasso ad0ce57432 src: fix NewInstance deprecation warnings 9 years ago
Michaël Zasso 67b5a8a936 src: replace usage of deprecated ForceSet 9 years ago
Ali Ijaz Sheikh 206a81fb14 buffer: avoid undefined behaviour 9 years ago
Ali Ijaz Sheikh 536cfecd71 src: replace deprecated SetWeak in object_wrap 9 years ago
Ali Ijaz Sheikh 492fbfbff8 src: update uses of deprecated NewExternal 9 years ago
Ali Ijaz Sheikh 66566df577 contextify: cache sandbox and context in locals 9 years ago
Ali Ijaz Sheikh 95ebc74adf contextify: replace deprecated SetWeak usage 9 years ago
Ali Ijaz Sheikh f7224cac62 contextify: cleanup weak ref for sandbox 9 years ago
Ali Ijaz Sheikh 5737c215b5 contextify: cleanup weak ref for global proxy 9 years ago
Ali Ijaz Sheikh ebbbc5a790 buffer: replace deprecated SetWeak usage 9 years ago
Ali Ijaz Sheikh 34aac23d0b buffer: cleanup CallbackInfo 9 years ago
Ali Ijaz Sheikh a45e1f9f98 src: fix deprecated SetWeak usage in base-object 9 years ago
Ali Ijaz Sheikh c1649a7e4e src: replace usage of deprecated SetAccessor 9 years ago
Michaël Zasso cddd5347f6 src: replace deprecated ProcessDebugMessages 9 years ago
Michaël Zasso d515a3f4b4 src: replace usage of deprecated GetDebugContext 9 years ago
Michaël Zasso 4417f99432 src: replace usage of deprecated SetMessageHandler 9 years ago
Michaël Zasso 8894f2745f src: replace deprecated CancelTerminateExecution 9 years ago
Michaël Zasso f50ef1a46f src: replace deprecated TerminateExecution 9 years ago
Michaël Zasso ac32340997 src: replace usage of deprecated HasOwnProperty 9 years ago
Michaël Zasso a729208808 src: replace usage of deprecated Has 9 years ago
Michaël Zasso 3d7fd9aa22 src: replace usage of deprecated GetEndColumn 9 years ago
Michaël Zasso d45045f318 src: replace usage of deprecated Delete 9 years ago
Michaël Zasso 16b0a8c1ac src: replace usage of deprecated CompileUnbound 9 years ago
Michaël Zasso 023c317173 src: replace usage of deprecated Compile 9 years ago
Michaël Zasso 79d7475604 src: fix TryCatch deprecation warnings 9 years ago
Michaël Zasso 81f1732a05 src: replace deprecated String::NewFromOneByte 9 years ago
Fedor Indutny b010c87164 crypto, string_bytes: treat `buffer` str as `utf8` 9 years ago
Ben Noordhuis 0bea78682a tls: fix assert in context._external accessor 9 years ago
Trevor Norris a7e49c886f http_parser: use `MakeCallback` 9 years ago
Fedor Indutny da3f425506 crypto: PBKDF2 works with `int` not `ssize_t` 9 years ago