index
:
apt.git
1.4.y+ios
1.8.2.z+ios
1.8.2.z+ios+json
1.8.y+ios
1.8.y+ios+json
cydia
master
sille-apt
Saurik's version of apt managed for tvOS/ARM64
Sam Bingner
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
methods
/
connect.cc
Age
Commit message (
Expand
)
Author
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
2011-09-13
reorder includes: add <config.h> if needed and include it at first
David Kalnischkies
2010-04-14
merged from lp:~mvo/apt/mvo
Michael Vogt
2010-04-14
Remember hosts with general failures for
Michael Vogt
2009-12-18
* Merged from the mvo branch
Michael Vogt
2009-12-11
add AI_ADDRCONFIG to ai_flags in connect.cc as suggested by Aurelien Jarno
David Kalnischkies
2009-10-20
* methods/connect.cc:
David Kalnischkies
2009-09-26
Fix some typos from #479997
bubulle@debian.org
2008-02-08
* methods/connect.cc:
Michael Vogt
2008-02-08
* methods/connect.cc:
Michael Vogt
2008-01-07
* apt-pkg/acquire-worker.cc, methods/connect.cc:
Michael Vogt
2007-02-05
* use pkgAcqMethod::FailReason() for consistent error reporting
Michael Vogt
2007-02-01
* commited the latest mirror failure detection code
Michael Vogt
2006-02-20
* only remove the sigfile if pkgAcqMetaSig::Failed() didn't fail for a networ...
Michael Vogt
2005-08-22
* improve the timeout handling (again)
Michael Vogt
2005-06-07
* report timeouts (from Connect) and fail if they happen in pkgAcqMetaSig
Michael Vogt
2004-12-13
Merge apt--authentication--0
Matt Zimmerman
2004-09-20
* Patch from Eric Wong <normalperson@yhbt.net> to inclu...
Arch Librarian
2004-09-20
Lots and lots of i18n updates.
Arch Librarian
2004-09-20
PD license
Arch Librarian
2004-09-20
EAI_AGAIN is common..
Arch Librarian
2004-09-20
Join with aliencode
Arch Librarian
2004-09-20
More care with AF_UNIX and better error reporting
Arch Librarian
2004-09-20
Fixed error reporting for empty host strings and invali...
Arch Librarian
2004-09-20
Changed handling of EAI_SERVICE
Arch Librarian
2004-09-20
Better handling of missing services
Arch Librarian
2004-09-20
Fixed up error handling in connect
Arch Librarian
2004-09-20
Multiprotocol connect
Arch Librarian