3968 Commits (b217460f5494ef3a044d1db62a43ebd2a3368b46)

Author SHA1 Message Date
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
Sam Roberts 292033b1f5 constants: define ENGINE_METHOD_RSA 9 years ago
Stefan Budeanu 7c48cb5601 crypto: Improve control of FIPS mode 9 years ago
Ben Noordhuis 33e51fe18c src,tools: remove null sentinel from source array 9 years ago
Ben Noordhuis 96adbe9503 src,tools: drop nul byte from built-in source code 9 years ago
Ben Noordhuis cdc7e025e0 src,tools: allow utf-8 in built-in js source code 9 years ago
Jiho Choi d5c04c34f1 vm: fix `produceCachedData` 9 years ago
Phillip Kovalev 5c14efbbe9 module: return correct exports from linked binding 9 years ago
Andreas Madsen 11c672bc77 async_wrap: add parent uid to init hook 9 years ago
Andreas Madsen c6c7d8b325 async_wrap: make uid the first argument in init 9 years ago
Andreas Madsen c794869e97 async_wrap: add uid to all asyncWrap hooks 9 years ago
Rich Trott 32f6098eef src,test,tools: modify for more stringent linting 9 years ago
Brian White b72dbdbe43 src: remove unnecessary check 9 years ago
Evan Lucas 31ebda24d4 node: set process._eventsCount to 0 on startup 9 years ago
Trevor Norris 95afe28fc5 src: remove TryCatch in MakeCallback 9 years ago
Trevor Norris 5e30478ede src: remove unused TickInfo::in_tick() 9 years ago
Trevor Norris f86a3a2fb5 src: remove unused of TickInfo::last_threw() 9 years ago
Trevor Norris e9192249c8 src: add AsyncCallbackScope 9 years ago
Trevor Norris 575b84ec41 src: fix MakeCallback error handling 9 years ago