aboutsummaryrefslogtreecommitdiff
path: root/rpki/pubd.py
AgeCommit message (Expand)Author
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-03Move more programs to integrated config+argparse framework.Rob 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-02-20Don't traceback on synchronization errors.Rob Austein
2016-01-23Add multiple-URI TAL support to rcynicng.Rob Austein
2015-11-12More useful log messages on PDU handling exceptions.Rob Austein
2015-10-26"Any programmer who fails to comply with the standard naming, formatting,Rob Austein
2015-10-25Tweak binary field types to get SQLite3 working as a Django ORMRob Austein
2015-10-16PyLint. As usual, a lot of noise and a handful of real, albeit minor, bugs.Rob Austein
2015-10-09Baby steps towards using new rpkidb models. Now that SAX is gone,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
2015-10-06Cleanup getting this old development branch running again with DjangoRob Austein
2014-09-19Convert irdbd from SAX to lxml.etree.Rob Austein
2014-09-19Convert pubd to use Django ORM and lxml.etree.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-28Expire old RRDP deltas from SQL, delete unneded files from RRDP publication t...Rob Austein
2014-08-28Rewrite pubd error handling code.Rob Austein
2014-08-28New stricter publication algorithm requires us to salvage hash valuesRob Austein
2014-08-21Generate rsync updates from RRDP delta we just committed to SQL.Rob Austein
2014-08-19First cut at proper transactions for new pubd SQL code.Rob Austein
2014-08-18Start unwinding unnecessary uses of asynch I/O.Rob Austein
2014-08-12HTTP publication of RRDP.Rob Austein
2014-08-07NotesRob Austein
2014-08-07Rework RRDP filename scheme to simplify Apache configuration.Rob 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-07-23Finish first cut at RRDP test unpacking tool, shake a few bugs out ofRob Austein
2014-07-21Prototype RRDP unpacker.Rob Austein
2014-07-21Checkpoint. More cleanup of publication code.Rob Austein
2014-07-17Publication code mostly just deals with DER and Base64, so defer ASN.1Rob Austein
2014-07-17Apparently we only need to set nsmap in root elements.Rob Austein
2014-07-17RRDP working, mostly. Doens't clean up old files yet, doesn't useRob Austein
2014-07-17Start unwinding the twisty maze of method calls in the old publication code.Rob Austein
2014-07-16Snapshot before reworking pubd SQL.Rob Austein
2014-07-15Checkpoint. Merge changes from trunk. Add hash-based withdrawalRob Austein
2014-07-09Add withdrawal hashes to publication and rrdp.Rob Austein
2014-07-07Checkpoint of SQL-based publish and withdraw processing. Doesn'tRob Austein
2014-07-04Snapshot before trying something weird with the new pubd SQL.Rob Austein
2014-07-03Get rid of the <config/> element of the publication-control protocol, it's a ...Rob Austein
2014-07-03Convert to current IETF I-D version of publication protocol. See #705.Rob Austein
2014-05-29PyLintRob Austein