summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Curl_addrinfo: use one malloc instead of threebagder/curl_he2ai-lessmallocDaniel Stenberg2020-06-083-69/+30
* ngtcp2: update with recent API changesDaniel Stenberg2020-06-081-5/+8
* socks: remove unreachable breaks in socks.c and mime.cxquery2020-06-082-5/+3
* tool_cfgable: free login_options at exitDaniel Stenberg2020-06-081-0/+1
* libssh2: keep sftp errors as 'unsigned long'Daniel Stenberg2020-06-081-62/+66
* timeouts: move ms timeouts to timediff_t from int and longMarc Hoersken2020-06-065-9/+13
* openssl: set FLAG_TRUSTED_FIRST unconditionallyFrançois Rigault2020-06-061-4/+3
* server/util: fix logmsg format using curl_off_t argumentDaniel Stenberg2020-06-061-1/+1
* RELEASE-NOTES: syncedDaniel Stenberg2020-06-051-11/+31
* socks: fix expected length of SOCKS5 replyCherish982020-06-051-0/+7
* .gitignore: add directory containing the stats repoMarc Hoersken2020-06-051-1/+1
* HTTP3.md: clarify cargo build directoryAdnan Khan2020-06-051-0/+1
* user-agent.d: spell out what happens given a blank argumentDaniel Stenberg2020-06-051-0/+4
* 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