summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Upload 1.5~alpha3 to experimental1.5_alpha3Julian Andres Klode2017-06-3015-16/+23
* Don't read CaInfo if not specified (missing else)Julian Andres Klode2017-06-301-0/+1
* Upload 1.5~alpha2 to experimental1.5_alpha2Julian Andres Klode2017-06-2915-16/+35
* Build-Depend on debhelper (>= 10) to shut up lintianJulian Andres Klode2017-06-291-1/+1
* Bump Standards-Version (and wrap-and-sort a bit)Julian Andres Klode2017-06-291-3/+3
* http: Only use system CA store if CaInfo is not setJulian Andres Klode2017-06-291-7/+10
* Demote gnupg to SuggestsJulian Andres Klode2017-06-291-1/+2
* Have apt Recommend ca-certificatesJulian Andres Klode2017-06-291-1/+1
* Improve error message if system CA store is emptyJulian Andres Klode2017-06-291-1/+4
* fix a "critical" typo in old changelog entryRobert Luberda2017-06-291-1/+1
* use port from SRV record instead of initial portDavid Kalnischkies2017-06-291-1/+5
* support tor+https being handled by httpDavid Kalnischkies2017-06-282-4/+18
* Upload 1.5~alpha1 to experimental1.5_alpha1Julian Andres Klode2017-06-2860-847/+3385
* Strip 0: epochs from the version hashJulian Andres Klode2017-06-282-0/+49
* Merge branch 'feature/releaseinfochange'David Kalnischkies2017-06-2817-58/+416
|\
| * ask for releaseinfo change interactively in aptDavid Kalnischkies2017-06-286-13/+42
| * allow frontends to override releaseinfo change behaviourDavid Kalnischkies2017-06-283-30/+105
| * show a Release-Notes URI if infos were changedDavid Kalnischkies2017-06-285-2/+22
| * error in update on Release information changesDavid Kalnischkies2017-06-2811-43/+277
|/
* fail instead of warn on insecure repositories in apt-getDavid Kalnischkies2017-06-286-19/+23
* Merge branch 'feature/http-https'Julian Andres Klode2017-06-2819-272/+601
|\
| * Introduce Acquire::AllowTLS to turn off TLS supportJulian Andres Klode2017-06-283-0/+14
| * Fix test suite and enable non-curl testing on travis, shippableJulian Andres Klode2017-06-283-1/+8
| * Fix https->http redirect issuesDavid Kalnischkies2017-06-282-8/+4
| * methods: http: Drain pending data before selectingJulian Andres Klode2017-06-283-1/+20
| * Allow building without curlJulian Andres Klode2017-06-283-7/+30
| * methods: Add HTTPS support to http method, using GnuTLSJulian Andres Klode2017-06-287-182/+385
| * methods: connect: Switch from int fds to new MethodFdJulian Andres Klode2017-06-286-72/+126
| * methods: connect: Change PkgAcqMethod to aptMethodJulian Andres Klode2017-06-284-12/+14
| * Add clang-format definitionsJulian Andres Klode2017-06-282-0/+11
* | Skip test-apt-download-progressJulian Andres Klode2017-06-281-0/+0
|/
* travis: ignore profiling warning in progress linesDavid Kalnischkies2017-06-271-2/+2
* fix some unlikely memory leaks in error casesDavid Kalnischkies2017-06-264-42/+24
* deal with 3xx httpcodes as required by HTTP/1.1 specDavid Kalnischkies2017-06-263-14/+15
* fail InRelease on non-404 HTTP errorcodesDavid Kalnischkies2017-06-262-1/+14
* show .diff/Index properly as ignored if we fallbackDavid Kalnischkies2017-06-263-111/+94
* warn if an expected file can't be acquiredDavid Kalnischkies2017-06-267-5/+83
* avoid changing directory in mirror methodDavid Kalnischkies2017-06-261-17/+13
* clean archives without changing directoryDavid Kalnischkies2017-06-264-28/+50
* ident a CD without changing directoryDavid Kalnischkies2017-06-261-23/+23
* Avoid chdir in acquire clean with unlinkatDavid Kalnischkies2017-06-263-32/+40
* make the create-test-data script great againDavid Kalnischkies2017-06-262-19/+32
* Show permission error if ProxyAutoDetect cmd can't be executedDavid Kalnischkies2017-06-263-1/+12
* Refactor to avoid loop/dangling gcc warningsDavid Kalnischkies2017-06-264-9/+11
* Annotate intended switch fall through in httpsDavid Kalnischkies2017-06-261-0/+1
* Refactor finding compressor by name to avoid code dupDavid Kalnischkies2017-06-261-46/+33
* Call update from apt-key test for a strange path testDavid Kalnischkies2017-06-262-1/+17
* Add a few more Auto-Detect-Proxy testsDavid Kalnischkies2017-06-262-6/+31
* don't show incorrect 'How odd' errror in no-download modeDavid Kalnischkies2017-06-261-22/+27
* avoid explicit types for pkg counts by autoDavid Kalnischkies2017-06-267-49/+59