| Commit message (Expand) | Author | Age | Files | Lines |
* | deps: upgrade npm to 6.7.0 | Kat Marchán | 2019-05-16 | 1221 | -23830/+65415 |
* | deps: upgrade npm to v6.5.0 | Jordan Harband | 2019-05-16 | 160 | -174/+178 |
* | deps: backport ICU-20575 to fix err/crasher | Steven R. Loomis | 2019-05-16 | 2 | -0/+2426 |
* | deps: backport ICU-20558 to fix Intl crasher | Steven R. Loomis | 2019-05-16 | 3 | -0/+5541 |
* | tools: update LICENSE and tools/icu/current_ver.dep | Ujjwal Sharma | 2019-05-16 | 2 | -15/+7 |
* | deps: update ICU to 64.2 | Ujjwal Sharma | 2019-05-16 | 297 | -13106/+20456 |
* | module: revert module._compile to original state if module is patched | Ujjwal Sharma | 2019-05-16 | 121 | -48/+15289 |
* | module: use compileFunction over Module.wrap | Ujjwal Sharma | 2019-05-16 | 1 | -13/+7 |
* | src: remove unused field in node_http2.h | gengjiawen | 2019-05-16 | 1 | -3/+0 |
* | doc: revise breaking changes material in COLLABORATOR_GUIDE | Rich Trott | 2019-05-16 | 1 | -12/+2 |
* | src: remove unnecessary call to SSL_get_mode | Sam Roberts | 2019-05-16 | 1 | -2/+1 |
* | tools: make test.py Queue part Python 3 compatible | gengjiawen | 2019-05-16 | 1 | -1/+4 |
* | test: rewrite fs {f}utimes test file | Jeremiah Senkpiel | 2019-05-16 | 1 | -106/+101 |
* | doc: fix http.Agent timeout option description | Luigi Pinca | 2019-05-16 | 1 | -1/+1 |
* | tools: make mkssldef.py Python 3 compatible | Sakthipriyan Vairamani (thefourtheye) | 2019-05-16 | 1 | -2/+2 |
* | build: make compress_json python3 compatible | Sakthipriyan Vairamani (thefourtheye) | 2019-05-16 | 1 | -1/+1 |
* | build: make configure.py compatible with python 3 | Sakthipriyan Vairamani (thefourtheye) | 2019-05-16 | 1 | -5/+6 |
* | src: fix macro duplicate declaration in env.h | gengjiawen | 2019-05-16 | 1 | -0/+2 |
* | perf_hooks: clean up GC listeners | Anna Henningsen | 2019-05-16 | 1 | -0/+5 |
* | test: remove unused uncaughtException handler | Anna Henningsen | 2019-05-16 | 1 | -7/+1 |
* | doc: fix file extension on ESM file example | Eric Whitebloom | 2019-05-16 | 1 | -1/+1 |
* | doc: remove outdated s_client information in tls.md | Rich Trott | 2019-05-16 | 1 | -4/+0 |
* | test: fix sequential/test-performance delay | Anatoli Papirovski | 2019-05-16 | 1 | -47/+20 |
* | repl: improve doc for disabling REPL history on Windows | Samuel D. Leslie | 2019-05-16 | 1 | -2/+4 |
* | doc: clarify what dns.setResolvers() affects | Sam Roberts | 2019-05-16 | 1 | -0/+4 |
* | test: remove common.isOSXMojave | Rich Trott | 2019-05-16 | 3 | -7/+4 |
* | doc: simplify process.binding() deprecation message | Rich Trott | 2019-05-16 | 1 | -2/+1 |
* | test: remove known_issues/test-cluster-bind-privileged-port | Rich Trott | 2019-05-16 | 1 | -25/+0 |
* | doc: add note regarding pushing release tags | Myles Borins | 2019-05-16 | 1 | -0/+3 |
* | test: fix pummel/test-exec | Rich Trott | 2019-05-16 | 1 | -1/+1 |
* | crypto: add crypto modules to cannotUseCache | Daniel Bevenius | 2019-05-16 | 1 | -0/+2 |
* | child_process: truncate output when maxBuffer is exceeded | Jeremiah Senkpiel | 2019-05-16 | 3 | -16/+45 |
* | test: add stdio checks to cp-exec-maxBuffer | Jeremiah Senkpiel | 2019-05-16 | 1 | -12/+35 |
* | build: remove AIX/ppc (32bit) dead code | Refael Ackermann | 2019-05-16 | 2 | -71/+27 |
* | src: remove outdated `Neuter()` call in `node_buffer.cc` | Anna Henningsen | 2019-05-16 | 1 | -5/+0 |
* | events: show inspected error in uncaught 'error' message | Anna Henningsen | 2019-05-16 | 2 | -2/+24 |
* | http2: allow fully synchronous `_final()` | Anna Henningsen | 2019-05-16 | 4 | -6/+15 |
* | test: revoke flaky designation for tests | Gireesh Punathil | 2019-05-16 | 2 | -17/+0 |
* | test: remove potential race condition in https renegotiation test | Rich Trott | 2019-05-16 | 1 | -4/+0 |
* | test: replace common.PORT with `0` in https renegotiation test | Rich Trott | 2019-05-16 | 1 | -2/+3 |
* | build: remove erroneous duplicate declaration from node_inspector.gypi | Refael Ackermann | 2019-05-16 | 1 | -2/+0 |
* | build: do not lint python scripts under test/fixtures | Joyee Cheung | 2019-05-16 | 1 | -1/+1 |
* | http: make ClientRequest#setTimeout() noop at end | Tim De Pauw | 2019-05-16 | 2 | -0/+37 |
* | tools: improve valgrind support | Anna Henningsen | 2019-05-16 | 2 | -2/+111 |
* | test: changed function to arrow function | yathamravali | 2019-05-16 | 1 | -6/+6 |
* | test: use stronger curves for keygen | Daniel Bevenius | 2019-05-16 | 1 | -3/+3 |
* | tools: update ESLint to 5.12.1 | cjihrig | 2019-05-16 | 117 | -513/+1226 |
* | doc: reword stream docs to clarify that decodeStrings encodes strings | Daniel George Holz | 2019-05-16 | 1 | -10/+16 |
* | http: reuse noop function in socketOnError() | cjihrig | 2019-05-16 | 1 | -1/+2 |
* | doc: correct my wrong note about buf.fill() | Vse Mozhet Byt | 2019-05-16 | 1 | -1/+1 |