4350 Commits (04da44afd0e93f73fb702e7ef7b77cdc943917a1)

Author SHA1 Message Date
James M Snell 03e89b3ff2 process: add --redirect-warnings command line argument 8 years ago
Anna Henningsen 0d290a2ae0 src: fix v8 local handling in node_url.cc 8 years ago
Aashil Patel 5d27cc1d0d src: fix the misalinged text on "node --help" 8 years ago
Michaël Zasso 91ab09fe2a src: update NODE_MODULE_VERSION to 52 8 years ago
Ben Noordhuis bfd3c7e626 src: move trace_event.h include to internal header 8 years ago
Anna Henningsen 3e851cf18b
Revert "src: don't overwrite non-writable vm globals" 8 years ago
John Barboza 0a9f360c98
src: support "--" after "-e" as end-of-options 8 years ago
Travis Meisenheimer 5ea98fb17d crypto: return the retval of HMAC_Update 8 years ago
Adam Majer 33012e9866 crypto: ability to select cert store at runtime 8 years ago
Adam Majer 3aa17e4e51 crypto: Use system CAs instead of using bundled ones 8 years ago
Adam Majer 3ada5ae641 crypto: do not use pointers to std::vector 8 years ago
Daniel Bevenius 00679c3779 src: remove unnecessary req_wrap_obj 8 years ago
Alexey Orlenko c8c79b937f src: add a missing space in node_os.cc 8 years ago
cjihrig f69e59daae src: add NODE_NO_WARNINGS to --help output 8 years ago
Joyee Cheung a647d82f83 process: improve process.hrtime 8 years ago
Adam Langley a57e2f2138 crypto: freelist_max_len is gone in OpenSSL 1.1.0 8 years ago
Birunthan Mohanathas dcab88d529 url: add return value to ToUnicode/ToAscii stubs 8 years ago
Eugene Ostroukhov ba776b3a56 inspector: no crash when WS server can't start 8 years ago
Eugene Ostroukhov 295bd11468 test: have inspector test pick an open port 8 years ago
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