summaryrefslogtreecommitdiff
path: root/mirrors
AgeCommit message (Expand)Author
2011-10-26Don't require mirrorlist URLs to have ISOsrelease_2011-10-26Dan McGee
2011-10-11Pylint suggested and other cleanupsDan McGee
2011-08-22Admin setup tweaksDan McGee
2011-08-16Small Python convention fixupDan McGee
2011-07-29mirrors: do protocol formatting in templateDan McGee
2011-06-14Add JSON package details and files viewsDan McGee
2011-06-14Allow mirror country field to be persisted to DB as NULLDan McGee
2011-06-09Management command cleanupDan McGee
2011-04-18mirrors: pylint discovered cleanupsDan McGee
2011-04-18Never parse generated lastsync fileDan McGee
2011-04-12Add optional country override for individual mirror URLsDan McGee
2011-04-07Utilize Django 1.3 'on_delete' feature on several foreign keysDan McGee
2011-04-05Make mirror name and URLs uniqueDan McGee
2011-03-28Enhance the mirror details pageDan McGee
2011-03-28Move country filter last in mirror adminDan McGee
2011-03-03Add ordering to mirror protocolsDan McGee
2011-02-27Auto-resolve mirror URLs on saveDan McGee
2011-02-27Auto map the protocol URL fieldDan McGee
2011-02-22Slight tweaks to mirror commandsDan McGee
2011-02-22Modularize URLsDan McGee
2011-01-31Defer format string substitution to loggerDan McGee
2010-12-13Add a mirror status JSON viewDan McGee
2010-12-13Move database interaction out of the threaded sectionDan McGee
2010-12-12Use check count for this URL, not max of all mirrorsDan McGee
2010-12-07Fix mirror check unicode functionDan McGee
2010-12-07Don't require country on mirrorlist submissionDan McGee
2010-11-04Ensure mirrorlist generator works if no status availableDan McGee
2010-10-13Show all mirrors if no IP version specifiedrelease_2010-10-13Dan McGee
2010-10-13Allow filtering of mirrorlist by IP-versionPyroPeter
2010-10-13Mirror check script cleanupDan McGee
2010-10-13Add mirrorresolv manage.py commandPyroPeter
2010-10-13Add has_ipv{4,6} to MirrorUrlPyroPeter
2010-10-13Add 'All' choice and make it the defaultPyroPeter
2010-10-11mirrorcheck: catch and handle another socket timeout caseDan McGee
2010-10-07Factor check completion pct into mirror scorerelease_2010-10-07Dan McGee
2010-10-07mirrorcheck: record duration on file not found errorsDan McGee
2010-10-01Fix an off by one error in math for check intervalDan McGee
2010-09-30Update MirrorProtocol fixture dataDan McGee
2010-09-30Use new is_download fieldDan McGee
2010-09-30Add is_download field to mirror protocolsDan McGee
2010-09-30Mirror status improvementsDan McGee
2010-09-29Fix migration dependencies exposed after moving modelsDan McGee
2010-09-24Add a basic mirror details pageDan McGee
2010-09-24Make general mirror list view publicDan McGee
2010-09-24Give more information about mirror check runs and frequencyDan McGee
2010-09-24Mirror status query refinementsDan McGee
2010-09-22Switch mirror status delay display to average delayrelease_2010-09-22Dan McGee
2010-09-21Allow generated mirrorlist to take status info into accountDan McGee
2010-09-21Allow caching of mirror status infoDan McGee
2010-09-21Prevent 500 if no mirror checks have ranrelease_2010-09-21Dan McGee