summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* CI/azure: increase verbosity and fix outdated task namesMarc Hoersken2021-05-161-10/+10
* CI/cirrus: add shared and static Windows release buildsMarc Hoersken2021-05-161-6/+65
* CURLOPT_CAPATH.3: defaults to a path, not NULLDaniel Stenberg2021-05-161-2/+2
* c-hyper: handle body on HYPER_TASK_EMPTYJacob Hoffman-Andrews2021-05-161-1/+1
* tool_getparam: fix comment typo in tool_getparam.cIkko Ashimine2021-05-151-1/+1
* mem-include-scan.pl: require a non-word letter before memory funcsDaniel Stenberg2021-05-151-2/+2
* version: free the openldap info correctlyDaniel Stenberg2021-05-151-0/+2
* dupset: remove totally off commentDaniel Stenberg2021-05-151-1/+0
* configure: if asked for, fail if ldap is not foundDaniel Stenberg2021-05-131-0/+10
* version: add OpenLDAP version in the outputDaniel Stenberg2021-05-131-1/+24
* schannel: Ensure the security context request flags are always setJoel Depooter2021-05-131-6/+9
* tests: Fix some tag matching issues in a number of testsDan Fandrich2021-05-128-10/+7
* sasl: use 'unsigned short' to store mechanismDaniel Stenberg2021-05-125-12/+13
* hostip: remove the debug code for LocalHostDaniel Stenberg2021-05-111-11/+1
* progress: reset limit_size variables at transfer startDaniel Stenberg2021-05-111-0/+2
* RELEASE-NOTES: syncedDaniel Stenberg2021-05-111-10/+32
* cookies: use CURLcode for cookie_output reportingDaniel Gustafsson2021-05-111-14/+26
* cookies: make use of string duplication functionDaniel Gustafsson2021-05-111-4/+4
* cookies: refactor commentsDaniel Gustafsson2021-05-111-151/+207
* http2: skip immediate parsing of payload following protocol switchPeng-Yu Chen2021-05-111-2/+9
* http2: use nghttp2_session_upgrade2 instead of nghttp2_session_upgradePeng-Yu Chen2021-05-111-3/+3
* progress/trspeed: use a local convenient pointer to beautify codeDaniel Stenberg2021-05-091-33/+26
* trspeed: use long double for transfer speed calculationDaniel Stenberg2021-05-091-19/+6
* progress: move transfer speed calc into functionDaniel Stenberg2021-05-091-25/+27
* openssl: remove unneeded cast for CertOpenSystemStore()Cameron Cawley2021-05-091-2/+1
* travis: disable the libssh buildDaniel Stenberg2021-05-092-29/+24
* http: use calculated offsets inst of integer literals for header parsingPeng-Yu Chen2021-05-081-9/+16
* GIT-INFO: suggest using autoreconf instead of buildconfPeng-Yu Chen2021-05-081-1/+1
* http: deal with partial CONNECT sendsDaniel Stenberg2021-05-088-54/+213
* HTTP3: make the ngtcp2 build use the quictls forkDaniel Stenberg2021-05-071-1/+1
* http: limit the initial send amount to used upload buffer sizeDaniel Stenberg2021-05-077-17/+22
* RELEASE-NOTES: syncedDaniel Stenberg2021-05-071-15/+55
* ngtcp2: fix the cb_acked_stream_data_offset protoDaniel Stenberg2021-05-071-1/+1
* progress: when possible, calculate transfer speeds with microsecondsDaniel Stenberg2021-05-071-2/+8
* http: reset the header buffer when sending the requestDaniel Stenberg2021-05-061-0/+4
* curl_mprintf.3: add descriptionDaniel Stenberg2021-05-061-36/+186
* URL-SYNTAX: update IDNA section for WHATWG spec changesTimothy Gu2021-05-061-4/+8