Age | Commit message (Expand) | Author |
2016-04-23 | Upon further analysis: Roots and Turtles don't need handles, only | Rob Austein |
2016-04-23 | Swing CA model to link to Turtle instead of Parent. | Rob Austein |
2016-04-23 | Step one of adding internal support for RPKI roots to rpkid: split | Rob Austein |
2016-04-21 | Missing dictionary key in a few tests in UpdateChildrenTask. | Rob Austein |
2016-02-26 | Tweak UpdateROAsTask to create new ROAs before worrying about updating old ones. | Rob Austein |
2016-02-26 | Using a Tornado yield dictionary is elegant (not to mention cute), but | Rob Austein |
2016-02-26 | Simplify UpdateChildrenTask. | Rob Austein |
2016-02-26 | Tweak default rpkid timing parameters. | Rob Austein |
2016-02-25 | Helps to add task back into the queue when postponing, doh. | Rob Austein |
2016-02-25 | Tweak postponement code so that, if everything in the task queue has | Rob Austein |
2016-02-25 | Need to pass PostponeTask exception up the line for it to work properly. | Rob Austein |
2016-02-25 | Major simplifcation of rpkid's internal tasking system. | Rob Austein |
2016-02-25 | Fix inverted loop variables in orphaned resource class destructor. | Rob Austein |
2016-02-25 | Dumb errors constructing key for temporary dict() were causing us to | Rob Austein |
2016-02-23 | Rework ROA postponement code to lower memory footprint. | Rob Austein |
2016-02-21 | Some rpkid tweaks to work better with large data sets. | Rob Austein |
2016-02-19 | Task system tweaks, see if this fixes hangs on postponed tasks. | Rob Austein |
2015-11-29 | rcynicng caught a bug in rpkid! Router certificates are forbidden | Rob Austein |
2015-11-14 | Comment nit. | Rob Austein |
2015-11-13 | Clean up more gratuitous unused magic CRL autoregeneration. | Rob Austein |
2015-11-12 | Clean up silly automatic-CRL-and-MFT-regeneration-except-when-its-not | Rob Austein |
2015-11-12 | Add .__repr__() methods to rpkidb models. Rewrite | Rob Austein |
2015-11-11 | Clean up yet another screwball constructor. Other minor cleanup. | Rob Austein |
2015-11-11 | Further simplify CRL and manifest code. | Rob Austein |
2015-11-11 | Refactor a few of the ridiculously long rpkidb model methods into | Rob Austein |
2015-11-11 | Configure pylint to use the pylint-django plugin, which (mostly) | Rob Austein |
2015-11-10 | Use a lock to serialize rpkid tasks. Add temporary trace call | Rob Austein |
2015-10-26 | "Any programmer who fails to comply with the standard naming, formatting, | Rob Austein |
2015-10-25 | All SKI operations on issued certificates are really g(SKI) | Rob Austein |
2015-10-23 | Task system now working with Tornado. Two new problems: some kind of | Rob Austein |
2015-10-22 | Fix a couple of places where we were calling coroutines as if they | Rob Austein |
2015-10-22 | First cut at replacing rpkid's HTTP and I/O system with Tornado. Not | Rob Austein |
2015-10-20 | Change <self/> (etc) to <tenant/> (etc). "self" always was a really | Rob Austein |
2015-10-19 | Amputate old SQL code out of rpkid with a fire axe, replacing it with | Rob Austein |
2015-10-16 | .delete() -> .destroy() to avoid built-in ORM .delete() methods. | Rob Austein |
2015-10-07 | Apparently I broke router certificate generation on this branch a while ago a... | Rob Austein |
2014-10-02 | Whittle one small chunk off the left-right protocol SAX mess. | Rob Austein |
2014-09-25 | Convert remaining rpkid up-down code from SAX to etree. | Rob Austein |
2014-08-19 | First cut at proper transactions for new pubd SQL code. | Rob Austein |
2014-08-18 | Sweep SQL cache on task exit. See #707. | Rob Austein |
2014-07-09 | Add withdrawal hashes to publication and rrdp. | Rob Austein |
2014-07-03 | Convert to current IETF I-D version of publication protocol. See #705. | Rob Austein |
2014-05-29 | PyLint | Rob Austein |
2014-05-29 | Provide our own logging Formatter class rather than straining to | Rob Austein |
2014-05-28 | Update all uses of rpki.log.traceback() for use with logging module. | Rob Austein |
2014-05-28 | Whack all logging calls to use per-module logger objects. | Rob Austein |
2014-04-05 | Source tree reorg, phase 1. Almost everything moved, no file contents changed. | Rob Austein |