summaryrefslogtreecommitdiffstats
path: root/mirrors
AgeCommit message (Expand)AuthorFilesLines
2011-03-03Add ordering to mirror protocolsDan McGee1-0/+1
2011-02-27Auto-resolve mirror URLs on saveDan McGee3-9/+27
2011-02-27Auto map the protocol URL fieldDan McGee2-5/+29
2011-02-22Slight tweaks to mirror commandsDan McGee2-10/+9
2011-02-22Modularize URLsDan McGee2-0/+22
2011-01-31Defer format string substitution to loggerDan McGee2-8/+10
2010-12-13Add a mirror status JSON viewDan McGee1-1/+36
2010-12-13Move database interaction out of the threaded sectionDan McGee1-14/+22
2010-12-12Use check count for this URL, not max of all mirrorsDan McGee1-1/+1
2010-12-07Fix mirror check unicode functionDan McGee1-1/+1
2010-12-07Don't require country on mirrorlist submissionDan McGee1-1/+1
2010-11-04Ensure mirrorlist generator works if no status availableDan McGee1-4/+7
2010-10-13Show all mirrors if no IP version specifiedrelease_2010-10-13Dan McGee1-6/+6
2010-10-13Allow filtering of mirrorlist by IP-versionPyroPeter1-2/+17
2010-10-13Mirror check script cleanupDan McGee1-10/+7
2010-10-13Add mirrorresolv manage.py commandPyroPeter1-0/+55
2010-10-13Add has_ipv{4,6} to MirrorUrlPyroPeter2-0/+68
2010-10-13Add 'All' choice and make it the defaultPyroPeter1-2/+3
2010-10-11mirrorcheck: catch and handle another socket timeout caseDan McGee1-3/+10
2010-10-07Factor check completion pct into mirror scorerelease_2010-10-07Dan McGee1-2/+7
2010-10-07mirrorcheck: record duration on file not found errorsDan McGee1-1/+16
2010-10-01Fix an off by one error in math for check intervalDan McGee1-1/+5
2010-09-30Update MirrorProtocol fixture dataDan McGee1-0/+26
2010-09-30Use new is_download fieldDan McGee2-4/+4
2010-09-30Add is_download field to mirror protocolsDan McGee4-1/+139
2010-09-30Mirror status improvementsDan McGee2-14/+40
2010-09-29Fix migration dependencies exposed after moving modelsDan McGee1-0/+4
2010-09-24Add a basic mirror details pageDan McGee2-0/+17
2010-09-24Make general mirror list view publicDan McGee2-1/+8
2010-09-24Give more information about mirror check runs and frequencyDan McGee2-15/+31
2010-09-24Mirror status query refinementsDan McGee1-4/+4
2010-09-22Switch mirror status delay display to average delayrelease_2010-09-22Dan McGee1-6/+19
2010-09-21Allow generated mirrorlist to take status info into accountDan McGee1-5/+21
2010-09-21Allow caching of mirror status infoDan McGee2-30/+48
2010-09-21Prevent 500 if no mirror checks have ranrelease_2010-09-21Dan McGee1-1/+4
2010-09-21Add ordering, sorting, and a lot more info to mirror status pageDan McGee1-2/+7
2010-09-21Small updates to mirrorcheck commandDan McGee1-3/+5
2010-09-21Add debugger when having to parse lastsync fileDan McGee1-0/+2
2010-09-21Add mirror status viewDan McGee3-0/+65
2010-09-21Add 'mirrorcheck' commandDan McGee3-0/+149
2010-09-21Rename generate mirrorlist viewDan McGee1-1/+1
2010-09-21Add new MirrorLog model and associated migrationDan McGee2-0/+86
2010-09-16Remove some leftover print statementsDan McGee1-1/+0
2010-09-06Move mirror models out of main appDan McGee4-1/+176
2010-09-06Put mirrors app under South controlDan McGee3-0/+17
2010-09-03Use direct_to_template in all remaining possible placesDan McGee1-8/+5
2010-08-28PyLint suggested cleanupsDan McGee1-1/+0
2010-07-02Default country selection to AnyDan McGee1-0/+1
2010-07-02mirrorlist: allow filtering by protocolDan McGee1-7/+15
2010-07-02Get mirrorlist view ready for general useDan McGee1-19/+17