4631 Commits (f651e4035026feb4cf2fc70b0a4f0a6be9d92862)

Author SHA1 Message Date
cjihrig 8f3ff98f0e child_process: allow Infinity as maxBuffer value 8 years ago
Stewart X Addison 0f0f3d3330 build: don't squash signal handlers with --shared 8 years ago
Ben Noordhuis 77be180f49 src: remove unused PROTOCOL_JSON array 8 years ago
Alexey Orlenko d85d120593 src: enable writev for pipe handles on Unix 8 years ago
Kirill Fomichev 1ef401ce92 crypto: use check macros in CipherBase::SetAuthTag 8 years ago
Jason Ginchereau 58c38c2d2e src: fix TracingController cleanup 8 years ago
Daniel Bevenius 6d3c5b78c8 src: reduce test_inspector_socket_server output 8 years ago
Yann Pringault 334be0feba src: fix space for module version mismatch error 8 years ago
James M Snell 81228497c5 url: do not decode arbitrary %2e sequences in paths 8 years ago
Josh Gavant 6ff3b03240 src, inspector: add --inspect-brk option 8 years ago
Michaël Zasso db18dd8356 url: improve spec compliance of WHATWG URL 8 years ago
Sam Roberts d9ac34cb79 crypto: use CHECK_NE instead of ABORT or abort 8 years ago
Matt Loring 81d0717406 src: always initialize tracing controller in agent 8 years ago
Santiago Gimeno e69a69672b
tracing: fix -Wunused-private-field warning 8 years ago
Santiago Gimeno 0f24bdd781
tracing: fix -Wreorder warning 8 years ago
Christopher J. Brody 595b22affa url: mark ignored return value in node::url::Parse(...) 8 years ago
Christopher J. Brody 099762de61 dtrace: resolve conversion warnings from SLURP_INT 8 years ago
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