summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-07-03formatter: support running from subdirectoriesDavid Kalnischkies1-0/+1
2017-07-03don't set ip addresses as server names for SNIDavid Kalnischkies1-2/+12
2017-07-03Swap file descriptors before the handshakeJulian Andres Klode1-2/+4
2017-07-03Do not error out, only warn if ca certificates are not availableJulian Andres Klode1-5/+5
2017-07-03tls: Add more details to error messages, and detect more errorsJulian Andres Klode1-9/+11
2017-07-02travis/docker: Various improvementsJulian Andres Klode2-3/+4
2017-07-01Ignore download order in test-apt-update-failure-propagationJulian Andres Klode1-17/+2
2017-07-01http: A response with Content-Length: 0 has no contentJulian Andres Klode1-1/+4
2017-07-01Make Verify-Host and Verify-Peer independent againJulian Andres Klode1-2/+2
2017-06-30Upload 1.5~alpha4 to experimental1.5_alpha4Julian Andres Klode5-6/+22
2017-06-30shippable: Run tests in parallelJulian Andres Klode1-2/+2
2017-06-30CMake: Do not allow FORCE_CURL=ON with WITH_CURL=OFFJulian Andres Klode1-1/+4
2017-06-30TLS support: Error out on unsupported curl optionsJulian Andres Klode1-2/+4
2017-06-30Improve closing the TLS connectionJulian Andres Klode1-3/+3
2017-06-30Switch to 'http' as the default https methodJulian Andres Klode11-15/+39
2017-06-30travis: Switch to DockerJulian Andres Klode2-26/+23
2017-06-30Allow http(s) and socks5h for http and https in proxy auto detectJulian Andres Klode1-1/+16
2017-06-30http: Add support for https:// proxiesJulian Andres Klode1-3/+8
2017-06-30http: Add support for CONNECT proxying to HTTPS locationsJulian Andres Klode3-1/+132
2017-06-30Allow running the TLS stack on any lower connectionJulian Andres Klode1-1/+19
2017-06-30Reset failure reason when connection was successfulJulian Andres Klode2-2/+4
2017-06-30Upload 1.5~alpha3 to experimental1.5_alpha3Julian Andres Klode15-16/+23
2017-06-30Don't read CaInfo if not specified (missing else)Julian Andres Klode1-0/+1
2017-06-29Upload 1.5~alpha2 to experimental1.5_alpha2Julian Andres Klode15-16/+35
2017-06-29Build-Depend on debhelper (>= 10) to shut up lintianJulian Andres Klode1-1/+1
2017-06-29Bump Standards-Version (and wrap-and-sort a bit)Julian Andres Klode1-3/+3
2017-06-29http: Only use system CA store if CaInfo is not setJulian Andres Klode1-7/+10
2017-06-29Demote gnupg to SuggestsJulian Andres Klode1-1/+2
2017-06-29Have apt Recommend ca-certificatesJulian Andres Klode1-1/+1
2017-06-29Improve error message if system CA store is emptyJulian Andres Klode1-1/+4
2017-06-29fix a "critical" typo in old changelog entryRobert Luberda1-1/+1
2017-06-29use port from SRV record instead of initial portDavid Kalnischkies1-1/+5
2017-06-28support tor+https being handled by httpDavid Kalnischkies2-4/+18
2017-06-28Upload 1.5~alpha1 to experimental1.5_alpha1Julian Andres Klode60-847/+3385
2017-06-28Strip 0: epochs from the version hashJulian Andres Klode2-0/+49
2017-06-28Merge branch 'feature/releaseinfochange'David Kalnischkies17-58/+416
2017-06-28ask for releaseinfo change interactively in aptDavid Kalnischkies6-13/+42
2017-06-28allow frontends to override releaseinfo change behaviourDavid Kalnischkies3-30/+105
2017-06-28show a Release-Notes URI if infos were changedDavid Kalnischkies5-2/+22
2017-06-28error in update on Release information changesDavid Kalnischkies11-43/+277
2017-06-28fail instead of warn on insecure repositories in apt-getDavid Kalnischkies6-19/+23
2017-06-28Merge branch 'feature/http-https'Julian Andres Klode19-272/+601
2017-06-28Skip test-apt-download-progressJulian Andres Klode1-0/+0
2017-06-28Introduce Acquire::AllowTLS to turn off TLS supportJulian Andres Klode3-0/+14
2017-06-28Fix test suite and enable non-curl testing on travis, shippableJulian Andres Klode3-1/+8
2017-06-28Fix https->http redirect issuesDavid Kalnischkies2-8/+4
2017-06-28methods: http: Drain pending data before selectingJulian Andres Klode3-1/+20
2017-06-28Allow building without curlJulian Andres Klode3-7/+30
2017-06-28methods: Add HTTPS support to http method, using GnuTLSJulian Andres Klode7-182/+385
2017-06-28methods: connect: Switch from int fds to new MethodFdJulian Andres Klode6-72/+126