4603 Commits (55f9c85a0511adbb110e1521015244d8686c548b)

Author SHA1 Message Date
misterpoe ba4847e879 src: Node Tracing Controller 9 years ago
Fedor Indutny 729fecf390 stream_base: homogenize req_wrap_obj use 8 years ago
Sam Roberts 0b44384561 tls: allow obvious key/passphrase combinations 8 years ago
Alex Newman 40eba1270a src: fix string format mistake for 32 bit node 8 years ago
Eugene Ostroukhov 3c29b2f851 inspector: fix Coverity defects 8 years ago
Ben Noordhuis 524f693872 src: don't overwrite non-writable vm globals 8 years ago
Anna Henningsen 9ee915be76
buffer: handle UCS2 `.fill()` properly on BE 8 years ago
Ben Noordhuis aa77b767b6 lib,src: support values > 4GB in heap statistics 8 years ago
Eugene Ostroukhov d8c7534fcd inspector: stop relying on magic strings 8 years ago
Eugene Ostroukhov f9aadfbc5a inspector: move options parsing 8 years ago
Eugene Ostroukhov 42da740ed8 inspector: split HTTP/WS server from the inspector 8 years ago
Eugene Ostroukhov 2f3865d5f5 inspector: check if connected before waiting 8 years ago
Anna Henningsen 69b1a76ddd
buffer: fix transcode for single-byte enc to ucs2 8 years ago
Trevor Norris b49b496a92
async_wrap: call destroy() callback in uv_idle_t 8 years ago
Trevor Norris cf5f4b85f5
async_wrap: make Initialize a static class member 8 years ago
Trevor Norris 517e3a6425
async_wrap: mode constructor/destructor to .cc 8 years ago
Santiago Gimeno 0ab2182199
url: fix -Warray-bounds warning 8 years ago
Ben Noordhuis e27f14f0b4 inspector: /json/version returns object, not array 8 years ago
Sam Roberts fd644f51f8 crypto: allow adding extra certs to well-known CAs 8 years ago
Sam Roberts 213134f66d src: add wrapper for process.emitWarning() 8 years ago
Gareth Ellis 440057eae0
src: extend `HeapStatistics` with new fields 8 years ago
Josh Gavant 31dac410a4
src: fix method name, output format 8 years ago
Anna Henningsen 3295a7feba
src: allow getting Symbols on process.env 8 years ago
Ben Noordhuis 6b1a8d03c7 dns: implement {ttl: true} for dns.resolve6() 8 years ago
Ben Noordhuis c31b507b94 dns: implement {ttl: true} for dns.resolve4() 8 years ago
Ben Noordhuis 9f779d351f src: fix memory leak introduced in 34febfbf4 8 years ago
solebox 35d48d3e10 src: squelch unused function warnings in util.h 8 years ago
Evan Lucas 21826ef21a src: use ABORT() macro instead of abort() 8 years ago
Fedor Indutny 5a61b99d98 process: add `process.memoryUsage.external` 8 years ago
Adam Langley 305f75a17a crypto: use SSL_get_servername. 8 years ago
Adam Langley 34febfbf4d crypto: fix handling of root_cert_store. 8 years ago
Adam Majer 9259bf3306 crypto: Use reference count to manage cert_store 8 years ago
Eugene Ostroukhov a41b41a540 inspector: do not prompt to use localhost 8 years ago
cjihrig 1aa595e5bd src: throw on process.env symbol usage 8 years ago
Steven R. Loomis 1a55e9a567
src: default --icu_case_mapping on as a v8 option 8 years ago
AnnaMag ab194123b7 src: replace SetNamedPropertyHandler() 8 years ago
James M Snell 2bd850b370 src: fix use of uninitialized variable 8 years ago
Steven R. Loomis 4fb27d43f0
intl: Add more versions from ICU 8 years ago
Eugene Ostroukhov 8f00455c51 inspector: switch to new inspector APIs 8 years ago
Brian White ed41d8d569 src: remove unused function 8 years ago
James M Snell e8eaaa7724 buffer: add buffer.transcode 8 years ago
James M Snell 72547fe28d readline: use icu based string width calculation 8 years ago
Ben Noordhuis 63c47e7189 src: remove superfluous env_string string 8 years ago
Ben Noordhuis 921d2b080e src: make cross-context MakeCallback() calls work 8 years ago
Ben Noordhuis e4290dec2d src,tools: speed up startup by 2.5% 9 years ago
Ben Noordhuis 3d9b379cd0 inspector: fix request path nullptr dereference 8 years ago
Ben Noordhuis ceb6023260 src: clean up program/isolate/env init logic 8 years ago
Ben Noordhuis d77e818a54 src: simplify code, remove NodeInstanceData 8 years ago
Ben Noordhuis d52f5dc864 src: speed up module loading, don't resize buffer 8 years ago
Ben Noordhuis 35e8896153 src: speed up module loading, skip EOF read 8 years ago