summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Revert "buildconf: use find -execdir instead, remove -print and the ares files"bagder/buildconf-busyboxDaniel Stenberg2020-05-291-1/+1
* server/sws: fix asan warning on use of uninitialized variableDaniel Stenberg2020-05-291-1/+5
* libssh2: improved error output for wrong quote syntaxDaniel Stenberg2020-05-291-4/+4
* mk-lib1521: generate code for testing BLOB options as wellDaniel Stenberg2020-05-291-0/+5
* configure: repair the check if argv can be written toDaniel Stenberg2020-05-281-5/+7
* CMake: rebuild Makefile.inc.cmake when Makefile.inc changesPeter Wu2020-05-281-1/+1
* urldata: fix comments: Curl_done() is called multi_done() nowDaniel Stenberg2020-05-282-3/+3
* ngtcp2: use common key log routine for better thread-safetyPeter Wu2020-05-271-42/+12
* wolfssl: add SSLKEYLOGFILE supportPeter Wu2020-05-271-0/+144
* vtls: Extract and simplify key log file handling from OpenSSLPeter Wu2020-05-274-125/+246
* FILEFORMAT: add more features that tests can depend onDaniel Stenberg2020-05-271-0/+10
* transfer: close connection after excess data has been readMichael Kaufmann2020-05-271-0/+1
* Revert "ssh: ignore timeouts during disconnect"Estanislau Augé-Pujadas2020-05-271-15/+12
* urldata: connect related booleans live in struct ConnectBitsDaniel Stenberg2020-05-278-36/+29
* hostip: on macOS avoid DoH when given a numerical IP addressDaniel Stenberg2020-05-263-6/+18
* ngtcp2: cleanup memory when failing to connectDaniel Stenberg2020-05-261-6/+14
* quiche: clean up memory properly when failing to connectDaniel Stenberg2020-05-261-8/+17
* cleanup: use a single space after equals sign in assignmentsDaniel Stenberg2020-05-267-12/+12
* url: accept "any length" credentials for proxy authDaniel Stenberg2020-05-255-30/+70
* test1167: fixes in badsymbols.plMaksim Stsepanenka2020-05-251-3/+3
* altsvc: fix parser for lines ending with CRLFDaniel Stenberg2020-05-252-12/+17
* all: fix codespell errorsViktor Szakats2020-05-2522-31/+31
* ngtcp2: fix build with current ngtcp2 master implementing draft 28Peter Wu2020-05-252-88/+24
* RELEASE-NOTES: syncedDaniel Stenberg2020-05-251-1/+1
* RELEASE-NOTES: syncedDaniel Stenberg2020-05-251-9/+29
* copyright: updated year ranges out of syncDaniel Stenberg2020-05-249-9/+12
* setopt: add CURLOPT_PROXY_ISSUERCERT(_BLOB) for coherencyGilles Vollant2020-05-238-0/+188
* curl: remove -J "informational" written on stdoutDaniel Stenberg2020-05-233-8/+4
* travis: simplify quiche build instructions wrt boringsslPeter Wu2020-05-223-22/+10
* configure: fix pthread check with static boringsslPeter Wu2020-05-221-2/+13
* Revert "sendf: make failf() use the mvsnprintf() return code"Daniel Stenberg2020-05-221-1/+2
* typecheck-gcc.h: CURLINFO_PRIVATE does not need a 'char *'Daniel Stenberg2020-05-211-2/+3
* tests/server/util.h: add extern to silence compiler warningDaniel Stenberg2020-05-201-0/+2
* typecheck-gcc.h: fix the OFF_T checkDaniel Stenberg2020-05-201-2/+2
* TODO: --dry-runDaniel Stenberg2020-05-191-0/+8
* TODO: Ratelimit or wait between serial requestsDaniel Stenberg2020-05-191-0/+11
* tool_paramhlp: fixup C89 mistakeDaniel Stenberg2020-05-191-2/+1
* tool_paramhlp: fixed potentially uninitialized strtol() variableSiva Sivaraman2020-05-191-0/+1
* tool_operate: fixed potentially uninitialized variablesSiva Sivaraman2020-05-191-5/+5
* sha256: move assign to the declaration lineDaniel Stenberg2020-05-191-2/+1
* sha256: fixed potentially uninitialized variableSiva Sivaraman2020-05-191-0/+1
* sendf: make failf() use the mvsnprintf() return codeDaniel Stenberg2020-05-191-2/+1
* hostip: make Curl_printable_address not return anythingDaniel Stenberg2020-05-195-41/+31
* ftp: mark return-ignoring calls to Curl_GetFTPResponse with (void)Daniel Stenberg2020-05-191-2/+2
* TODO: forbid TLS post-handshake auth and do TLS record paddingDaniel Stenberg2020-05-181-7/+24
* RELEASE-NOTES: syncedDaniel Stenberg2020-05-181-8/+44
* dynbuf: return NULL when there's no buffer lengthDaniel Stenberg2020-05-172-8/+8
* travis: upgrade to bionic, clang-9, improve readabilityPeter Wu2020-05-161-221/+101
* travis: whitespace-only changes for consistencyPeter Wu2020-05-161-428/+428
* CMake: add libssh build supportPeter Wu2020-05-153-4/+31