index
:
server/parabolaweb
archweb
archweb-generic
lukeshu/netboot
master
Unnamed repository; edit this file 'description' to name the repository.
git-mirror
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mirrors
/
utils.py
Age
Commit message (
Expand
)
Author
2012-07-24
Remove custom utc_now() function, use django.utils.timezone.now()
Dan McGee
2012-07-08
Correctly reassign queryset with added annotation in mirror status
release_2012-07-08
Dan McGee
2012-07-08
Don't include StdDev on sqlite3 mirror status query
Dan McGee
2012-05-13
Add ability to restrict status report to single tier
release_2012-05-13
Dan McGee
2012-05-13
Don't limit protocols returned by mirror status function
Dan McGee
2012-04-25
Ensure sorted order of mirrors in status page matches with JS
release_2012-04-25
Dan McGee
2012-04-25
Finish django countries implementation
Dan McGee
2012-04-25
Rename mirror country fields to country_old in prep for normalization
Dan McGee
2012-04-08
Don't blow up when no mirror status data is available
Dan McGee
2012-04-07
Choose an up-to-date mirror for download URLs
Dan McGee
2012-03-23
Make all datetime objects fully timezone aware
Dan McGee
2012-01-05
Adjust page and content caching lengths and decorators
Dan McGee
2011-12-11
Switch back to using standard deviation in mirror check page
Dan McGee
2011-11-10
Add package signoffs JSON view
Dan McGee
2011-04-18
mirrors: pylint discovered cleanups
Dan McGee
2011-04-12
Add optional country override for individual mirror URLs
Dan McGee
2010-12-12
Use check count for this URL, not max of all mirrors
Dan McGee
2010-10-07
Factor check completion pct into mirror score
release_2010-10-07
Dan McGee
2010-10-01
Fix an off by one error in math for check interval
Dan McGee
2010-09-30
Use new is_download field
Dan McGee
2010-09-30
Mirror status improvements
Dan McGee
2010-09-24
Give more information about mirror check runs and frequency
Dan McGee
2010-09-24
Mirror status query refinements
Dan McGee
2010-09-22
Switch mirror status delay display to average delay
release_2010-09-22
Dan McGee
2010-09-21
Allow caching of mirror status info
Dan McGee