summaryrefslogtreecommitdiff
path: root/methods/connect.cc
Commit message (Expand)AuthorAgeFilesLines
* Reformat and sort all includes with clang-formatJulian Andres Klode2017-07-121-10/+10
* 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
* Make Verify-Host and Verify-Peer independent againJulian Andres Klode2017-07-011-2/+2
* 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
* 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-301-1/+3
* Don't read CaInfo if not specified (missing else)Julian Andres Klode2017-06-301-0/+1
* http: Only use system CA store if CaInfo is not setJulian Andres Klode2017-06-291-7/+10
* Improve error message if system CA store is emptyJulian Andres Klode2017-06-291-1/+4
* use port from SRV record instead of initial portDavid Kalnischkies2017-06-291-1/+5
* Introduce Acquire::AllowTLS to turn off TLS supportJulian Andres Klode2017-06-281-0/+3
* methods: http: Drain pending data before selectingJulian Andres Klode2017-06-281-0/+9
* methods: Add HTTPS support to http method, using GnuTLSJulian Andres Klode2017-06-281-0/+361
* methods: connect: Switch from int fds to new MethodFdJulian Andres Klode2017-06-281-15/+41
* methods: connect: Change PkgAcqMethod to aptMethodJulian Andres Klode2017-06-281-7/+8
* abort connection on '.' target replies in SRVDavid Kalnischkies2016-09-041-0/+8
* methods/connect.cc: Only use AI_IDN if definedJulian Andres Klode2016-08-261-0/+2
* block direct connections to .onion domains (RFC7687)David Kalnischkies2016-08-111-1/+19
* keep trying with next if connection to a SRV host failedDavid Kalnischkies2016-07-061-7/+23
* Do not remove a not working SrvRecords server twiceMichael Vogt2016-01-051-3/+1
* activate AI_IDN by default to support IDN domainsDavid Kalnischkies2015-11-051-0/+2
* allow getaddrinfo flag AI_ADDRCONFIG to be disabledDavid Kalnischkies2015-11-041-1/+6
* fix some unused parameter/variable warningsDavid Kalnischkies2015-08-311-6/+4
* Fix typoMichael Vogt2015-08-241-1/+1
* Add basic (non weight adjusted) shuffling for SrvRecords selectionMichael Vogt2015-08-201-2/+3
* cleanupMichael Vogt2015-08-181-10/+8
* when using srv records, use the next server if one fails to connectMichael Vogt2014-05-231-17/+40
* WIP make connect use GetSrvRecordsMichael Vogt2014-05-221-0/+13
* cleanup headers and especially #includes everywhereDavid Kalnischkies2014-03-131-1/+1
* correct some style/performance/warnings from cppcheckDavid Kalnischkies2014-01-161-3/+3
* * methods/connect.cc:Michael Vogt2013-03-251-2/+2
* add new config options "Acquire::ForceIPv4" and Michael Vogt2013-03-221-0/+8
* merge patch from Colin to fix error message from getaddrinfo() (#703603)Michael Vogt2013-03-211-0/+3
* use forward declaration in headers if possible instead of includesDavid Kalnischkies2011-09-191-0/+2
* do not pollute namespace in the headers with using (Closes: #500198)David Kalnischkies2011-09-191-7/+7
* reorder includes: add <config.h> if needed and include it at firstDavid Kalnischkies2011-09-131-1/+3
* merged from lp:~mvo/apt/mvoMichael Vogt2010-04-141-0/+3
|\
| * Remember hosts with general failures forMichael Vogt2010-04-141-0/+3
* | * Merged from the mvo branchMichael Vogt2009-12-181-3/+4
|\|
| * add AI_ADDRCONFIG to ai_flags in connect.cc as suggested by Aurelien JarnoDavid Kalnischkies2009-12-111-0/+1
| * * methods/connect.cc:David Kalnischkies2009-10-201-2/+2
| * Fix some typos from #479997bubulle@debian.org2009-09-261-1/+1
* | * methods/connect.cc:Michael Vogt2008-02-081-0/+16
|\|
| * * methods/connect.cc:Michael Vogt2008-02-081-0/+16
| * * apt-pkg/acquire-worker.cc, methods/connect.cc:Michael Vogt2008-01-071-0/+1
* | * use pkgAcqMethod::FailReason() for consistent error reportingMichael Vogt2007-02-051-0/+1