Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-04-05 | Source tree reorg, phase 1. Almost everything moved, no file contents changed. | Rob Austein | |
svn path=/branches/tk685/; revision=5757 | |||
2013-09-23 | rework save_statuses() to save a single status instead, and peform garbage ↵ | Michael Elkins | |
collection of objects which were not accepted later on in process_cache see #625 svn path=/trunk/; revision=5515 | |||
2013-09-23 | catch OSError when calling os.stat() and treat the object as if it were ↵ | Michael Elkins | |
missing from rcynic.xml see #625 svn path=/trunk/; revision=5512 | |||
2013-09-23 | use stat.ST_MTIME as array offset to retrieve mtime value from os.stat() ↵ | Michael Elkins | |
return value svn path=/trunk/; revision=5511 | |||
2013-09-19 | delete existing objects that were previously accepted if they were not ↵ | Michael Elkins | |
accepted during the most recent run. see #588 refactor much of the code in process_cache() into save_statuses() to make it simpler to handle the garbage collection. first we collected all statuses, then save them all at once. svn path=/trunk/; revision=5502 | |||
2013-09-19 | garbage collect ROAPrefixV* objects when there are no associated ROAs | Michael Elkins | |
closes #620 svn path=/trunk/; revision=5499 | |||
2013-04-03 | remove get_email_list() and replace with calls to Conf.send_alert() | Michael Elkins | |
svn path=/branches/tk500/; revision=5260 | |||
2013-03-19 | need to guard against issuer being None the first time we process the root ↵ | Michael Elkins | |
cert since the object is not yet in the db closes #475 svn path=/trunk/; revision=5174 | |||
2013-03-18 | merge work for #460 | Michael Elkins | |
svn path=/trunk/; revision=5166 | |||
2013-03-04 | move core implementation to rpki.gui.cacheview.util and only leave the ↵ | Michael Elkins | |
script wrapper see #442 svn path=/trunk/; revision=5097 |