summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* CURLOPT_URL.3: remove scheme specific detailsbagder/opt-url-cleanupDaniel Stenberg2020-12-121-230/+0
* docs/URL-SYNTAX: the URL syntax curl accepts and works withDaniel Stenberg2020-12-112-0/+317
* docs: enable syntax highlighting in several docs files0xflotus2020-12-117-166/+262
* test1564/1565: require the 'wakeup' feature to runDaniel Stenberg2020-12-112-0/+6
* runtests: add 'wakeup' as a featureDaniel Stenberg2020-12-112-0/+2
* tests/server/disabled: add "wakeup"Daniel Stenberg2020-12-113-0/+12
* lib1564/5: verify that curl_multi_wakeup returns OKDaniel Stenberg2020-12-112-3/+3
* tests: make --libcurl tests only test FTP options if ftp enabledDaniel Stenberg2020-12-116-0/+10
* runtests.pl: fix "uninitialized value" warningDaniel Stenberg2020-12-111-1/+1
* runtests: add support for %if [feature] conditionsDaniel Stenberg2020-12-112-9/+101
* OS400: update ccsidcurl.cJon Rumsey2020-12-101-2/+2
* ngtcp2: make it build it current master againDaniel Stenberg2020-12-102-4/+4
* connect: defer port selection until connect() timeCristian Rodríguez2020-12-101-1/+6
* connect: zero variable on stack to silence valgrind complaintHans-Christian Noren Egtvedt2020-12-091-0/+1
* RELEASE-NOTES: syncedDaniel Stenberg2020-12-092-227/+9
* RELEASE-NOTES: syncedcurl-7_74_0Daniel Stenberg2020-12-092-9/+49
* urldata: restore comment on ssl_connect_data.useJacob Hoffman-Andrews2020-12-071-3/+3
* VERSIONS: refreshedDaniel Stenberg2020-12-071-7/+6
* cmake: don't use reserved target name 'test'Jakub Zakrzewski2020-12-071-1/+0
* openssl: make the OCSP verification verify the certificate idDaniel Stenberg2020-12-071-29/+54
* ftp: make wc_statemach loop instead of recurseDaniel Stenberg2020-12-071-100/+102
* ftp: CURLOPT_FTP_SKIP_PASV_IP by defaultDaniel Stenberg2020-12-0714-3/+18
* urlapi: don't accept blank port number field without schemeDaniel Stenberg2020-12-074-18/+39
* Revert "multi: implement wait using winsock events"Daniel Stenberg2020-12-062-153/+3
* ftp: retry getpeername for FTP with TCP_FASTOPENKlaus Crusius2020-12-063-45/+70
* scripts/completion.pl: parse all optsThomas Danielsson2020-12-051-1/+1
* RELEASE-NOTES: syncedDaniel Stenberg2020-12-041-6/+25
* openssl: use OPENSSL_init_ssl() with >= 1.1.0Daniel Stenberg2020-12-031-4/+15
* SECURITY-PROCESS: disclose on hackeroneDaniel Stenberg2020-12-031-0/+8
* tests/util.py: fix compatibility with Python 2Marc Hoersken2020-12-031-0/+15
* docs: fix typos and markup in ETag manpage sectionsDaniel Gustafsson2020-12-032-3/+3
* quiche: close the connectionDaniel Stenberg2020-12-022-8/+15
* ngtcp2: Fix build error due to symbol name changeJay Satiro2020-12-021-4/+4
* cmake: check for linux/tcp.hKlaus Crusius2020-12-014-0/+8
* NEW-PROTOCOL: document what needs to be done to add oneDaniel Stenberg2020-12-012-0/+111
* splay: rename Curl_splayremovebyaddr to Curl_splayremoveDaniel Stenberg2020-12-014-19/+11
* openssl: free mem_buf in error pathDaniel Stenberg2020-12-011-9/+9
* openssl: remove #if 0 leftoverDaniel Stenberg2020-11-301-4/+0
* ntlm: avoid malloc(0) on zero length user and domainDaniel Stenberg2020-11-291-6/+2
* RELEASE-NOTES: syncedDaniel Stenberg2020-11-281-8/+33
* tests/server/tftpd.c: close upload file in case of abortMarc Hoersken2020-11-281-0/+6
* ngtcp2: use the minimal version of QUIC supported by ngtcp2Daiki Ueno2020-11-261-1/+1
* ngtcp2: advertise h3 ALPN unconditionallyDaiki Ueno2020-11-261-17/+5
* vquic/ngtcp2.h: define local_addr as sockaddr_storageDaiki Ueno2020-11-262-4/+5
* socks: check for DNS entries with the right port numberDaniel Stenberg2020-11-261-1/+1
* curl_setup: USE_RESOLVE_ON_IPS is for Apple native resolver useDaniel Stenberg2020-11-261-1/+1
* test506: make it not run in c-ares buildsDaniel Stenberg2020-11-261-2/+3
* runtests: make 'c-ares' a "feature" to depend onDaniel Stenberg2020-11-262-0/+2
* tool_writeout: use off_t getinfo-types instead of doublesDaniel Stenberg2020-11-261-30/+29
* file: avoid duplicated code sequenceEmil Engler2020-11-251-11/+1