aboutsummaryrefslogtreecommitdiff
path: root/rpki/http.py
AgeCommit message (Expand)Author
2015-10-22First cut at replacing rpkid's HTTP and I/O system with Tornado. NotRob Austein
2015-10-19Amputate old SQL code out of rpkid with a fire axe, replacing it withRob Austein
2015-10-09Baby steps towards using new rpkidb models. Now that SAX is gone,Rob Austein
2015-07-21Last batch of catch-up merges. Still need to test, but this is aRob Austein
2014-07-07Checkpoint of SQL-based publish and withdraw processing. Doesn'tRob Austein
2014-06-05First cut at fully configurable logging system. Still a bit raw, andRob Austein
2014-05-31Logger usage cleanup: for some reason (probably the "self." prefix), Pylint m...Rob Austein
2014-05-30Update our use of asyncore.dispatcher.setsockopt() toRob Austein
2014-05-30Still more PyLint.Rob Austein
2014-05-30Pylint did find a couple of trivial but real bugs under all the noise.Rob Austein
2014-05-29PyLintRob Austein
2014-05-29Python style police: instantiate exceptions before raising themRob 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-22Initial conversion to Python logging system. Still very crude.Rob Austein
2014-04-05Source tree reorg, phase 1. Almost everything moved, no file contents changed.Rob Austein