| Commit message (Expand) | Author | Age | Files | Lines |
* | Working on v6.15.2v6.15.1-proposal | Rod Vagg | 2018-12-03 | 1 | -2/+2 |
* | 2018-12-03, Version 6.15.1 'Boron' (LTS)v6.15.1 | Rod Vagg | 2018-12-03 | 3 | -2/+15 |
* | http: fix backport of Slowloris headers | Matteo Collina | 2018-12-03 | 1 | -0/+3 |
* | Working on v6.15.1 | Rod Vagg | 2018-11-28 | 1 | -2/+2 |
* | 2018-11-27, Version 6.15.0 'Boron' (LTS)v6.15.0 | Rod Vagg | 2018-11-27 | 4 | -5/+52 |
* | http: add --security-revert for CVE-2018-12116 | Matteo Collina | 2018-11-27 | 2 | -3/+12 |
* | src: minor cleanup for node_revert | James M Snell | 2018-11-27 | 5 | -76/+44 |
* | http: disallow two-byte characters in URL path | Benno Fünfstück | 2018-11-27 | 2 | -8/+21 |
* | url: avoid hostname spoofing w/ javascript protocol | Matteo Collina | 2018-11-27 | 2 | -2/+35 |
* | http,https: protect against slow headers attack | Matteo Collina | 2018-11-27 | 7 | -11/+196 |
* | deps,http: http_parser set max header size to 8KB | Matteo Collina | 2018-11-27 | 4 | -8/+163 |
* | src: make debugger listen on 127.0.0.1 by default | Ben Noordhuis | 2018-11-24 | 8 | -44/+40 |
* | deps: add -no_rand_screen to openssl s_client | Shigeki Ohtsu | 2018-11-24 | 2 | -2/+20 |
* | openssl: fix keypress requirement in apps on win32 | Shigeki Ohtsu | 2018-11-24 | 1 | -7/+13 |
* | deps: fix asm build error of openssl in x86_win32 | Shigeki Ohtsu | 2018-11-24 | 1 | -6/+6 |
* | deps: fix openssl assembly error on ia32 win32 | Fedor Indutny | 2018-11-24 | 1 | -1/+1 |
* | deps: copy all openssl header files to include dir | Sam Roberts | 2018-11-24 | 76 | -270/+38595 |
* | deps: upgrade openssl sources to 1.0.2q | Sam Roberts | 2018-11-24 | 143 | -38856/+1893 |
* | Working on v6.14.5 | Rod Vagg | 2018-11-24 | 1 | -2/+2 |
* | 2018-08-15, Version 6.14.4 'Boron' (LTS)v6.14.4 | Rod Vagg | 2018-08-15 | 3 | -2/+39 |
* | test: fix error messages for OpenSSL-1.0.2p | Shigeki Ohtsu | 2018-08-15 | 1 | -1/+1 |
* | deps: add -no_rand_screen to openssl s_client | Shigeki Ohtsu | 2018-08-15 | 2 | -2/+20 |
* | openssl: fix keypress requirement in apps on win32 | Shigeki Ohtsu | 2018-08-15 | 1 | -7/+13 |
* | deps: fix asm build error of openssl in x86_win32 | Shigeki Ohtsu | 2018-08-15 | 1 | -6/+6 |
* | deps: fix openssl assembly error on ia32 win32 | Fedor Indutny | 2018-08-15 | 1 | -1/+1 |
* | deps: copy all openssl header files to include dir | Shigeki Ohtsu | 2018-08-15 | 76 | -265/+38595 |
* | deps: upgrade openssl sources to 1.0.2p | Shigeki Ohtsu | 2018-08-15 | 209 | -39529/+2072 |
* | buffer: avoid overrun on UCS-2 string write | Rod Vagg | 2018-08-15 | 2 | -1/+26 |
* | inspector: don't bind to 0.0.0.0 by default | Ben Noordhuis | 2018-08-13 | 5 | -25/+88 |
* | test: update certificates and private keys | Fedor Indutny | 2018-08-13 | 87 | -894/+842 |
* | test: update keys/Makefile to clean and build all | Daniel Bevenius | 2018-08-13 | 1 | -5/+6 |
* | Working on v6.14.4 | Evan Lucas | 2018-06-12 | 1 | -2/+2 |
* | 2018-06-12, Version 6.14.3 (LTS)v6.14.3 | Evan Lucas | 2018-06-11 | 3 | -9/+23 |
* | src: avoid hanging on Buffer#fill 0-length input | Сковорода Никита Андреевич | 2018-06-11 | 3 | -0/+42 |
* | Working on v6.14.3 | Myles Borins | 2018-04-30 | 1 | -2/+2 |
* | 2018-04-30, Version 6.14.2 'Boron' (LTS)v6.14.2v6.14.2-proposal | Myles Borins | 2018-04-30 | 4 | -31/+271 |
* | n-api: add more `int64_t` tests | Kyle Farnung | 2018-04-16 | 3 | -50/+135 |
* | n-api: back up env before finalize | Gabriel Schulhof | 2018-04-16 | 4 | -6/+33 |
* | n-api: ensure in-module exceptions are propagated | Gabriel Schulhof | 2018-04-16 | 3 | -43/+108 |
* | n-api: bump version of n-api supported | Michael Dawson | 2018-04-16 | 2 | -4/+4 |
* | doc: Add a missing comma | jiangq | 2018-04-16 | 1 | -2/+2 |
* | n-api: re-write test_make_callback | Gabriel Schulhof | 2018-04-16 | 2 | -12/+11 |
* | n-api: add napi_fatal_exception | Mathias Buus | 2018-04-16 | 8 | -4/+104 |
* | n-api: add missing exception checking | Michael Dawson | 2018-04-16 | 2 | -5/+22 |
* | doc: fix typos on n-api | Kyle Robinson Young | 2018-04-16 | 1 | -8/+8 |
* | n-api,test: add int64 bounds tests | Kyle Farnung | 2018-04-16 | 2 | -0/+30 |
* | n-api: take n-api out of experimental | Michael Dawson | 2018-04-16 | 10 | -85/+3 |
* | n-api,test: add a new.target test to addons-napi | Taylor Woll | 2018-04-16 | 3 | -0/+99 |
* | n-api: resolve promise in test | Gabriel Schulhof | 2018-04-16 | 1 | -1/+3 |
* | n-api: update documentation | Gabriel Schulhof | 2018-04-16 | 1 | -10/+26 |