summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Revert "c-hyper: handle body on HYPER_TASK_EMPTY"bagder/hyper-responseDaniel Stenberg2021-05-261-1/+1
* docs: use --max-redirs instead of --max-redirViktor Szakats2021-05-262-3/+3
* RELEASE-NOTES: syncedDaniel Stenberg2021-05-262-299/+13
* travis: add bearssl buildMichael Forney2021-05-263-0/+31
* bearssl: explicitly initialize all fields of Curl_sslMichael Forney2021-05-261-21/+23
* bearssl: remove incorrect const on variable that is modifiedMichael Forney2021-05-261-1/+1
* RELEASE-NOTES: syncedcurl-7_77_0Daniel Stenberg2021-05-261-15/+28
* THANKS: added contributors from 7.77.0 cycleDaniel Stenberg2021-05-262-0/+45
* copyright: update copyright year ranges to 2021Daniel Stenberg2021-05-2611-11/+11
* hostip: fix broken macOS/CMake/GCC buildsRadek Zajic2021-05-262-3/+5
* TODO: netrc caching and sharingDaniel Stenberg2021-05-251-0/+8
* setopt: streamline ssl option codeOrgad Shaneh2021-05-251-4/+2
* lib/hostip6.c: make NAT64 address synthesis on macOS workRadek Zajic2021-05-255-0/+82
* sectransp: fix EXC_BAD_ACCESS caused by uninitialized bufferejanchivdorj2021-05-251-2/+4
* CMake: add CURL_ENABLE_EXPORT_TARGET optionPaweł Wegner2021-05-251-5/+10
* quiche: update for network path aware APIAlessandro Ghedini2021-05-242-7/+24
* rustls: switch read_tls and write_tls to callbacksJacob Hoffman-Andrews2021-05-246-136/+158
* sectransp: fix 7f4a9a9b2a49 commit about missing commaKoichi Shiraishi2021-05-241-1/+1
* openssl: associate/detach the transfer from connectionHarry Sintonen2021-05-2413-50/+172
* telnet: check sscanf() for correct number of matchesHarry Sintonen2021-05-241-1/+1
* schannel: don't use static to store selected ciphersDaniel Stenberg2021-05-242-4/+8
* docs/tests: remove freenode referencesDaniel Stenberg2021-05-244-6/+6
* RELEASE-NOTES: syncedDaniel Stenberg2021-05-231-10/+31
* NSS: make colons, commas and spaces valid separators in cipher listSergey Markelov2021-05-231-1/+1
* curl: include libmetalink version in --version outputDaniel Stenberg2021-05-221-1/+21
* cmake: Use multithreaded compilation on VS 2008+Matias N. Goldberg2021-05-211-0/+5
* cmake: fix two invokes result in different curl_config.hMatias N. Goldberg2021-05-211-2/+4
* cmake: detect CURL_SA_FAMILY_TPeng-Yu Chen2021-05-213-2/+25
* CURLOPT_IPRESOLVE: preventing wrong IP version from being usedLucas Clemente Vella2021-05-2011-101/+70
* AmigaOS: add functions definitions for SHA256Oliver Urbann2021-05-201-0/+27
* test2100: make it run with and require IPv6Daniel Stenberg2021-05-201-0/+0
* tests/getpart: generate output URL encoded for better diffsDaniel Stenberg2021-05-201-1/+3
* docs/TheArtOfHttpScripting: fix markdown linksRyan Beck-Buysse2021-05-191-2/+2
* RELEASE-NOTES: syncedDaniel Stenberg2021-05-191-17/+40
* docs: replace dots with dashes in markdown enumsEmil Engler2021-05-192-8/+8
* docs: improve INTERNALS.md regarding getsock cbEmil Engler2021-05-191-1/+3
* docs: document attach in INTERNALS.mdEmil Engler2021-05-191-0/+2
* config: remove now-unused macrosMarc Aldorasi2021-05-1912-175/+2
* hostip.h: remove declaration of unimplemented functionMarc Aldorasi2021-05-191-9/+0
* h3: add 'attach' callback to protocol handlersDaniel Stenberg2021-05-192-0/+2
* wolfssl: remove SSLv3 support leftoversDaniel Stenberg2021-05-182-7/+1
* curl-wolfssl.m4: without custom include path, assume /usr/includeDaniel Stenberg2021-05-181-2/+2
* data_pending: check only SECONDARY socket for FTP(S) transfersJoel Depooter2021-05-181-4/+5
* github: inhibit deprecated declarations for clang on macOSDaniel Stenberg2021-05-171-1/+1
* conn: add 'attach' to protocol handler, make libssh2 use itDaniel Stenberg2021-05-1724-0/+66
* http2: make sure pause is done on HTTPDaniel Stenberg2021-05-171-1/+2
* docs: cookies from HTTP headers need domain setDaniel Stenberg2021-05-172-15/+8
* RELEASE-NOTES: syncedDaniel Stenberg2021-05-161-17/+38
* github: add a workflow with libssh2 on macOS using cmakeDaniel Stenberg2021-05-161-0/+3
* sws: allow HTTP requests up to 2MB in sizeDaniel Stenberg2021-05-161-2/+1