4356 Commits (68eb97442dd5afc85155bc9b0e9d9d3014fd3343)

Author SHA1 Message Date
Ben Noordhuis 3380cd5fdb
src: support UTF-8 in compiled-in JS source files 8 years ago
Franziska Hinkelmann 308df11658
src: fix delete operator on vm context 8 years ago
Ben Noordhuis af06f62e35
src: fix -Wunused-result compiler warning 8 years ago
AnnaMag 44b17a21ad
src: refactor CopyProperties to remove JS 8 years ago
Aashil Patel e027d679a3
src: fix the misalinged text on "node --help" 8 years ago
Josh Gavant 0b64f7fc0e
src, inspector: add --inspect-brk 8 years ago
Myk Melez ce3dcca619
src: update v8_platform.StartInspector signature 8 years ago
Franziska Hinkelmann d8a5e1c37f
src: don't overwrite non-writable vm globals 8 years ago
Shigeki Ohtsu 7af03ba3f6
crypto: Remove expired certs from CNNIC whitelist 8 years ago
Shigeki Ohtsu 5e98e34648
crypto: add cert check issued by StartCom/WoSign 8 years ago
Timothy Gu c5210b203d
src: remove usage of V8 deprecated API in node_url.cc 8 years ago
Evan Lucas 13a024d531 Working on v7.5.1 8 years ago
Evan Lucas a34f1d6449 2017-01-31, Version 7.5.0 (Current) 8 years ago
Anna Henningsen a24264eb18 src: fix v8 local handling in node_url.cc 8 years ago
Anna Henningsen 8a6367cb20
Revert "src: don't overwrite non-writable vm globals" 8 years ago
John Barboza 978acd138f
src: support "--" after "-e" as end-of-options 8 years ago
Travis Meisenheimer 6687b95263
crypto: return the retval of HMAC_Update 8 years ago
Adam Majer a1897c1445
crypto: ability to select cert store at runtime 8 years ago
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