4364 Commits (b1fc7745f2c7f279d388d8c88781df776b740259)

Author SHA1 Message Date
jBarz 1c3c75dac2 os: fix os.release() for aix and add test 8 years ago
Sam Roberts 1257546a41 src: describe what NODE_MODULE_VERSION is for 8 years ago
Eugene Ostroukhov 3e76364be3 inspector: remove unused uv_async_t 8 years ago
cjihrig 45c9ca7fd4 src: remove redundant spawn/spawnSync type checks 8 years ago
cjihrig b374ee8c3d src: add handle check to spawn_sync 8 years ago
René Schünemann c7ff96b0f7 async_wrap: close the destroy_ids_idle_handle_ 8 years ago
Bartosz Sosnowski b2321c24dc watchdog: add flag to mark handler as disabled 8 years ago
Roman Reiss 2d23562588
src/doc: improve man page and --help 8 years ago
Trevor Norris 833294f681
async_wrap: clear destroy_ids vector 8 years ago
Trevor Norris 8f8db142fa
src: return early if nextTickQueue is empty 8 years ago
Anna Henningsen beca3244e2
buffer: allow Uint8Array input to methods 8 years ago
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