index
:
apt
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
methods
/
connect.cc
Age
Commit message (
Expand
)
Author
Files
Lines
2017-07-12
Reformat and sort all includes with clang-format
Julian Andres Klode
1
-10
/
+10
2017-07-03
don't set ip addresses as server names for SNI
David Kalnischkies
1
-2
/
+12
2017-07-03
Swap file descriptors before the handshake
Julian Andres Klode
1
-2
/
+4
2017-07-03
Do not error out, only warn if ca certificates are not available
Julian Andres Klode
1
-5
/
+5
2017-07-03
tls: Add more details to error messages, and detect more errors
Julian Andres Klode
1
-9
/
+11
2017-07-01
Make Verify-Host and Verify-Peer independent again
Julian Andres Klode
1
-2
/
+2
2017-06-30
TLS support: Error out on unsupported curl options
Julian Andres Klode
1
-2
/
+4
2017-06-30
Improve closing the TLS connection
Julian Andres Klode
1
-3
/
+3
2017-06-30
Allow running the TLS stack on any lower connection
Julian Andres Klode
1
-1
/
+19
2017-06-30
Reset failure reason when connection was successful
Julian Andres Klode
1
-1
/
+3
2017-06-30
Don't read CaInfo if not specified (missing else)
Julian Andres Klode
1
-0
/
+1
2017-06-29
http: Only use system CA store if CaInfo is not set
Julian Andres Klode
1
-7
/
+10
2017-06-29
Improve error message if system CA store is empty
Julian Andres Klode
1
-1
/
+4
2017-06-29
use port from SRV record instead of initial port
David Kalnischkies
1
-1
/
+5
2017-06-28
Introduce Acquire::AllowTLS to turn off TLS support
Julian Andres Klode
1
-0
/
+3
2017-06-28
methods: http: Drain pending data before selecting
Julian Andres Klode
1
-0
/
+9
2017-06-28
methods: Add HTTPS support to http method, using GnuTLS
Julian Andres Klode
1
-0
/
+361
2017-06-28
methods: connect: Switch from int fds to new MethodFd
Julian Andres Klode
1
-15
/
+41
2017-06-28
methods: connect: Change PkgAcqMethod to aptMethod
Julian Andres Klode
1
-7
/
+8
2016-09-04
abort connection on '.' target replies in SRV
David Kalnischkies
1
-0
/
+8
2016-08-26
methods/connect.cc: Only use AI_IDN if defined
Julian Andres Klode
1
-0
/
+2
2016-08-11
block direct connections to .onion domains (RFC7687)
David Kalnischkies
1
-1
/
+19
2016-07-06
keep trying with next if connection to a SRV host failed
David Kalnischkies
1
-7
/
+23
2016-01-05
Do not remove a not working SrvRecords server twice
Michael Vogt
1
-3
/
+1
2015-11-05
activate AI_IDN by default to support IDN domains
David Kalnischkies
1
-0
/
+2
2015-11-04
allow getaddrinfo flag AI_ADDRCONFIG to be disabled
David Kalnischkies
1
-1
/
+6
2015-08-31
fix some unused parameter/variable warnings
David Kalnischkies
1
-6
/
+4
2015-08-24
Fix typo
Michael Vogt
1
-1
/
+1
2015-08-20
Add basic (non weight adjusted) shuffling for SrvRecords selection
Michael Vogt
1
-2
/
+3
2015-08-18
cleanup
Michael Vogt
1
-10
/
+8
2014-05-23
when using srv records, use the next server if one fails to connect
Michael Vogt
1
-17
/
+40
2014-05-22
WIP make connect use GetSrvRecords
Michael Vogt
1
-0
/
+13
2014-03-13
cleanup headers and especially #includes everywhere
David Kalnischkies
1
-1
/
+1
2014-01-16
correct some style/performance/warnings from cppcheck
David Kalnischkies
1
-3
/
+3
2013-03-25
* methods/connect.cc:
Michael Vogt
1
-2
/
+2
2013-03-22
add new config options "Acquire::ForceIPv4" and
Michael Vogt
1
-0
/
+8
2013-03-21
merge patch from Colin to fix error message from getaddrinfo() (#703603)
Michael Vogt
1
-0
/
+3
2011-09-19
use forward declaration in headers if possible instead of includes
David Kalnischkies
1
-0
/
+2
2011-09-19
do not pollute namespace in the headers with using (Closes: #500198)
David Kalnischkies
1
-7
/
+7
2011-09-13
reorder includes: add <config.h> if needed and include it at first
David Kalnischkies
1
-1
/
+3
2010-04-14
merged from lp:~mvo/apt/mvo
Michael Vogt
1
-0
/
+3
2010-04-14
Remember hosts with general failures for
Michael Vogt
1
-0
/
+3
2009-12-18
* Merged from the mvo branch
Michael Vogt
1
-3
/
+4
2009-12-11
add AI_ADDRCONFIG to ai_flags in connect.cc as suggested by Aurelien Jarno
David Kalnischkies
1
-0
/
+1
2009-10-20
* methods/connect.cc:
David Kalnischkies
1
-2
/
+2
2009-09-26
Fix some typos from #479997
bubulle@debian.org
1
-1
/
+1
2008-02-08
* methods/connect.cc:
Michael Vogt
1
-0
/
+16
2008-02-08
* methods/connect.cc:
Michael Vogt
1
-0
/
+16
2008-01-07
* apt-pkg/acquire-worker.cc, methods/connect.cc:
Michael Vogt
1
-0
/
+1
2007-02-05
* use pkgAcqMethod::FailReason() for consistent error reporting
Michael Vogt
1
-0
/
+1
[next]