summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* test1519: use lib1518 and test CURLINFO_REDIRECT_URL morebagder/get-localtion-uncheckedDaniel Stenberg2018-12-112-3/+63
* Curl_follow: extract the Location: header field unvalidatedDaniel Stenberg2018-12-115-7/+156
* multi: convert two timeout variables to timediff_tDaniel Stenberg2018-12-111-2/+2
* delta: use --diff-filter on the git diff-tree invokesDaniel Stenberg2018-12-111-2/+2
* documentation: curl_formadd field and file names are now escapedPatrick Monnerat2018-12-111-1/+2
* scripts/delta: show repo delta info from last releaseDaniel Stenberg2018-12-111-0/+137
* tests: add urlapi unittestDaniel Gustafsson2018-12-116-4/+170
* urlapi: fix portnumber parsing for ipv6 zone indexDaniel Gustafsson2018-12-111-6/+20
* http: fix HTTP auth to include query in URIJay Satiro2018-12-113-5/+89
* http: don't set CURLINFO_CONDITION_UNMET for http status code 204Michael Kaufmann2018-12-111-7/+7
* ldap: fix LDAP URL parsing regressionsSamuel Surtees2018-12-111-5/+10
* RELEASE-NOTES: syncedDaniel Stenberg2018-12-101-8/+21
* (lib)curl.rc: fixup for minor bugsStefan Kanthak2018-12-102-11/+11
* test329: verify cookie max-age=0 immediate expiryDaniel Stenberg2018-12-092-1/+71
* cookies: expire "Max-Age=0" immediatelyDaniel Stenberg2018-12-091-1/+4
* Upon HTTP_1_1_REQUIRED, retry the request with HTTP/1.1Johannes Schindelin2018-12-083-0/+32
* openssl: fix unused variable compiler warning with old opensslBen Greear2018-12-071-0/+1
* NTLM: force the connection to HTTP/1.1Johannes Schindelin2018-12-071-0/+6
* curl_global_sslset(): id == -1 is not necessarily an errorJohannes Schindelin2018-12-071-1/+8
* .gitattributes: make tabs in indentation a visible errorJohannes Schindelin2018-12-061-0/+1
* RELEASE-NOTES: syncedDaniel Stenberg2018-12-061-7/+22
* doh: fix memory leak in OOM situationDaniel Stenberg2018-12-061-3/+4
* doh: make it work for h2-disabled builds tooDaniel Stenberg2018-12-051-26/+2
* packages: remove old leftover files and dirsDaniel Stenberg2018-12-0521-806/+1
* openssl: do not use file BIOs if not requestedGergely Nagy2018-12-051-15/+13
* nss: Fix compatibility with nss versions 3.14 to 3.15Paul Howarth2018-12-051-1/+5
* nss: Improve info message when falling back SSL protocolPaul Howarth2018-12-051-2/+34
* nss: Fall back to latest supported SSL versionPaul Howarth2018-12-051-0/+9
* travis: enable COPYRIGHTYEAR extended warningDaniel Gustafsson2018-12-031-0/+3
* checksrc: add COPYRIGHTYEAR checkDaniel Gustafsson2018-12-034-5/+101
* CHECKSRC.md: document more warningsDaniel Stenberg2018-12-031-2/+27
* RELEASE-NOTES: syncedDaniel Stenberg2018-11-301-6/+18
* SECURITY-PROCESS: bountygraph shuts downDaniel Stenberg2018-11-302-89/+9
* curl: fix memory leak reading --writeout from fileDaniel Stenberg2018-11-301-0/+1
* tool_main: rename function to make it unique and betterDaniel Stenberg2018-11-301-2/+2
* TODO: remove CURLOPT_DNS_USE_GLOBAL_CACHE entryDaniel Gustafsson2018-11-291-7/+0
* connect: fix building for recent versions of MinixSevan Janiyan2018-11-291-1/+1
* CMake: fix MIT/Heimdal Kerberos detectionKonstantin Kushnir2018-11-292-4/+4
* test328: verify Content-Encoding: noneDaniel Stenberg2018-11-282-1/+56
* configure: include all libraries in ssl-libs fetchJames Knight2018-11-261-1/+1
* doh: fix typo in infof callDaniel Gustafsson2018-11-261-1/+1
* cmdline-opts/gen.pl: define the correct varnameDaniel Gustafsson2018-11-261-1/+1
* RELEASE-NOTES: syncedDaniel Stenberg2018-11-251-6/+34
* curl_easy_perform: fix timeout handlingDaniel Stenberg2018-11-253-5/+30
* CURLOPT_WRITEFUNCTION.3: spell out that it gets called many timesDaniel Stenberg2018-11-231-3/+5
* cookies: create the cookiejar even if no cookies to saveDaniel Stenberg2018-11-234-36/+107
* checksrc: ban snprintf use, add command line flag to override warnsDaniel Stenberg2018-11-231-0/+27
* snprintf: renamed and we now only use msnprintf()Daniel Stenberg2018-11-2392-646/+647
* test: update test20/1322 for eglibc bug workaroundTobias Hintze2018-11-222-2/+2
* host names: allow trailing dot in name resolve, then strip itTobias Hintze2018-11-223-33/+61