Age | Commit message (Expand) | Author |
2012-07-24 | Remove custom utc_now() function, use django.utils.timezone.now() | Dan McGee |
2012-07-08 | mirrorcheck: Don't use bulk_create on sqlite3 | Dan McGee |
2012-07-08 | Handle HTTPException being thrown in mirrorcheck | Dan McGee |
2012-05-13 | Add rsync support to mirrorcheck and other small improvements | Dan McGee |
2012-04-29 | Use a custom User-Agent when checking mirror URLs | Dan McGee |
2012-04-28 | mirrorresolv: only run update query if values changed | Dan McGee |
2012-03-24 | Use bulk_create() when inserting mirror log entriesrelease_2012-03-25 | Dan McGee |
2012-03-23 | Make all datetime objects fully timezone aware | Dan McGee |
2011-08-16 | Small Python convention fixup | Dan McGee |
2011-06-09 | Management command cleanup | Dan McGee |
2011-04-18 | mirrors: pylint discovered cleanups | Dan McGee |
2011-04-18 | Never parse generated lastsync file | Dan McGee |
2011-02-27 | Auto-resolve mirror URLs on save | Dan McGee |
2011-02-22 | Slight tweaks to mirror commands | Dan McGee |
2011-01-31 | Defer format string substitution to logger | Dan McGee |
2010-12-13 | Move database interaction out of the threaded section | Dan McGee |
2010-10-13 | Mirror check script cleanup | Dan McGee |
2010-10-13 | Add mirrorresolv manage.py command | PyroPeter |
2010-10-11 | mirrorcheck: catch and handle another socket timeout case | Dan McGee |
2010-10-07 | mirrorcheck: record duration on file not found errors | Dan McGee |
2010-09-21 | Small updates to mirrorcheck command | Dan McGee |
2010-09-21 | Add debugger when having to parse lastsync file | Dan McGee |
2010-09-21 | Add 'mirrorcheck' command | Dan McGee |