aboutsummaryrefslogtreecommitdiff
path: root/rpki/rpkid.py
AgeCommit message (Expand)Author
2016-05-07More copyright notices, what fun.Rob Austein
2016-04-29lxml doesn't like None as an attribute value, so use empty string whenRob Austein
2016-04-26Further consolidation of config file parsing, command line parsing,Rob Austein
2016-04-24Add exception handler of last resort to servers, in an attempt to getRob 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-03Move more programs to integrated config+argparse framework.Rob Austein
2016-02-26Using a Tornado yield dictionary is elegant (not to mention cute), butRob Austein
2016-02-26Tweak default rpkid timing parameters.Rob Austein
2016-02-25Major simplifcation of rpkid's internal tasking system.Rob Austein
2016-02-21Some rpkid tweaks to work better with large data sets.Rob Austein
2016-02-20Apparently we have to set the timeout in the HTTPRequest object.Rob Austein
2016-02-19Task system tweaks, see if this fixes hangs on postponed tasks.Rob Austein
2016-02-19Add http-client-timeout parameter, default to something more patientRob Austein
2015-11-12Add .__repr__() methods to rpkidb models. RewriteRob Austein
2015-11-12More useful log messages on PDU handling exceptions.Rob 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-25Use a weakref dictionary to hold the HTTP client serializationRob Austein
2015-10-23Serialize HTTP requests to the same URL NetLoc, to comply with theRob Austein
2015-10-23Task system now working with Tornado. Two new problems: some kind ofRob Austein
2015-10-22Lint cleanup.Rob 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-16PyLint. 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-16Replace RRDP wired-in-URL kludge with proper support in OOB andRob Austein
2015-10-14Checkpoint.Rob Austein
2015-10-13Checkpoint.Rob Austein
2015-10-12Checkpoint while porting old create/set actions to ORM models.Rob Austein
2015-10-11Checkpoint updated XML code.Rob Austein
2015-10-10Merge what's left of rpki.xml_utils into what's left ofRob Austein
2015-10-10Clean still more old XML-related classes. Rob Austein
2015-10-09Unwind more of the left_right XML processing from the oldRob Austein
2015-10-09Baby steps towards using new rpkidb models. Now that SAX is gone,Rob Austein
2015-10-08Add an initial set of rpkidb models and confirm that Django is willingRob Austein
2015-10-07Apparently I broke router certificate generation on this branch a while ago a...Rob Austein
2015-07-21Last batch of catch-up merges. Still need to test, but this is aRob Austein
2014-11-12Initial (awful kludge) version of adding RRDP URIs to SIA extension.Rob Austein
2014-11-09rpkic force_publication working on tk705 again.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-09-24Start converting rpkid's up-down implementation to use lxml.etree instead of ...Rob Austein
2014-09-17Clean out last vestiges of SAX-based publication protocol code.Rob Austein
2014-09-16At this point I'm pretty sure that removing the --config options fromRob Austein
2014-09-16Merge changes from branches/tk713 into branches/tk705. See #705, #713.Rob Austein