summaryrefslogtreecommitdiff
path: root/methods/curl.h
Commit message (Collapse)AuthorAgeFilesLines
* Drop curl method and apt-transport-https packageJulian Andres Klode2017-09-241-88/+0
| | | | | This automatically removes any old apt-transport-https, as apt now Breaks it unversioned.
* Reformat and sort all includes with clang-formatJulian Andres Klode2017-07-121-3/+3
| | | | | | | | | | | | | This makes it easier to see which headers includes what. The changes were done by running git grep -l '#\s*include' \ | grep -E '.(cc|h)$' \ | xargs sed -i -E 's/(^\s*)#(\s*)include/\1#\2 include/' To modify all include lines by adding a space, and then running ./git-clang-format.sh.
* Switch to 'http' as the default https methodJulian Andres Klode2017-06-301-0/+88
The old curl based method is still available as 'curl', 'curl+http', and 'curl+https'.