summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fixup the return codesbagder/h1trailer-dynbufDaniel Stenberg2020-06-051-2/+2
* trailers: switch h1-trailer logic to use dynbufDaniel Stenberg2020-06-054-37/+21
* CURLINFO_ACTIVESOCKET.3: clarify the descriptionDaniel Stenberg2020-06-051-9/+11
* mailmap: Don J OlmsteadDaniel Stenberg2020-06-041-0/+1
* configure: only strip first -L from LDFLAGSDaniel Stenberg2020-06-041-14/+14
* quiche: advertise draft 28 supportPeter Wu2020-06-042-3/+15
* 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