aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-10-24Switched from BlobField to BinaryField, but doesn't seem to haveRob 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-22Fix a couple of places where we were calling coroutines as if theyRob Austein
2015-10-22Timing tweaks to a kludgy test script. Didn't help, might have doneRob 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-20Regen.Rob Austein
2015-10-20Fat fingers broke schema in previous revision.Rob Austein
2015-10-20Left-right test cases updated to track [6120].Rob Austein
2015-10-20Regen.Rob Austein
2015-10-20Change <self/> (etc) to <tenant/> (etc). "self" always was a reallyRob Austein
2015-10-20Apparently exclude-result-prefixes does exactly what we want in theRob Austein
2015-10-19Wrong property.Rob Austein
2015-10-19XSL transform to translate basic subset of OOB prototocol from oldRob Austein
2015-10-19Tweak test scripts.Rob Austein
2015-10-19Whoops, missed creating a migration for field name change.Rob Austein
2015-10-19Bump default Apache version to 2.4.Rob Austein
2015-10-19Amputate old SQL code out of rpkid with a fire axe, replacing it withRob Austein
2015-10-16RegenRob Austein
2015-10-16Choosing to use Django's native migration code pretty much nails ourRob Austein
2015-10-16Pull from trunk.Rob 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-16Doh, forgot to include rrdp_notification_uri in old-style SQL template.Rob Austein
2015-10-16Replace RRDP wired-in-URL kludge with proper support in OOB andRob Austein
2015-10-15Convert zookeeper to use new (IETF standards track I-D) out-of-bandRob Austein
2015-10-15Update Zookeeper OOB setup XML code to something approximating current coding...Rob Austein
2015-10-15Extend rpki.irdb.zookeeper.etree_read() to support reading directlyRob Austein
2015-10-14Checkpoint.0Rob 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-11Update to modern Python string formatting. Add date stamp to UMFHRob Austein
2015-10-11Add XMLTemplate class in an attempt to encapsulate omst of theRob Austein
2015-10-10Clean up ancient XML namespace kludges.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-09Change reduced list of repositories in analysis script to focus on theRob Austein
2015-10-08Add an initial set of rpkidb models and confirm that Django is willingRob Austein
2015-10-08Clean out remains of old publication_control protocol implementation.Rob Austein
2015-10-08Upgrade to new way of doing WSGI. Silence ten zillion deprecationRob Austein
2015-10-08Initial sorta-mostly-working with Django 1.8. Incredibly noisy due toRob Austein
2015-10-08More Django settings cleanup.Rob Austein
2015-10-07Discard Django router in favor of separate settings files tailored toRob Austein
2015-10-07Apparently I broke router certificate generation on this branch a while ago a...Rob Austein
2015-10-07@django.db.transaction.commit_on_success => @django.db.transaction.atomic.Rob Austein