aboutsummaryrefslogtreecommitdiff
path: root/rpki/pubdb
AgeCommit message (Expand)Author
2016-04-23Add yamltest code to set up TAL and root certificate correctly underRob Austein
2016-02-21Be a bit more frugal with memory: serialize XML directly to disk, and,Rob Austein
2016-02-21Don't really need delta XML in SQL either, just need the hash.Rob Austein
2016-02-21We don't really need to store the full XML snapshot in SQL. We don'tRob Austein
2016-01-23Add multiple-URI TAL support to rcynicng.Rob Austein
2015-11-11Configure pylint to use the pylint-django plugin, which (mostly)Rob Austein
2015-10-28Now working with PostgreSQL.Rob Austein
2015-10-26"Any programmer who fails to comply with the standard naming, formatting,Rob Austein
2015-10-25All SKI operations on issued certificates are really g(SKI)Rob Austein
2015-10-25Tweak binary field types to get SQLite3 working as a Django ORMRob Austein
2015-10-24Switched from BlobField to BinaryField, but doesn't seem to haveRob Austein
2015-10-16PyLint. As usual, a lot of noise and a handful of real, albeit minor, bugs.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-07Discard Django router in favor of separate settings files tailored toRob Austein
2014-11-12Initial (awful kludge) version of adding RRDP URIs to SIA extension.Rob Austein
2014-11-08Simplify RRDP schema again: one delta file now contains exactly oneRob Austein
2014-09-19Convert pubd to use Django ORM and lxml.etree.Rob Austein
2014-09-13Groundwork for Django ORM world conquest: sort out settings.py mess.Rob Austein