aboutsummaryrefslogtreecommitdiff
path: root/rpki/rootd.py
AgeCommit message (Expand)Author
2016-05-07More copyright notices, what fun.Rob Austein
2016-04-26Further consolidation of config file parsing, command line parsing,Rob Austein
2016-04-23Internal root sort of working, but only sort of. It's skipping theRob Austein
2015-11-11Configure pylint to use the pylint-django plugin, which (mostly)Rob Austein
2015-10-26"Any programmer who fails to comply with the standard naming, formatting,Rob Austein
2015-10-16PyLint. As usual, a lot of noise and a handful of real, albeit minor, bugs.Rob Austein
2015-10-16Replace RRDP wired-in-URL kludge with proper support in OOB andRob Austein
2015-10-10Merge what's left of rpki.xml_utils into what's left ofRob Austein
2015-10-09Baby steps towards using new rpkidb models. Now that SAX is gone,Rob Austein
2015-07-21Code to support multiple HTTP content types didn't quite work withRob 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-09-25Convert remaining rpkid up-down code from SAX to etree.Rob Austein
2014-09-21Add CMS goo to simple CMS client, remove need for async HTTP in Zookeeper.Rob Austein
2014-09-21Move synchronous HTTP client code to library.Rob Austein
2014-09-21Convert rest of rootd away from SAX and async I/O.Rob Austein
2014-09-20Remove gratuitous use of async HTTP where rootd is calling pubd.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
2014-09-14Remove --config arguments from all daemons, as part of simplifyingRob Austein
2014-09-13Groundwork for Django ORM world conquest: sort out settings.py mess.Rob Austein
2014-08-06Sort out BPKI mess with rootd talking to pubd. Underlying problem isRob Austein
2014-08-06rootd with publciation protocol mostly working with modern IRDB.Rob Austein
2014-08-05Debug publication protocol <list/> command. Check pubd for existingRob Austein
2014-08-04rootd now uses publication protocol. Not yet usable outside smoketestRob Austein
2014-08-02Checkpoint. Does not run at the moment because rootd is partly butRob Austein
2014-07-07Checkpoint of SQL-based publish and withdraw processing. Doesn'tRob Austein
2014-05-29PyLintRob Austein
2014-05-29Provide our own logging Formatter class rather than straining toRob Austein
2014-05-28Update all uses of rpki.log.traceback() for use with logging module.Rob Austein
2014-05-28Whack all logging calls to use per-module logger objects.Rob Austein
2014-05-28Rework logging initialization code.Rob Austein
2014-04-05Source tree reorg, phase 1. Almost everything moved, no file contents changed.Rob Austein