summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* mime: return CURL_READFUNC_ABORT back to parentbagder/mime-callback-abortDaniel Stenberg2020-01-153-8/+13
* CMake: use check_symbol_exists also for inet_ptonMarcel Raad2020-01-141-14/+11
* schannel_verify: Fix alt names manual verify for UNICODE buildsJay Satiro2020-01-131-1/+1
* HTTP-COOKIES.md: describe the cookie file formatDaniel Stenberg2020-01-133-2/+28
* CMake: Add support for CMAKE_LTO option.Tobias Hieta2020-01-133-0/+30
* RELEASE-NOTES: syncedDaniel Stenberg2020-01-131-3/+31
* ConnectionExists: respect the max_concurrent_streams limitsDaniel Stenberg2020-01-135-16/+22
* curl: make #0 not output the full URLDaniel Stenberg2020-01-133-3/+71
* wolfSSH: new SSH backendDaniel Stenberg2020-01-128-17/+1247
* curl: remove 'config' field from OutStructDaniel Stenberg2020-01-129-52/+48
* misc: Copyright year out of date, should be 2020Daniel Stenberg2020-01-126-6/+6
* libssh2: add support for forcing a hostkey typeSantino Keupp2020-01-111-0/+130
* cmake: Improve libssh2 check on Windowsnicoguillier2020-01-111-1/+1
* schannel: Make CURLOPT_CAINFO work better on Windows 7Faizur Rahman2020-01-111-20/+130
* ngtcp2: Add an error code for QUIC connection errorsEmil Engler2020-01-117-14/+25
* multi: Change curl_multi_wait/poll to error on negative timeoutJay Satiro2020-01-117-4/+17
* cmake: Enable SMB for Windows buildsMarc Aldorasi2020-01-113-6/+22
* vtls: Refactor Curl_multissl_version to make the code clearerJay Satiro2020-01-111-16/+21
* fix: Copyright year out of date, should be 2020Daniel Stenberg2020-01-104-4/+4
* hostip: move code to resolve IP address literals to `Curl_resolv`Marcel Raad2020-01-104-223/+175
* scripts/delta: adapt to new public header layoutDaniel Stenberg2020-01-091-3/+3
* test1167: verify global symbols in public headers are curl prefixedDaniel Stenberg2020-01-094-3/+160
* libtest/mk-lib1521: adapt to new public header layoutDaniel Stenberg2020-01-091-23/+24
* include: remove non-curl prefixed definesDaniel Stenberg2020-01-093-369/+345
* curl.h: remove WIN32 defineDaniel Stenberg2020-01-091-10/+1
* tool_dirhie.c: fix the copyright year rangeDaniel Stenberg2020-01-091-1/+1
* bump: work towards 7.69.0 is startedDaniel Stenberg2020-01-092-266/+14
* tool_dirhie: Allow directory traversal during creationJay Satiro2020-01-091-2/+17
* KNOWN_BUGS: AUTH PLAIN for SMTP is not working on all serversDaniel Stenberg2020-01-091-0/+7
* docs/RELEASE-PROCEDURE.md: pushed some release datesDaniel Stenberg2020-01-091-8/+8
* runtests: make random seed fixed for a monthDaniel Stenberg2020-01-092-10/+39
* RELEASE-PROCEDURE.md: fix next release date (Feb 26)Daniel Stenberg2020-01-081-1/+1
* RELEASE-NOTES: 7.68.0curl-7_68_0Daniel Stenberg2020-01-081-16/+58
* THANKS: updated with names from the 7.68.0 releaseDaniel Stenberg2020-01-071-0/+32
* RELEASE-PROCEDURE: add four future release datesDaniel Stenberg2020-01-071-4/+4
* TrackMemory tests: always remove CR before LFMarcel Raad2020-01-062-0/+2
* multi.h: move INITIAL_MAX_CONCURRENT_STREAMS from public headerDaniel Stenberg2020-01-062-5/+6
* file: fix copyright year rangeDaniel Stenberg2020-01-061-1/+1
* curl -w: handle a blank input file correctlyDaniel Stenberg2020-01-063-3/+51
* file: on Windows, refuse paths that start with \\Daniel Stenberg2020-01-061-2/+4
* CURLOPT_READFUNCTION.3: fix fopen params in exampleJay Satiro2020-01-061-1/+1
* CURLOPT_READFUNCTION.3: fix variable name in exampleJay Satiro2020-01-061-1/+1
* curl:getparameter return error for --http3 if libcurl doesn't supportDaniel Stenberg2020-01-051-2/+5
* docs: mention CURL_MAX_INPUT_LENGTH restrictionsDaniel Stenberg2020-01-052-2/+10
* curl: properly free mimepost dataDaniel Stenberg2020-01-043-2/+72
* curl: cleanup multi handle on failureDaniel Stenberg2020-01-041-2/+4
* lib: fix compiler warnings with `CURL_DISABLE_VERBOSE_STRINGS`Marcel Raad2020-01-034-10/+15
* COPYING: it's 2020!Daniel Stenberg2020-01-031-1/+1
* tests: Fix bounce requests with truncated writesMarc Aldorasi2020-01-031-0/+2
* tool: make a few char pointers point to const char insteadMarcel Raad2019-12-313-4/+3