summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 2017-10-03, Version 4.8.5 'Argon' (Maintenance)v4.8.5-proposalMyles Borins2017-09-202-1/+41
* docs: Fix broken links in crypto.mdZuzana Svetlikova2017-09-193-10/+10
* zlib: fix crash when initializing failedAnna Henningsen2017-09-191-0/+1
* zlib: fix node crashing on invalid optionsAlexey Orlenko2017-09-194-7/+37
* doc: add missing make command to UPGRADING.mdDaniel Bevenius2017-09-191-3/+6
* deps: update openssl asm and asm_obsolete filesDaniel Bevenius2017-09-1923-182/+191
* deps: update openssl config filesDaniel Bevenius2017-09-196-6/+6
* deps: add -no_rand_screen to openssl s_clientShigeki Ohtsu2017-09-192-2/+20
* openssl: fix keypress requirement in apps on win32Shigeki Ohtsu2017-09-191-7/+13
* deps: fix asm build error of openssl in x86_win32Shigeki Ohtsu2017-09-191-6/+6
* deps: fix openssl assembly error on ia32 win32Fedor Indutny2017-09-191-1/+1
* deps: copy all openssl header files to include dirDaniel Bevenius2017-09-1976-265/+38425
* deps: upgrade openssl sources to 1.0.2lDaniel Bevenius2017-09-19215-39189/+1770
* deps: add example of comparing OpenSSL changesDaniel Bevenius2017-09-191-0/+7
* deps: cherry-pick 09db540,686558d from V8 upstreamJesse Rosenberger2017-08-162-1/+16
* Revert "deps: backport e093a04, 09db540 from upstream V8"Jesse Rosenberger2017-08-165-40/+3
* crypto: update root certificatesBen Noordhuis2017-08-161-114/+25
* tools: update certdata.txtBen Noordhuis2017-08-161-658/+479
* crypto: update root certificatesBen Noordhuis2017-08-161-162/+340
* tools: update certdata.txtBen Noordhuis2017-08-161-1939/+2561
* deps: cherry-pick 18ea996 from c-ares upstreamAnna Henningsen2017-08-161-6/+7
* build: codesign tarball binary on macOSEvan Lucas2017-08-161-0/+3
* build,tools: do not force codesign prefixEvan Lucas2017-08-162-2/+3
* doc: add entry for subprocess.killed propertyRich Trott2017-08-111-0/+11
* doc: change `child` to `subprocess`Rich Trott2017-08-111-65/+76
* tools: be explicit about including key-idMyles Borins2017-07-171-1/+1
* build: avoid /docs/api and /docs/doc/api uploadRod Vagg2017-07-171-2/+2
* crypto: clear err stack after ECDH::BufferToPointRyan Kelly2017-07-112-0/+24
* v8: fix stack overflow in recursive methodBen Noordhuis2017-07-111-11/+17
* deps: update openssl asm and asm_obsolete filesShigeki Ohtsu2017-07-115-21/+21
* deps: cherry-pick 4ae5993 from upstream OpenSSLShigeki Ohtsu2017-07-111-2/+3
* deps/v8: add missing #include "unicode/normlzr.h"Bruno Pagani2017-07-112-1/+2
* Working on v4.8.5Myles Borins2017-07-111-2/+2
* 2017-07-11, Version 4.8.4 'Argon' (Maintenance)v4.8.4Myles Borins2017-07-112-1/+19
* deps: cherry-pick 9478908a49 from cares upstreamDavid Drysdale2017-07-111-1/+6
* test: verify hash seed uniquenessAli Ijaz Sheikh2017-07-113-2/+201
* build: disable V8 snapshotsAli Ijaz Sheikh2017-07-111-4/+4
* http: use Buffer.from to avoid Buffer(num) callСковорода Никита Андреевич2017-07-102-1/+14
* Working on v4.8.4Myles Borins2017-05-021-2/+2
* 2017-05-02, Version 4.8.3 'Argon' (Maintenance)v4.8.3Myles Borins2017-05-022-1/+32
* test: fix flaky test-tls-wrap-timeoutRich Trott2017-05-021-19/+31
* src: add fcntl.h include to node.ccBartosz Sosnowski2017-04-241-0/+1
* src: fix base64 decodingNikolai Vavilov2017-04-182-2/+6
* test: add hasCrypto check to tls-socket-closeDaniel Bevenius2017-04-181-0/+4
* src: ensure that fd 0-2 are valid on windowsBartosz Sosnowski2017-04-183-1/+34
* deps: cherry-pick ca0f9573 from V8 upstreamAli Ijaz Sheikh2017-04-182-4/+12
* tls: fix segfault on destroy after partial readBen Noordhuis2017-04-182-0/+42
* Partial revert "tls: keep track of stream that is closed"Trevor Norris2017-04-183-16/+0
* stream_base,tls_wrap: notify on destructTrevor Norris2017-04-184-1/+60
* tls: keep track of stream that is closedjBarz2017-04-184-1/+60