summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Revert "progress: CURL_DISABLE_PROGRESS_METER"bagder/fixed-speedlimitsDaniel Stenberg2019-05-221-61/+49
* bump: start on the next releaseDaniel Stenberg2019-05-222-232/+11
* examples: fix "clarify calculation precedence" warningsMarcel Raad2019-05-224-15/+18
* hiperfifo: remove unused variableMarcel Raad2019-05-221-1/+0
* examples: remove dead variable storesMarcel Raad2019-05-224-35/+34
* examples: reduce variable scopesMarcel Raad2019-05-2211-51/+51
* http2-download: fix format specifierMarcel Raad2019-05-221-1/+1
* PolarSSL: deprecate support step 1. Removed from configure.Daniel Stenberg2019-05-2210-125/+47
* configure/cmake: check for if_nametoindex()Daniel Stenberg2019-05-224-0/+118
* parse_proxy: use the IPv6 zone id if givenDaniel Stenberg2019-05-221-25/+36
* RELEASE-NOTES: 7.65.0 releasecurl-7_65_0Daniel Stenberg2019-05-221-11/+44
* THANKS: from the 7.65.0 release-notesDaniel Stenberg2019-05-221-0/+24
* url: convert the zone id from a IPv6 URL to correct scope idDaniel Stenberg2019-05-211-43/+22
* configure: detect getsockname and getpeername on windows tooDaniel Stenberg2019-05-212-2/+197
* examples: remove unused variablesMarcel Raad2019-05-2112-35/+26
* udpateconninfo: mark variable unusedDaniel Gustafsson2019-05-211-0/+2
* ftp: move ftp_ccc in under featureflagDaniel Gustafsson2019-05-214-0/+8
* curl: report error for "--no-" on non-boolean optionsDaniel Stenberg2019-05-205-3/+46
* mbedtls: enable use of EC keysGuy Poizat2019-05-201-1/+2
* lib1560: add tests for parsing URL with too long schemeDaniel Stenberg2019-05-201-0/+18
* urlapi: increase supported scheme length to 40 bytesOmar Ramadan2019-05-202-6/+8
* lib: reduce variable scopesMarcel Raad2019-05-2023-124/+115
* tool_formparse: remove redundant assignmentMarcel Raad2019-05-201-3/+2
* ssh: move variable declaration to where it's usedMarcel Raad2019-05-201-8/+5
* ssh-libssh: remove unused variableMarcel Raad2019-05-201-3/+1
* test332: verify the blksize fixDaniel Stenberg2019-05-202-1/+46
* tftp: use the current blksize for recvfrom()Daniel Stenberg2019-05-201-1/+1
* version: make ssl_version buffer match for multi_sslDaniel Gustafsson2019-05-191-0/+4
* http_ntlm_wb: Handle auth for only a single requestSteve Holme2019-05-181-3/+11
* http_ntlm_wb: Cleanup handshake after clean NTLM failureSteve Holme2019-05-181-1/+7
* http_ntlm_wb: Return the correct error on receiving an empty auth messageSteve Holme2019-05-181-3/+11
* curl: make code work with protocol-disabled libcurlDaniel Stenberg2019-05-188-12/+22
* libcurl: #ifdef away more code for disabled features/protocolsDaniel Stenberg2019-05-178-104/+157
* progress: CURL_DISABLE_PROGRESS_METERDaniel Stenberg2019-05-171-49/+61
* hostip: CURL_DISABLE_SHUFFLE_DNSDaniel Stenberg2019-05-172-1/+6
* netrc: CURL_DISABLE_NETRCDaniel Stenberg2019-05-172-2/+12
* docs: Markdown and misc improvements [ci skip]Viktor Szakats2019-05-166-230/+240
* docs/RELEASE-PROCEDURE: link to live iCalendar [ci skip]Viktor Szakats2019-05-161-0/+4
* travis: add an osx http-only buildDaniel Stenberg2019-05-161-0/+3
* cleanup: remove FIXME and TODO commentsDaniel Stenberg2019-05-1636-152/+33
* curl: don't set FTP options for FTP-disabled buildsDaniel Stenberg2019-05-161-1/+4
* http_ntlm_wb: Move the type-2 message processing into a dedicated functionSteve Holme2019-05-163-15/+35
* RELEASE-NOTES: syncedDaniel Stenberg2019-05-151-9/+22
* docs/RELEASE-PROCEDURE: updated coming releases dates [ci skip]Daniel Stenberg2019-05-151-1/+4
* CURLOPT_READFUNCTION.3: see also CURLOPT_UPLOAD_BUFFERSIZE [ci skip]Daniel Stenberg2019-05-151-1/+2
* parse_proxy: use the URL parser APIDaniel Stenberg2019-05-152-148/+83
* http_negotiate: Move the Negotiate state out of the negotiatedata structureSteve Holme2019-05-156-30/+37
* http_ntlm: Move the NTLM state out of the ntlmdata structureSteve Holme2019-05-156-28/+34
* url: Move the negotiate state type into a dedicated enumSteve Holme2019-05-151-3/+9
* url: Remove duplicate clean up of the winbind variables in conn_shutdown()Steve Holme2019-05-141-6/+0