aboutsummaryrefslogtreecommitdiff
path: root/rpkid/rpki/gui/cacheview/util.py
AgeCommit message (Collapse)Author
2014-04-05Source tree reorg, phase 1. Almost everything moved, no file contents changed.Rob Austein
svn path=/branches/tk685/; revision=5757
2013-09-23rework 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-23catch 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-23use stat.ST_MTIME as array offset to retrieve mtime value from os.stat() ↵Michael Elkins
return value svn path=/trunk/; revision=5511
2013-09-19delete 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-19garbage collect ROAPrefixV* objects when there are no associated ROAsMichael Elkins
closes #620 svn path=/trunk/; revision=5499
2013-04-03remove get_email_list() and replace with calls to Conf.send_alert()Michael Elkins
svn path=/branches/tk500/; revision=5260
2013-03-19need 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-18merge work for #460Michael Elkins
svn path=/trunk/; revision=5166
2013-03-04move core implementation to rpki.gui.cacheview.util and only leave the ↵Michael Elkins
script wrapper see #442 svn path=/trunk/; revision=5097