summaryrefslogtreecommitdiff
path: root/methods/connect.cc
Commit message (Expand)AuthorAgeFilesLines
* activate AI_IDN by default to support IDN domainsDavid Kalnischkies2015-11-051-0/+2
* allow getaddrinfo flag AI_ADDRCONFIG to be disabledDavid Kalnischkies2015-11-041-1/+6
* fix some unused parameter/variable warningsDavid Kalnischkies2015-08-311-6/+4
* Fix typoMichael Vogt2015-08-241-1/+1
* Add basic (non weight adjusted) shuffling for SrvRecords selectionMichael Vogt2015-08-201-2/+3
* cleanupMichael Vogt2015-08-181-10/+8
* when using srv records, use the next server if one fails to connectMichael Vogt2014-05-231-17/+40
* WIP make connect use GetSrvRecordsMichael Vogt2014-05-221-0/+13
* cleanup headers and especially #includes everywhereDavid Kalnischkies2014-03-131-1/+1
* correct some style/performance/warnings from cppcheckDavid Kalnischkies2014-01-161-3/+3
* * methods/connect.cc:Michael Vogt2013-03-251-2/+2
* add new config options "Acquire::ForceIPv4" and Michael Vogt2013-03-221-0/+8
* merge patch from Colin to fix error message from getaddrinfo() (#703603)Michael Vogt2013-03-211-0/+3
* use forward declaration in headers if possible instead of includesDavid Kalnischkies2011-09-191-0/+2
* do not pollute namespace in the headers with using (Closes: #500198)David Kalnischkies2011-09-191-7/+7
* reorder includes: add <config.h> if needed and include it at firstDavid Kalnischkies2011-09-131-1/+3
* merged from lp:~mvo/apt/mvoMichael Vogt2010-04-141-0/+3
|\
| * Remember hosts with general failures forMichael Vogt2010-04-141-0/+3
* | * Merged from the mvo branchMichael Vogt2009-12-181-3/+4
|\|
| * add AI_ADDRCONFIG to ai_flags in connect.cc as suggested by Aurelien JarnoDavid Kalnischkies2009-12-111-0/+1
| * * methods/connect.cc:David Kalnischkies2009-10-201-2/+2
| * Fix some typos from #479997bubulle@debian.org2009-09-261-1/+1
* | * methods/connect.cc:Michael Vogt2008-02-081-0/+16
|\|
| * * methods/connect.cc:Michael Vogt2008-02-081-0/+16
| * * apt-pkg/acquire-worker.cc, methods/connect.cc:Michael Vogt2008-01-071-0/+1
* | * use pkgAcqMethod::FailReason() for consistent error reportingMichael Vogt2007-02-051-0/+1
* | * commited the latest mirror failure detection codeMichael Vogt2007-02-011-9/+8
|/
* * only remove the sigfile if pkgAcqMetaSig::Failed() didn't fail for a networ...Michael Vogt2006-02-201-0/+2
* * improve the timeout handling (again)Michael Vogt2005-08-221-0/+3
* * report timeouts (from Connect) and fail if they happen in pkgAcqMetaSig Michael Vogt2005-06-071-1/+3
* Merge apt--authentication--0Matt Zimmerman2004-12-131-1/+1
* * Patch from Eric Wong <normalperson@yhbt.net> to inclu...Arch Librarian2004-09-201-2/+2
* Lots and lots of i18n updates.Arch Librarian2004-09-201-15/+16
* PD licenseArch Librarian2004-09-201-2/+5
* EAI_AGAIN is common..Arch Librarian2004-09-201-1/+4
* Join with aliencodeArch Librarian2004-09-201-12/+45
* More care with AF_UNIX and better error reportingArch Librarian2004-09-201-27/+37
* Fixed error reporting for empty host strings and invali...Arch Librarian2004-09-201-2/+4
* Changed handling of EAI_SERVICEArch Librarian2004-09-201-5/+2
* Better handling of missing servicesArch Librarian2004-09-201-13/+29
* Fixed up error handling in connectArch Librarian2004-09-201-5/+15
* Multiprotocol connectArch Librarian2004-09-201-0/+143