Age | Commit message (Expand) | Author |
2016-06-26 | Log resynchronization details. | Rob Austein |
2016-05-07 | Oops, TeX-style "--" numeric ranges in copyright comments are bad fit | Rob Austein |
2016-05-07 | More copyright notices, what fun. | Rob Austein |
2016-04-29 | lxml doesn't like None as an attribute value, so use empty string when | Rob Austein |
2016-04-26 | Further consolidation of config file parsing, command line parsing, | Rob Austein |
2016-04-24 | Add exception handler of last resort to servers, in an attempt to get | Rob Austein |
2016-04-23 | Internal root working with vastly-simplified implementation. | Rob Austein |
2016-04-23 | Internal root sort of working, but only sort of. It's skipping the | Rob Austein |
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-03 | Move more programs to integrated config+argparse framework. | Rob Austein |
2016-02-26 | Using a Tornado yield dictionary is elegant (not to mention cute), but | Rob Austein |
2016-02-26 | Tweak default rpkid timing parameters. | Rob Austein |
2016-02-25 | Major simplifcation of rpkid's internal tasking system. | Rob Austein |
2016-02-21 | Some rpkid tweaks to work better with large data sets. | Rob Austein |
2016-02-20 | Apparently we have to set the timeout in the HTTPRequest object. | Rob Austein |
2016-02-19 | Task system tweaks, see if this fixes hangs on postponed tasks. | Rob Austein |
2016-02-19 | Add http-client-timeout parameter, default to something more patient | Rob Austein |
2015-11-12 | Add .__repr__() methods to rpkidb models. Rewrite | Rob Austein |
2015-11-12 | More useful log messages on PDU handling exceptions. | 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 | Use a weakref dictionary to hold the HTTP client serialization | Rob Austein |
2015-10-23 | Serialize HTTP requests to the same URL NetLoc, to comply with the | Rob Austein |
2015-10-23 | Task system now working with Tornado. Two new problems: some kind of | Rob Austein |
2015-10-22 | Lint cleanup. | 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 | PyLint. As usual, a lot of noise and a handful of real, albeit minor, bugs. | Rob Austein |
2015-10-16 | .delete() -> .destroy() to avoid built-in ORM .delete() methods. | Rob Austein |
2015-10-16 | Replace RRDP wired-in-URL kludge with proper support in OOB and | Rob Austein |
2015-10-14 | Checkpoint. | Rob Austein |
2015-10-13 | Checkpoint. | Rob Austein |
2015-10-12 | Checkpoint while porting old create/set actions to ORM models. | Rob Austein |
2015-10-11 | Checkpoint updated XML code. | Rob Austein |
2015-10-10 | Merge what's left of rpki.xml_utils into what's left of | Rob Austein |
2015-10-10 | Clean still more old XML-related classes. | Rob Austein |
2015-10-09 | Unwind more of the left_right XML processing from the old | Rob Austein |
2015-10-09 | Baby steps towards using new rpkidb models. Now that SAX is gone, | Rob Austein |
2015-10-08 | Add an initial set of rpkidb models and confirm that Django is willing | Rob Austein |
2015-10-07 | Apparently I broke router certificate generation on this branch a while ago a... | Rob Austein |
2015-07-21 | Last batch of catch-up merges. Still need to test, but this is a | Rob Austein |
2014-11-12 | Initial (awful kludge) version of adding RRDP URIs to SIA extension. | Rob Austein |
2014-11-09 | rpkic force_publication working on tk705 again. | 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-09-24 | Start converting rpkid's up-down implementation to use lxml.etree instead of ... | Rob Austein |
2014-09-17 | Clean out last vestiges of SAX-based publication protocol code. | Rob Austein |