summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 2018-12-26, Version 6.16.0 'Boron' (LTS)v6.16.0v6.16.0-proposalMyles Borins2018-12-255-6/+29
* http: add maxHeaderSize propertycjihrig2018-12-253-0/+37
* cli: add --max-http-header-size flagcjihrig2018-12-218-24/+192
* deps: cherry-pick http_parser_set_max_header_sizecjihrig2018-12-212-4/+14
* http: fix regression of binary upgrade response bodyMatteo Collina2018-12-211-3/+3
* Working on v6.15.2v6.15.1-proposalRod Vagg2018-12-031-2/+2
* 2018-12-03, Version 6.15.1 'Boron' (LTS)v6.15.1Rod Vagg2018-12-033-2/+15
* http: fix backport of Slowloris headersMatteo Collina2018-12-031-0/+3
* Working on v6.15.1Rod Vagg2018-11-281-2/+2
* 2018-11-27, Version 6.15.0 'Boron' (LTS)v6.15.0Rod Vagg2018-11-274-5/+52
* http: add --security-revert for CVE-2018-12116Matteo Collina2018-11-272-3/+12
* src: minor cleanup for node_revertJames M Snell2018-11-275-76/+44
* http: disallow two-byte characters in URL pathBenno Fünfstück2018-11-272-8/+21
* url: avoid hostname spoofing w/ javascript protocolMatteo Collina2018-11-272-2/+35
* http,https: protect against slow headers attackMatteo Collina2018-11-277-11/+196
* deps,http: http_parser set max header size to 8KBMatteo Collina2018-11-274-8/+163
* src: make debugger listen on 127.0.0.1 by defaultBen Noordhuis2018-11-248-44/+40
* deps: add -no_rand_screen to openssl s_clientShigeki Ohtsu2018-11-242-2/+20
* openssl: fix keypress requirement in apps on win32Shigeki Ohtsu2018-11-241-7/+13
* deps: fix asm build error of openssl in x86_win32Shigeki Ohtsu2018-11-241-6/+6
* deps: fix openssl assembly error on ia32 win32Fedor Indutny2018-11-241-1/+1
* deps: copy all openssl header files to include dirSam Roberts2018-11-2476-270/+38595
* deps: upgrade openssl sources to 1.0.2qSam Roberts2018-11-24143-38856/+1893
* Working on v6.14.5Rod Vagg2018-11-241-2/+2
* 2018-08-15, Version 6.14.4 'Boron' (LTS)v6.14.4Rod Vagg2018-08-153-2/+39
* test: fix error messages for OpenSSL-1.0.2pShigeki Ohtsu2018-08-151-1/+1
* deps: add -no_rand_screen to openssl s_clientShigeki Ohtsu2018-08-152-2/+20
* openssl: fix keypress requirement in apps on win32Shigeki Ohtsu2018-08-151-7/+13
* deps: fix asm build error of openssl in x86_win32Shigeki Ohtsu2018-08-151-6/+6
* deps: fix openssl assembly error on ia32 win32Fedor Indutny2018-08-151-1/+1
* deps: copy all openssl header files to include dirShigeki Ohtsu2018-08-1576-265/+38595
* deps: upgrade openssl sources to 1.0.2pShigeki Ohtsu2018-08-15209-39529/+2072
* buffer: avoid overrun on UCS-2 string writeRod Vagg2018-08-152-1/+26
* inspector: don't bind to 0.0.0.0 by defaultBen Noordhuis2018-08-135-25/+88
* test: update certificates and private keysFedor Indutny2018-08-1387-894/+842
* test: update keys/Makefile to clean and build allDaniel Bevenius2018-08-131-5/+6
* Working on v6.14.4Evan Lucas2018-06-121-2/+2
* 2018-06-12, Version 6.14.3 (LTS)v6.14.3Evan Lucas2018-06-113-9/+23
* src: avoid hanging on Buffer#fill 0-length inputСковорода Никита Андреевич2018-06-113-0/+42
* Working on v6.14.3Myles Borins2018-04-301-2/+2
* 2018-04-30, Version 6.14.2 'Boron' (LTS)v6.14.2v6.14.2-proposalMyles Borins2018-04-304-31/+271
* n-api: add more `int64_t` testsKyle Farnung2018-04-163-50/+135
* n-api: back up env before finalizeGabriel Schulhof2018-04-164-6/+33
* n-api: ensure in-module exceptions are propagatedGabriel Schulhof2018-04-163-43/+108
* n-api: bump version of n-api supportedMichael Dawson2018-04-162-4/+4
* doc: Add a missing commajiangq2018-04-161-2/+2
* n-api: re-write test_make_callbackGabriel Schulhof2018-04-162-12/+11
* n-api: add napi_fatal_exceptionMathias Buus2018-04-168-4/+104
* n-api: add missing exception checkingMichael Dawson2018-04-162-5/+22
* doc: fix typos on n-apiKyle Robinson Young2018-04-161-8/+8