Age | Commit message (Expand) | Author |
2018-05-24 | Handle a missed case of timed out ip addresses | Julian Andres Klode |
2018-05-19 | Reword error for timed out read/write on SOCKS proxy | David Kalnischkies |
2018-05-07 | Remove obsolete RCS keywords | Guillem Jover |
2018-01-03 | Correctly report transient errors again | Julian Andres Klode |
2018-01-03 | Add rapid "happy eyeballs" connection fallback (RFC 8305) | Julian Andres Klode |
2018-01-03 | connect: Extract Connection::CheckError() method | Julian Andres Klode |
2018-01-03 | connect: Store the IP used when picking a connection | Julian Andres Klode |
2018-01-03 | connect: Extract a Connection struct | Julian Andres Klode |
2018-01-03 | connect: Alternate address families for addresses | Julian Andres Klode |
2017-12-13 | report transient errors as transient errors | David Kalnischkies |
2017-09-26 | proper error reporting for v3 onion services | David Kalnischkies |
2017-07-12 | Reformat and sort all includes with clang-format | Julian Andres Klode |
2017-07-03 | don't set ip addresses as server names for SNI | David Kalnischkies |
2017-07-03 | Swap file descriptors before the handshake | Julian Andres Klode |
2017-07-03 | Do not error out, only warn if ca certificates are not available | Julian Andres Klode |
2017-07-03 | tls: Add more details to error messages, and detect more errors | Julian Andres Klode |
2017-07-01 | Make Verify-Host and Verify-Peer independent again | Julian Andres Klode |
2017-06-30 | TLS support: Error out on unsupported curl options | Julian Andres Klode |
2017-06-30 | Improve closing the TLS connection | Julian Andres Klode |
2017-06-30 | Allow running the TLS stack on any lower connection | Julian Andres Klode |
2017-06-30 | Reset failure reason when connection was successful | Julian Andres Klode |
2017-06-30 | Don't read CaInfo if not specified (missing else) | Julian Andres Klode |
2017-06-29 | http: Only use system CA store if CaInfo is not set | Julian Andres Klode |
2017-06-29 | Improve error message if system CA store is empty | Julian Andres Klode |
2017-06-29 | use port from SRV record instead of initial port | David Kalnischkies |
2017-06-28 | Introduce Acquire::AllowTLS to turn off TLS support | Julian Andres Klode |
2017-06-28 | methods: http: Drain pending data before selecting | Julian Andres Klode |
2017-06-28 | methods: Add HTTPS support to http method, using GnuTLS | Julian Andres Klode |
2017-06-28 | methods: connect: Switch from int fds to new MethodFd | Julian Andres Klode |
2017-06-28 | methods: connect: Change PkgAcqMethod to aptMethod | Julian Andres Klode |
2016-09-04 | abort connection on '.' target replies in SRV | David Kalnischkies |
2016-08-26 | methods/connect.cc: Only use AI_IDN if defined | Julian Andres Klode |
2016-08-11 | block direct connections to .onion domains (RFC7687) | David Kalnischkies |
2016-07-06 | keep trying with next if connection to a SRV host failed | David Kalnischkies |
2016-01-05 | Do not remove a not working SrvRecords server twice | Michael Vogt |
2015-11-05 | activate AI_IDN by default to support IDN domains | David Kalnischkies |
2015-11-04 | allow getaddrinfo flag AI_ADDRCONFIG to be disabled | David Kalnischkies |
2015-08-31 | fix some unused parameter/variable warnings | David Kalnischkies |
2015-08-24 | Fix typo | Michael Vogt |
2015-08-20 | Add basic (non weight adjusted) shuffling for SrvRecords selection | Michael Vogt |
2015-08-18 | cleanup | Michael Vogt |
2014-05-23 | when using srv records, use the next server if one fails to connect | Michael Vogt |
2014-05-22 | WIP make connect use GetSrvRecords | Michael Vogt |
2014-03-13 | cleanup headers and especially #includes everywhere | David Kalnischkies |
2014-01-16 | correct some style/performance/warnings from cppcheck | David Kalnischkies |
2013-03-25 | * methods/connect.cc: | Michael Vogt |
2013-03-22 | add new config options "Acquire::ForceIPv4" and | Michael Vogt |
2013-03-21 | merge patch from Colin to fix error message from getaddrinfo() (#703603) | Michael Vogt |
2011-09-19 | use forward declaration in headers if possible instead of includes | David Kalnischkies |
2011-09-19 | do not pollute namespace in the headers with using (Closes: #500198) | David Kalnischkies |