summaryrefslogtreecommitdiff
path: root/apt-pkg/contrib/srvrec.cc
AgeCommit message (Expand)AuthorFilesLines
2018-05-11don't try SRV requests based on IP addressesDavid Kalnischkies1-0/+10
2017-07-12Reformat and sort all includes with clang-formatJulian Andres Klode1-3/+1
2016-08-12ensure a good clock() value for usage and testsDavid Kalnischkies1-1/+1
2015-10-30srvrec: Do not expose C++11 tuple use in headerJulian Andres Klode1-0/+7
2015-10-30GetSrvRecords: Make thread-safeJulian Andres Klode1-2/+7
2015-09-02avoid triggering the c++11 erase api change on travisDavid Kalnischkies1-2/+2
2015-09-01use clock() as source for SRV randomnessDavid Kalnischkies1-22/+10
2015-08-20Add basic (non weight adjusted) shuffling for SrvRecords selectionMichael Vogt1-3/+56
2015-08-18apt-pkg/contrib/srvrec.cc: res_query() should not generate a _error->Warning()Michael Vogt1-0/+2
2015-08-18cleanupMichael Vogt1-5/+5
2014-05-23WIP start randomizingMichael Vogt1-2/+29
2014-05-22WIP make connect use GetSrvRecordsMichael Vogt1-0/+14
2014-05-20add sorting by priorityMichael Vogt1-0/+7
2014-05-20add GetSrvRecord helper to apt-pkg/contrib/srvrec.{cc,h}Michael Vogt1-0/+93