aboutsummaryrefslogtreecommitdiff
path: root/rpki/rpkid_tasks.py
AgeCommit message (Expand)Author
2017-01-27Accumulate primary keys instead of objects to work around Django caching.Rob Austein
2016-05-07Oops, TeX-style "--" numeric ranges in copyright comments are bad fitRob Austein
2016-05-07More copyright notices, what fun.Rob Austein
2016-04-23Missing dictionary key in a few tests in UpdateChildrenTask.Rob Austein
2016-04-23Internal root working with vastly-simplified implementation.Rob Austein
2016-04-23Internal root sort of working, but only sort of. It's skipping theRob Austein
2016-04-23Upon further analysis: Roots and Turtles don't need handles, onlyRob Austein
2016-04-23Swing CA model to link to Turtle instead of Parent.Rob Austein
2016-04-23Step one of adding internal support for RPKI roots to rpkid: splitRob Austein
2016-04-21Missing dictionary key in a few tests in UpdateChildrenTask.Rob Austein
2016-02-26Tweak UpdateROAsTask to create new ROAs before worrying about updating old ones.Rob Austein
2016-02-26Using a Tornado yield dictionary is elegant (not to mention cute), butRob Austein
2016-02-26Simplify UpdateChildrenTask.Rob Austein
2016-02-26Tweak default rpkid timing parameters.Rob Austein
2016-02-25Helps to add task back into the queue when postponing, doh.Rob Austein
2016-02-25Tweak postponement code so that, if everything in the task queue hasRob Austein
2016-02-25Need to pass PostponeTask exception up the line for it to work properly.Rob Austein
2016-02-25Major simplifcation of rpkid's internal tasking system.Rob Austein
2016-02-25Fix inverted loop variables in orphaned resource class destructor.Rob Austein
2016-02-25Dumb errors constructing key for temporary dict() were causing us toRob Austein
2016-02-23Rework ROA postponement code to lower memory footprint.Rob Austein
2016-02-21Some rpkid tweaks to work better with large data sets.Rob Austein
2016-02-19Task system tweaks, see if this fixes hangs on postponed tasks.Rob Austein
2015-11-29rcynicng caught a bug in rpkid! Router certificates are forbiddenRob Austein
2015-11-14Comment nit.Rob Austein
2015-11-13Clean up more gratuitous unused magic CRL autoregeneration.Rob Austein
2015-11-12Clean up silly automatic-CRL-and-MFT-regeneration-except-when-its-notRob Austein
2015-11-12Add .__repr__() methods to rpkidb models. RewriteRob Austein
2015-11-11Clean up yet another screwball constructor. Other minor cleanup.Rob Austein
2015-11-11Further simplify CRL and manifest code.Rob Austein
2015-11-11Refactor a few of the ridiculously long rpkidb model methods intoRob Austein
2015-11-11Configure pylint to use the pylint-django plugin, which (mostly)Rob Austein
2015-11-10Use a lock to serialize rpkid tasks. Add temporary trace callRob Austein
2015-10-26"Any programmer who fails to comply with the standard naming, formatting,Rob Austein
2015-10-25All SKI operations on issued certificates are really g(SKI)Rob Austein
2015-10-23Task system now working with Tornado. Two new problems: some kind ofRob Austein
2015-10-22Fix a couple of places where we were calling coroutines as if theyRob Austein
2015-10-22First cut at replacing rpkid's HTTP and I/O system with Tornado. NotRob Austein
2015-10-20Change <self/> (etc) to <tenant/> (etc). "self" always was a reallyRob Austein
2015-10-19Amputate old SQL code out of rpkid with a fire axe, replacing it withRob Austein
2015-10-16.delete() -> .destroy() to avoid built-in ORM .delete() methods.Rob Austein
2015-10-07Apparently I broke router certificate generation on this branch a while ago a...Rob Austein
2014-10-02Whittle one small chunk off the left-right protocol SAX mess.Rob Austein
2014-09-25Convert remaining rpkid up-down code from SAX to etree.Rob Austein
2014-08-19First cut at proper transactions for new pubd SQL code.Rob Austein
2014-08-18Sweep SQL cache on task exit. See #707.Rob Austein
2014-07-09Add withdrawal hashes to publication and rrdp.Rob Austein
2014-07-03Convert to current IETF I-D version of publication protocol. See #705.Rob Austein
2014-05-29PyLintRob Austein
2014-05-29Provide our own logging Formatter class rather than straining toRob Austein