summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* readwrite_data: repair setting the TIMER_STARTTRANSFER stampbagder/start-transfer-timeDaniel Stenberg2019-07-301-1/+1
* asyn-thread: removed unused variableDaniel Stenberg2019-07-301-2/+1
* RELEASE-NOTES: syncedDaniel Stenberg2019-07-301-5/+21
* asyn-thread: create a socketpair to wait onamkatyal2019-07-302-11/+65
* curl: cap the maximum allowed values for retry time argumentsDaniel Stenberg2019-07-305-4/+61
* progress: reset download/uploaded counterDaniel Stenberg2019-07-291-0/+2
* http2_recv: trigger another read when the last data is returnedDaniel Stenberg2019-07-291-0/+3
* curl: avoid uncessary libcurl timeouts (in parallel mode)Daniel Stenberg2019-07-291-2/+5
* HTTP: use chunked Transfer-Encoding for HTTP_POST if size unknownBalazs Kovacsics2019-07-293-5/+22
* winbuild: add vquic to list of build directoriesDaniel Stenberg2019-07-291-0/+4
* easy: resize receive buffer on easy handle resetJay Satiro2019-07-251-0/+14
* examples: Avoid reserved names in hiperfifo examplesBrad Spencer2019-07-252-33/+29
* RELEASE-NOTES: syncedDaniel Stenberg2019-07-251-3/+20
* ssh-libssh: do not specify O_APPEND when not in append modeFelix Hädicke2019-07-251-1/+1
* multi: call detach_connection before Curl_disconnectGergely Nagy2019-07-251-2/+4
* tool_operate: fix implicit call to easysrc_cleanupJay Satiro2019-07-231-2/+6
* curl:create_transfers check return code from curl_easy_setoptDaniel Stenberg2019-07-221-1/+3
* HTTP3: initial (experimental) supportDaniel Stenberg2019-07-2133-23/+2520
* curl: remove dead codeDaniel Stenberg2019-07-211-25/+19
* docs/PARALLEL-TRANSFERS: correct the version numberDaniel Stenberg2019-07-201-1/+1
* docs/PARALLEL-TRANSFERS: addedDaniel Stenberg2019-07-202-0/+59
* curl: support parallel transfersDaniel Stenberg2019-07-2034-784/+1501
* docs/MANUAL.md: converted to markdown from plain textDaniel Stenberg2019-07-202-1058/+1011
* curl_version_info: provide nghttp2 detailsDaniel Stenberg2019-07-203-2/+18
* bump: start working on 7.66.0Daniel Stenberg2019-07-192-10/+9
* source: remove names from source commentsDaniel Stenberg2019-07-192-27/+12
* RELEASE-NOTES: 7.65.3curl-7_65_3Daniel Stenberg2019-07-191-7/+6
* THANKS: 7.65.3 statusDaniel Stenberg2019-07-191-0/+1
* progress: make the progress meter appear againDaniel Stenberg2019-07-191-118/+108
* version: bump to 7.65.3Daniel Stenberg2019-07-192-167/+11
* RELEASE-NOTES: Contributors or now 1990Daniel Stenberg2019-07-171-1/+1
* RELEASE-NOTES: 7.65.2curl-7_65_2Daniel Stenberg2019-07-171-56/+92
* THANKS: add contributors from 7.65.2Daniel Stenberg2019-07-171-0/+25
* cmake: Fix finding Brotli on case-sensitive file systemsaasivov2019-07-171-1/+1
* CURLOPT_RANGE.3: Caution against using it for HTTP PUTJay Satiro2019-07-171-0/+8
* CURLOPT_SEEKDATA.3: fix variable nameStefano Simonelli2019-07-171-1/+1
* CIPHERS.md: Explain Schannel error SEC_E_ALGORITHM_MISMATCHgeorgeok2019-07-171-0/+6
* nss: inspect returnvalue of token checkDaniel Gustafsson2019-07-171-1/+4
* docs: Explain behavior change in --tlsv1. options since 7.54Jay Satiro2019-07-175-0/+22
* libcurl: Restrict redirect schemes (follow-up)Jay Satiro2019-07-177-16/+18
* test1173: make it also check all libcurl option man pagesDaniel Stenberg2019-07-167-39/+35
* curl: only accept COLUMNS less than 10000Daniel Stenberg2019-07-161-1/+2
* dist: add manpage-syntax.plDaniel Stenberg2019-07-151-1/+1
* test1173: detect some basic man page format mistakesDaniel Stenberg2019-07-153-1/+90
* docs: Fix missing lines caused by undefined macrosBjarni Ingi Gislason2019-07-153-3/+3
* libcurl-security.3: update to new CURLOPT_REDIR_PROTOCOLS defaultsDaniel Stenberg2019-07-141-3/+3
* libcurl: Add testcase for gopher redirectsLinos Giannopoulos2019-07-142-1/+52
* libcurl: Restrict redirect schemesLinos Giannopoulos2019-07-141-3/+1
* openssl: define HAVE_SSL_GET_SHUTDOWN based on version numberZenju2019-07-146-27/+5
* http: allow overriding timecond with custom headerPeter Simonyi2019-07-147-8/+145