summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | formatter: support running from subdirectoriesDavid Kalnischkies2017-07-031-0/+1
* | don't set ip addresses as server names for SNIDavid Kalnischkies2017-07-031-2/+12
* | Swap file descriptors before the handshakeJulian Andres Klode2017-07-031-2/+4
* | Do not error out, only warn if ca certificates are not availableJulian Andres Klode2017-07-031-5/+5
* | tls: Add more details to error messages, and detect more errorsJulian Andres Klode2017-07-031-9/+11
* | travis/docker: Various improvementsJulian Andres Klode2017-07-022-3/+4
* | Ignore download order in test-apt-update-failure-propagationJulian Andres Klode2017-07-011-17/+2
* | http: A response with Content-Length: 0 has no contentJulian Andres Klode2017-07-011-1/+4
* | Make Verify-Host and Verify-Peer independent againJulian Andres Klode2017-07-011-2/+2
* | Upload 1.5~alpha4 to experimental1.5_alpha4Julian Andres Klode2017-06-305-6/+22
* | shippable: Run tests in parallelJulian Andres Klode2017-06-301-2/+2
* | CMake: Do not allow FORCE_CURL=ON with WITH_CURL=OFFJulian Andres Klode2017-06-301-1/+4
* | TLS support: Error out on unsupported curl optionsJulian Andres Klode2017-06-301-2/+4
* | Improve closing the TLS connectionJulian Andres Klode2017-06-301-3/+3
* | Switch to 'http' as the default https methodJulian Andres Klode2017-06-3011-15/+39
* | travis: Switch to DockerJulian Andres Klode2017-06-302-26/+23
* | Allow http(s) and socks5h for http and https in proxy auto detectJulian Andres Klode2017-06-301-1/+16
* | http: Add support for https:// proxiesJulian Andres Klode2017-06-301-3/+8
* | http: Add support for CONNECT proxying to HTTPS locationsJulian Andres Klode2017-06-303-1/+132
* | Allow running the TLS stack on any lower connectionJulian Andres Klode2017-06-301-1/+19
* | Reset failure reason when connection was successfulJulian Andres Klode2017-06-302-2/+4
* | 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