summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* global_init: atomic initialize counterbagder/atomic-initDaniel Stenberg2020-06-043-3/+36
* KNOWN_BUGS: RTSP authentication breaks without redirect supportDaniel Stenberg2020-06-041-0/+10
* projects: Add crypt32.lib to dependencies for all OpenSSL configsJay Satiro2020-06-0420-144/+144
* CI/macos: fix 'is already installed' errors by using bundleMarc Hoersken2020-06-031-4/+10
* altsvc: fix 'dsthost' may be used uninitialized in this functionDaniel Stenberg2020-06-031-1/+1
* RELEASE-NOTES: syncedDaniel Stenberg2020-06-021-5/+26
* urldata: let the HTTP method be in the set.* structDaniel Stenberg2020-06-0212-60/+154
* hostip: fix the memory-leak introduced in 67d2802Daniel Stenberg2020-06-021-6/+15
* test970: make it require proxy supportDaniel Stenberg2020-06-021-0/+1
* examples/http2-down/upload: add error checksRadoslav Georgiev2020-06-022-6/+30
* examples/ephiperfifo: turn off interval when setting timerfdkotoriのねこ2020-06-021-3/+3
* vtls: repair the build with `CURL_DISABLE_PROXY`Saleem Abdulrasool2020-06-012-0/+16
* transfer: remove k->str NULL checkDaniel Stenberg2020-06-011-1/+1
* select: always use Sleep in Curl_wait_ms on Win32Marc Hoersken2020-06-011-16/+4
* conncache: download buffer needs +1 size for trailing zeroDaniel Stenberg2020-05-311-1/+1
* azure: use matrix strategy to avoid configuration redundancyMarc Hoersken2020-05-311-312/+109
* build: disable more code/data when built without proxy supportDaniel Stenberg2020-05-3026-153/+419
* url: alloc the download buffer at transfer startDaniel Stenberg2020-05-3010-105/+66
* timeouts: change millisecond timeouts to timediff_t from time_tDaniel Stenberg2020-05-3015-54/+45
* select: add overflow checks for timeval conversionsMarc Hoersken2020-05-302-4/+72
* select: use timediff_t instead of time_t and int for timeout_msMarc Hoersken2020-05-302-52/+39
* unit1604.c: fix implicit conv from 'SANITIZEcode' to 'CURLcode'Marc Hoersken2020-05-301-3/+4
* tests/libtest: fix undefined reference to 'curlx_win32_fopen'Marc Hoersken2020-05-301-19/+22
* appveyor: add non-debug plain autotools-based buildMarc Hoersken2020-05-301-0/+5
* RELEASE-NOTES: syncedDaniel Stenberg2020-05-291-7/+41
* Revert "buildconf: use find -execdir"Daniel 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