index
:
apt
feature/rred
main
master
Debians commandline package manager
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
methods
/
connect.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use https config on https proxies for http servers
David Kalnischkies
2021-09-13
1
-9
/
+10
*
Turn TLS handshake issues into transient errors
Julian Andres Klode
2021-05-12
1
-1
/
+1
*
connect: use ServiceNameOrPort, not Port, as the cache key
Faidon Liambotis
2020-12-23
1
-4
/
+7
*
connect: convert a C-style string to std::string
Faidon Liambotis
2020-12-23
1
-11
/
+8
*
Apply various suggestions by cppcheck
David Kalnischkies
2019-07-08
1
-1
/
+1
*
Merge tag '1.8.2'
Julian Andres Klode
2019-06-11
1
-28
/
+51
|
\
|
*
methods: https: handle requests for TLS re-handshake
Michael Zhivich
2019-05-21
1
-28
/
+51
*
|
Fix new gcc-9 warning -Wpessimizing-move
David Kalnischkies
2019-04-16
1
-1
/
+1
|
/
*
Handle a missed case of timed out ip addresses
Julian Andres Klode
2018-05-24
1
-0
/
+1
*
Reword error for timed out read/write on SOCKS proxy
David Kalnischkies
2018-05-19
1
-1
/
+6
*
Remove obsolete RCS keywords
Guillem Jover
2018-05-07
1
-1
/
+0
*
Correctly report transient errors again
Julian Andres Klode
2018-01-03
1
-4
/
+8
*
Add rapid "happy eyeballs" connection fallback (RFC 8305)
Julian Andres Klode
2018-01-03
1
-26
/
+100
*
connect: Extract Connection::CheckError() method
Julian Andres Klode
2018-01-03
1
-0
/
+6
*
connect: Store the IP used when picking a connection
Julian Andres Klode
2018-01-03
1
-9
/
+5
*
connect: Extract a Connection struct
Julian Andres Klode
2018-01-03
1
-8
/
+36
*
connect: Alternate address families for addresses
Julian Andres Klode
2018-01-03
1
-24
/
+48
*
report transient errors as transient errors
David Kalnischkies
2017-12-13
1
-79
/
+182
*
proper error reporting for v3 onion services
David Kalnischkies
2017-09-26
1
-3
/
+3
*
Reformat and sort all includes with clang-format
Julian Andres Klode
2017-07-12
1
-10
/
+10
*
don't set ip addresses as server names for SNI
David Kalnischkies
2017-07-03
1
-2
/
+12
*
Swap file descriptors before the handshake
Julian Andres Klode
2017-07-03
1
-2
/
+4
*
Do not error out, only warn if ca certificates are not available
Julian Andres Klode
2017-07-03
1
-5
/
+5
*
tls: Add more details to error messages, and detect more errors
Julian Andres Klode
2017-07-03
1
-9
/
+11
*
Make Verify-Host and Verify-Peer independent again
Julian Andres Klode
2017-07-01
1
-2
/
+2
*
TLS support: Error out on unsupported curl options
Julian Andres Klode
2017-06-30
1
-2
/
+4
*
Improve closing the TLS connection
Julian Andres Klode
2017-06-30
1
-3
/
+3
*
Allow running the TLS stack on any lower connection
Julian Andres Klode
2017-06-30
1
-1
/
+19
*
Reset failure reason when connection was successful
Julian Andres Klode
2017-06-30
1
-1
/
+3
*
Don't read CaInfo if not specified (missing else)
Julian Andres Klode
2017-06-30
1
-0
/
+1
*
http: Only use system CA store if CaInfo is not set
Julian Andres Klode
2017-06-29
1
-7
/
+10
*
Improve error message if system CA store is empty
Julian Andres Klode
2017-06-29
1
-1
/
+4
*
use port from SRV record instead of initial port
David Kalnischkies
2017-06-29
1
-1
/
+5
*
Introduce Acquire::AllowTLS to turn off TLS support
Julian Andres Klode
2017-06-28
1
-0
/
+3
*
methods: http: Drain pending data before selecting
Julian Andres Klode
2017-06-28
1
-0
/
+9
*
methods: Add HTTPS support to http method, using GnuTLS
Julian Andres Klode
2017-06-28
1
-0
/
+361
*
methods: connect: Switch from int fds to new MethodFd
Julian Andres Klode
2017-06-28
1
-15
/
+41
*
methods: connect: Change PkgAcqMethod to aptMethod
Julian Andres Klode
2017-06-28
1
-7
/
+8
*
abort connection on '.' target replies in SRV
David Kalnischkies
2016-09-04
1
-0
/
+8
*
methods/connect.cc: Only use AI_IDN if defined
Julian Andres Klode
2016-08-26
1
-0
/
+2
*
block direct connections to .onion domains (RFC7687)
David Kalnischkies
2016-08-11
1
-1
/
+19
*
keep trying with next if connection to a SRV host failed
David Kalnischkies
2016-07-06
1
-7
/
+23
*
Do not remove a not working SrvRecords server twice
Michael Vogt
2016-01-05
1
-3
/
+1
*
activate AI_IDN by default to support IDN domains
David Kalnischkies
2015-11-05
1
-0
/
+2
*
allow getaddrinfo flag AI_ADDRCONFIG to be disabled
David Kalnischkies
2015-11-04
1
-1
/
+6
*
fix some unused parameter/variable warnings
David Kalnischkies
2015-08-31
1
-6
/
+4
*
Fix typo
Michael Vogt
2015-08-24
1
-1
/
+1
*
Add basic (non weight adjusted) shuffling for SrvRecords selection
Michael Vogt
2015-08-20
1
-2
/
+3
*
cleanup
Michael Vogt
2015-08-18
1
-10
/
+8
*
when using srv records, use the next server if one fails to connect
Michael Vogt
2014-05-23
1
-17
/
+40
[next]