4338 Commits (cd94642356b65da348d4f91bc522a4673b7c23d4)

Author SHA1 Message Date
cjihrig cd94642356
src: add NODE_NO_WARNINGS to --help output 8 years ago
Eugene Ostroukhov 9a111e701e
inspector: no crash when WS server can't start 8 years ago
Ben Noordhuis 63f43021b0
src: remove unused PROTOCOL_JSON array 8 years ago
Eugene Ostroukhov 2d08bbadd6
inspector: stop relying on magic strings 8 years ago
Eugene Ostroukhov e30e307a70
inspector: move options parsing 8 years ago
Eugene Ostroukhov 60f27f91e4
inspector: remove unused uv_async_t 8 years ago
Adam Majer aeea13b6f6
crypto: Use system CAs instead of using bundled ones 8 years ago
Adam Majer ac2b059500
crypto: do not use pointers to std::vector 8 years ago
Daniel Bevenius 5a976decf7
src: remove unnecessary req_wrap_obj 8 years ago
Alexey Orlenko 0c0334f7a4
src: add a missing space in node_os.cc 8 years ago
Adam Langley 5fd0f9ae63
crypto: freelist_max_len is gone in OpenSSL 1.1.0 8 years ago
Birunthan Mohanathas 3642f35d09
url: add return value to ToUnicode/ToAscii stubs 8 years ago
Eugene Ostroukhov c77078f29f test: have inspector test pick an open port 8 years ago
Stewart X Addison a408ba6454 build: don't squash signal handlers with --shared 8 years ago
Alexey Orlenko b89d848b36 src: enable writev for pipe handles on Unix 8 years ago
Daniel Bevenius f0de955220 src: reduce test_inspector_socket_server output 8 years ago
James M Snell 824978e337 url: do not decode arbitrary %2e sequences in paths 8 years ago
Ben Noordhuis 6e8d627217 lib,src: support values > 4GB in heap statistics 8 years ago
René Schünemann 94c4323d56 async_wrap: close the destroy_ids_idle_handle_ 8 years ago
Roman Reiss 61f6f1260d
src/doc: improve man page and --help 8 years ago
Evan Lucas e07b6516d7 Working on v7.4.1 8 years ago
Evan Lucas 4760abcdd9 2017-01-04, Version 7.4.0 (Current) 8 years ago
Michaël Zasso 78e867492a url: improve spec compliance of WHATWG URL 8 years ago
Sam Roberts 80e798e324 crypto: use CHECK_NE instead of ABORT or abort 8 years ago
Christopher J. Brody 495213e545 url: mark ignored return value in node::url::Parse(...) 8 years ago
Christopher J. Brody f9a5c13ff3 dtrace: resolve conversion warnings from SLURP_INT 8 years ago
jBarz 75efdeb635 os: fix os.release() for aix and add test 8 years ago
Sam Roberts 11ed8007df src: describe what NODE_MODULE_VERSION is for 8 years ago
Bartosz Sosnowski ba46374cb9 watchdog: add flag to mark handler as disabled 8 years ago
Eugene Ostroukhov 4bed9475d1 inspector: fix Coverity defects 8 years ago
Eugene Ostroukhov 023956187e inspector: split HTTP/WS server from the inspector 8 years ago
Anna Henningsen abde7644a5
fs: support Uint8Array input to methods 8 years ago
Trevor Norris d1843ec3a7 async_wrap: clear destroy_ids vector 8 years ago
Trevor Norris 5e5b1f8b89 src: return early if nextTickQueue is empty 8 years ago
cjihrig 586967a078 Working on v7.3.1 8 years ago
cjihrig 24a3d0e71b 2016-12-20, Version 7.3.0 (Current) 8 years ago
Fedor Indutny 5bc0ae8f7d stream_base: homogenize req_wrap_obj use 8 years ago
Sam Roberts 2096638fe0 tls: allow obvious key/passphrase combinations 8 years ago
Alex Newman ef2fa56314 src: fix string format mistake for 32 bit node 8 years ago
Sam Roberts 6963e8aa9d crypto: allow adding extra certs to well-known CAs 8 years ago
Sam Roberts d4e160c946 src: add wrapper for process.emitWarning() 8 years ago
Ben Noordhuis ec2f13fe66 src: don't overwrite non-writable vm globals 8 years ago
Anna Henningsen d8b6723096 buffer: handle UCS2 `.fill()` properly on BE 8 years ago
Eugene Ostroukhov b41db3396b inspector: check if connected before waiting 8 years ago
Jeremiah Senkpiel c2cc11b3c6 Working on v7.2.2 8 years ago
Jeremiah Senkpiel 35d284685e 2016-12-06, Version 7.2.1 (Current) 8 years ago
Anna Henningsen 573f9db6c9
buffer: fix transcode for single-byte enc to ucs2 8 years ago
Santiago Gimeno 5ae549c3aa
url: fix -Warray-bounds warning 8 years ago
Ben Noordhuis 80a3934cd7
inspector: /json/version returns object, not array 8 years ago
Trevor Norris 5379b9da11 async_wrap: call destroy() callback in uv_idle_t 8 years ago