summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fixup unit1607.cbagder/let-werror-propagate-to-tests-and-examplesDaniel Stenberg2018-02-241-1/+1
* fixup lib655.cDaniel Stenberg2018-02-241-2/+2
* build: make sure CFLAGS (including -werror) be used for examples and testsDaniel Stenberg2018-02-243-3/+10
* lib655: silence compiler warningViktor Szakats2018-02-231-1/+1
* spelling fixesViktor Szakats2018-02-2332-48/+49
* projects/README: remove reference to dead IDN link/packageDaniel Stenberg2018-02-241-7/+4
* winbuild: Use macros for the names of some build utilitiesRod Widdowson2018-02-231-2/+7
* TODO: remove "sha-256 digest", added in 2b5b37cb9109e7c2Daniel Stenberg2018-02-231-10/+0
* curl_share_setopt.3: connection cache is shared within multi handlesDaniel Stenberg2018-02-231-3/+6
* winbuild: Use CALL to run batch scriptsRod Widdowson2018-02-221-2/+2
* os400: add curl_resolver_start_callback type to ILE/RPG bindingPatrick Monnerat2018-02-221-0/+3
* form.d: rephrased somewhat, added two example command linesDaniel Stenberg2018-02-221-16/+26
* url: Add option CURLOPT_RESOLVER_START_FUNCTIONFrancisco Sedano2018-02-2116-3/+379
* lib: CURLOPT_HAPPY_EYEBALLS_TIMEOUT => CURLOPT_HAPPY_EYEBALLS_TIMEOUT_MSJay Satiro2018-02-219-14/+14
* sasl: prefer PLAIN mechanism over LOGINPatrick Monnerat2018-02-211-10/+10
* RELEASE-NOTES: synced with 2427d94c6Daniel Stenberg2018-02-212-9/+37
* url: Add option CURLOPT_HAPPY_EYEBALLS_TIMEOUTAnders Bakken2018-02-2018-5/+125
* hostip: fix 'potentially uninitialized variable' warningJay Satiro2018-02-201-2/+2
* TODO: warning if curl version is not in sync with libcurl versionDaniel Stenberg2018-02-201-0/+8
* CURLOPT_RESOLVE: Add support for multiple IP addresses per entryAnders Bakken2018-02-209-42/+347
* examples/sftpuploadresume: resume upload via CURLOPT_APPENDSergio Borghese2018-02-202-2/+132
* curl --version: show PSL if the run-time lib has it enabledDaniel Stenberg2018-02-181-4/+2
* TODO: "Support in-memory certs/ca certs/keys"Daniel Stenberg2018-02-181-15/+7
* CURLOPT_HEADER.3: clarify problems with different data sizesDaniel Stenberg2018-02-161-6/+12
* test1556: verify >16KB headers to the header callbackDaniel Stenberg2018-02-164-2/+147
* header callback: don't chop headers into smaller piecesDaniel Stenberg2018-02-163-33/+33
* test1154: verify that long HTTP headers get rejectedDaniel Stenberg2018-02-162-1/+58
* http: fix the max header length detection logicDaniel Stenberg2018-02-161-11/+10
* CURLOPT_HEADERFUNCTION.3: fix typo from d939226813Daniel Stenberg2018-02-161-1/+1
* CURLOPT_HEADERFUNCTION.3: mention folded headersDaniel Stenberg2018-02-161-1/+6
* TODO: 1.1 Option to refuse usernames in URLsDaniel Stenberg2018-02-161-0/+17
* TODO: 1.7 Support HTTP/2 for HTTP(S) proxiesDaniel Stenberg2018-02-161-0/+5
* ssh: add two missing state namesDaniel Stenberg2018-02-161-0/+5
* Revert "KNOWN_BUGS: 2.5 curl should not offer "ALPN: h2" when using https-proxy"Daniel Stenberg2018-02-151-8/+0
* non-ascii: fix implicit declaration warningJay Satiro2018-02-151-0/+1
* travis: add build with iconv enabledDaniel Stenberg2018-02-152-0/+13
* TODO: 18.18 retry on network is unreachableDaniel Stenberg2018-02-151-0/+13
* KNOWN_BUGS: 2.5 curl should not offer "ALPN: h2" when using https-proxyDaniel Stenberg2018-02-151-0/+8
* nss: use PK11_CreateManagedGenericObject() if availableKamil Dudka2018-02-152-1/+20
* TODO fixed: Detect when called from within callbacksBjörn Stenberg2018-02-1528-29/+312
* BINDINGS: fix curb link (and remove ruby-curl-multi)Daniel Stenberg2018-02-141-1/+1
* curl_gssapi: make sure this file too uses our *printf()Daniel Stenberg2018-02-131-1/+6
* libcurl-security.3: separate file:// sectionDaniel Stenberg2018-02-131-0/+7
* libcurl-security.3: the http://192.168.0.1/my_router_config caseDaniel Stenberg2018-02-131-1/+6
* libcurl-security.3: mention the URL standards problems tooDaniel Stenberg2018-02-131-0/+10
* libcurl-security.3: split out from libcurl-tutorial.3Daniel Stenberg2018-02-133-230/+320
* RELEASE-NOTES: synced with e551910f8Daniel Stenberg2018-02-131-5/+43
* tests: new tests for http raw modePatrick Monnerat2018-02-133-2/+125
* tlsauthtype.d: works only if libcurl is built with TLS-SRP supportKamil Dudka2018-02-121-1/+3
* smtp: fix processing of initial dot in dataPatrick Monnerat2018-02-126-4/+98