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
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
2007-02-01
* commited the latest mirror failure detection code
Michael Vogt
1
-9
/
+8
2006-02-20
* only remove the sigfile if pkgAcqMetaSig::Failed() didn't fail for a networ...
Michael Vogt
1
-0
/
+2
2005-08-22
* improve the timeout handling (again)
Michael Vogt
1
-0
/
+3
2005-06-07
* report timeouts (from Connect) and fail if they happen in pkgAcqMetaSig
Michael Vogt
1
-1
/
+3
2004-12-13
Merge apt--authentication--0
Matt Zimmerman
1
-1
/
+1
2004-09-20
* Patch from Eric Wong <normalperson@yhbt.net> to inclu...
Arch Librarian
1
-2
/
+2
2004-09-20
Lots and lots of i18n updates.
Arch Librarian
1
-15
/
+16
2004-09-20
PD license
Arch Librarian
1
-2
/
+5
2004-09-20
EAI_AGAIN is common..
Arch Librarian
1
-1
/
+4
2004-09-20
Join with aliencode
Arch Librarian
1
-12
/
+45
2004-09-20
More care with AF_UNIX and better error reporting
Arch Librarian
1
-27
/
+37
2004-09-20
Fixed error reporting for empty host strings and invali...
Arch Librarian
1
-2
/
+4
2004-09-20
Changed handling of EAI_SERVICE
Arch Librarian
1
-5
/
+2
2004-09-20
Better handling of missing services
Arch Librarian
1
-13
/
+29
2004-09-20
Fixed up error handling in connect
Arch Librarian
1
-5
/
+15
2004-09-20
Multiprotocol connect
Arch Librarian
1
-0
/
+143