| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 0.09HEAD0.09master | Dan Fandrich | 2025-11-17 | 2 | -1/+12 |
| | | |||||
| * | Fix some typos | Dan Fandrich | 2025-11-17 | 3 | -4/+4 |
| | | |||||
| * | Set line width on graph proportional to bandwidth | Dan Fandrich | 2025-11-17 | 2 | -1/+7 |
| | | | | | This is already a feature of the Google map, but that's not currently working. | ||||
| * | Set the async flag when loading the Google Maps API | Dan Fandrich | 2025-11-15 | 1 | -1/+1 |
| | | | | | | | This API isn't working (it's outdated and there's no API key) and while this change might actually be breaking it more, but it at least stops an intrusive alert from showing on the page for every user. | ||||
| * | Expect bytes-per-second in getStrokeWeight() | Dan Fandrich | 2025-11-15 | 1 | -4/+16 |
| | | | | | The value actually provided is numeric, not the human-readable form. | ||||
| * | Switch the mirrors graph to SVG | Dan Fandrich | 2025-11-15 | 1 | -0/+1 |
| | | | | | This provides better image quality, greater speed and reduced bandwidth. | ||||
| * | Don't bother writing to disk in _check_url() | Dan Fandrich | 2025-11-14 | 1 | -5/+2 |
| | | | | | | The actual data doesn't matter, so just send to /dev/null or avoid downloading it altogether. | ||||
| * | Increase timeout when connecting to remote servers | Dan Fandrich | 2025-11-13 | 1 | -2/+4 |
| | | | | | This is a batch job so if the server is slightly slow, we'll wait. | ||||
| * | Suppress error messages from rsync | Dan Fandrich | 2025-11-13 | 1 | -1/+2 |
| | | | | | | | | | Despite being given the --quiet option, rsync will write an error message if it can't change to a directory on the remote server. This happens for servers that mirror only a subset of architectures and results in cron mailing error messages on every such run. Since errors are tracked elsewhere, just drop anything going to stderr from rsync. | ||||
| * | Merge remote-tracking branch 'origin/master' | Dan Fandrich | 2025-11-13 | 3 | -5/+7 |
| |\ | | | | | | | Restore what looks like a force push that removed the 0.08 release. | ||||
| | * | Use https:// where applicable | Jani Välimaa | 2024-09-14 | 4 | -4/+4 |
| | | | |||||
| | * | Add more bandwidths to getStrokeWeight() | Jani Välimaa | 2024-09-14 | 1 | -2/+4 |
| | | | |||||
| * | | 0.080.08 | Dan Fandrich | 2024-01-12 | 2 | -1/+16 |
| | | | |||||
| * | | Sync the spec file template with Mageia's | Dan Fandrich | 2024-01-12 | 1 | -17/+14 |
| |/ | | | | This removes a bunch of obsolete cruft. | ||||
| * | Fix the favicon link (mga#12220) | Dan Fandrich | 2024-01-12 | 1 | -1/+1 |
| | | |||||
| * | Use the proper name case in the makefile | Dan Fandrich | 2024-01-04 | 1 | -1/+1 |
| | | | | | | | The lower-case name caused the files in root/ to be placed into the wrong directory on install, where Catalyst couldn't find them at run-time. | ||||
| * | Regenerated the scripts with a modern Catalyst | Dan Fandrich | 2024-01-04 | 5 | -234/+58 |
| | | | | | | | This was done with "catalyst.pl -force -scripts MGA::Mirrors" using perl-Catalyst-Runtime-5.901.280-1.mga8 The old scripts complained about outdated usage. | ||||
| * | Choose better defaults in the distrib page | Dan Fandrich | 2024-01-01 | 1 | -4/+10 |
| | | | | | | | Default to the lexicographic last of the versions and architectures for the user rather than allowing the browser default to the first. This will normally select Cauldron and x86_64. | ||||
| * | Fix a couple of HTML validation errors | Dan Fandrich | 2024-01-01 | 2 | -3/+2 |
| | | |||||
| * | Add a link to the status page | Dan Fandrich | 2024-01-01 | 1 | -0/+1 |
| | | |||||
| * | 0.070.07 | Pascal Terjan | 2020-07-05 | 1 | -1/+1 |
| | | |||||
| * | style a little page/nav layout, add favicon | Romain d'Alverny | 2011-07-27 | 2 | -14/+15 |
| | | |||||
| * | - check mirrors more often | Olivier Thauvin | 2011-06-02 | 1 | -1/+1 |
| | | |||||
| * | 0.060.06 | Olivier Blin | 2011-03-21 | 1 | -1/+1 |
| | | |||||
| * | fix arch key in mirrors API output | Olivier Blin | 2011-03-21 | 1 | -1/+1 |
| | | |||||
| * | - don't want too recent Catalyst version | Olivier Thauvin | 2011-03-20 | 1 | -1/+1 |
| | | |||||
| * | - 0.05 | Olivier Thauvin | 2011-03-20 | 1 | -1/+1 |
| | | |||||
| * | - provide crontab for mirror checks | Olivier Thauvin | 2011-03-20 | 4 | -0/+20 |
| | | |||||
| * | - properly discnnect from db to avoid warning | Olivier Thauvin | 2011-03-19 | 1 | -0/+8 |
| | | |||||
| * | - install check_mirror tools | Olivier Thauvin | 2011-03-19 | 1 | -0/+1 |
| | | |||||
| * | - use wget in quiet mode | Olivier Thauvin | 2011-03-19 | 1 | -1/+1 |
| | | |||||
| * | - fix url | Olivier Thauvin | 2011-03-19 | 1 | -1/+1 |
| | | |||||
| * | - 0.04 | Olivier Thauvin | 2011-03-19 | 1 | -1/+1 |
| | | |||||
| * | - distribution name in database will be always lowercase | Olivier Thauvin | 2011-03-19 | 1 | -2/+2 |
| | | |||||
| * | - first keywords in mirror list is the type, not the product | Olivier Thauvin | 2011-03-19 | 1 | -2/+2 |
| | | |||||
| * | Update links color/weight between mirrors depending on source and bandwidth. | Romain d'Alverny | 2011-02-24 | 1 | -3/+40 |
| | | | | | | | | | | | | | * the bigger the bandwidth available, the larger the link. * red links from source to Tier1 servers, blue otherwise. Could be improved (link weight depends on mirroring server output capacity, not on actual link capacity between this mirror and source mirror). Could be good to have distinct icons for source, Tier1 and Tier2 mirrors (not sure how to do that in JS, maybe using KML instead?). | ||||
| * | - filled MANIFEST | Olivier Thauvin | 2011-02-14 | 2 | -3/+3 |
| | | | | | - 0.03 :\ | ||||
| * | - 0.02 | Olivier Thauvin | 2011-02-14 | 1 | -1/+1 |
| | | |||||
| * | - fix typo | Olivier Thauvin | 2011-02-14 | 1 | -1/+1 |
| | | |||||
| * | - add support for mirror list | Olivier Thauvin | 2010-11-05 | 3 | -4/+94 |
| | | |||||
| * | - reconnect automatically to database | Olivier Thauvin | 2010-11-05 | 1 | -12/+17 |
| | | |||||
| * | - requirement again | Olivier Thauvin | 2010-11-04 | 2 | -2/+4 |
| | | |||||
| * | - fill requirement on perl side | Olivier Thauvin | 2010-11-04 | 1 | -0/+1 |
| | | |||||
| * | - fill requirement | Olivier Thauvin | 2010-11-04 | 1 | -0/+3 |
| | | |||||
| * | - add target to make an rpm | Olivier Thauvin | 2010-11-04 | 6 | -5/+206 |
| | | |||||
| * | - fill dependancies | Olivier Thauvin | 2010-11-04 | 1 | -0/+3 |
| | | |||||
| * | - add MANIFEST.SKIP | Olivier Thauvin | 2010-11-04 | 1 | -0/+19 |
| | | |||||
| * | - use google geocode to locate city on maps | Olivier Thauvin | 2010-10-24 | 2 | -6/+37 |
| | | |||||
| * | - fix mirror checking | Olivier Thauvin | 2010-10-21 | 1 | -5/+6 |
| | | |||||
| * | - improve forms | Olivier Thauvin | 2010-10-20 | 1 | -3/+5 |
| | | |||||
