Age | Commit message (Expand) | Author |
2016-03-20 | Clean up rcynic installation, run rcynicng instead of (old) rcynic, clean up ... | Rob Austein |
2016-03-03 | Speed up snapshot loading and cleanup with huge data sets. | Rob Austein |
2016-03-01 | Clean up after switching from XMLPullParser to iterparse: put models | Rob Austein |
2016-02-27 | Use an incremental parser for snapshot files. | Rob Austein |
2016-02-26 | Tweak UpdateROAsTask to create new ROAs before worrying about updating old ones. | Rob Austein |
2016-02-26 | Using a Tornado yield dictionary is elegant (not to mention cute), but | Rob Austein |
2016-02-26 | Simplify UpdateChildrenTask. | Rob Austein |
2016-02-26 | Tweak default rpkid timing parameters. | Rob Austein |
2016-02-25 | Helps to add task back into the queue when postponing, doh. | Rob Austein |
2016-02-25 | Tweak postponement code so that, if everything in the task queue has | Rob Austein |
2016-02-25 | Need to pass PostponeTask exception up the line for it to work properly. | Rob Austein |
2016-02-25 | Major simplifcation of rpkid's internal tasking system. | Rob Austein |
2016-02-25 | Clean up allocation of CRL/manifest numbers. We might want to put | Rob Austein |
2016-02-25 | Fix inverted loop variables in orphaned resource class destructor. | Rob Austein |
2016-02-25 | Have to supply inception time explicitly when creating manifest EE | Rob Austein |
2016-02-25 | Dumb errors constructing key for temporary dict() were causing us to | Rob Austein |
2016-02-23 | Rework ROA postponement code to lower memory footprint. | Rob Austein |
2016-02-21 | Be a bit more frugal with memory: serialize XML directly to disk, and, | Rob Austein |
2016-02-21 | Don't really need delta XML in SQL either, just need the hash. | Rob Austein |
2016-02-21 | We don't really need to store the full XML snapshot in SQL. We don't | Rob Austein |
2016-02-21 | Some rpkid tweaks to work better with large data sets. | Rob Austein |
2016-02-20 | Apparently we have to set the timeout in the HTTPRequest object. | Rob Austein |
2016-02-20 | Don't traceback on synchronization errors. | Rob Austein |
2016-02-19 | Task system tweaks, see if this fixes hangs on postponed tasks. | Rob Austein |
2016-02-19 | Add http-client-timeout parameter, default to something more patient | Rob Austein |
2016-02-16 | Finally builds and installs properly on Ubuntu again; | Rob Austein |
2016-02-15 | Add (back) initial migration for rpki.rcynicdb. | Rob Austein |
2016-02-09 | Commit a couple of bugfixes Lachlan Kang found last summer (in | Rob Austein |
2016-01-29 | Whack rcynicng to produce an XML file which rcynic-html can parse: | Rob Austein |
2016-01-26 | Use new rcynicdb iterator for rpki-rtr generation. May need to revise | Rob Austein |
2016-01-26 | Add (mostly) backwards-compatible iterator which handles finding | Rob Austein |
2016-01-23 | Remove last vestiges of "__metaclass__ = models.SubfieldBase" | Rob Austein |
2016-01-23 | Add multiple-URI TAL support to rcynicng. | Rob Austein |
2016-01-15 | RRDP seems to work now, at least with RIPE's implementation. | Rob Austein |
2016-01-13 | Checkpoint of first cut at RRDP client code. RRDP client code not yet | Rob Austein |
2016-01-11 | Add (preliminary) database cleanup code. | Rob Austein |
2016-01-11 | Add rcynic-dump as a blunt instrument to let existing file-based | Rob Austein |
2016-01-10 | First apparently-working version of rcynicng using database instead of | Rob Austein |
2016-01-08 | Start converting rcynicng to use a database. | Rob Austein |
2015-12-07 | Move validation callback to Python. | Rob Austein |
2015-12-06 | Clean up RPKI conformance checking of X.509v3 extensions and elliptic curve k... | Rob Austein |
2015-12-06 | Fix rcynicng directory rotation code. Checkpoint along the way to | Rob Austein |
2015-11-29 | rcynicng caught a bug in rpkid! Router certificates are forbidden | Rob Austein |
2015-11-28 | Rework StatusCodeDB.normalize(). Apparently order of set operations | Rob Austein |
2015-11-23 | first pass on XML output. Incomplete, but enough to get a useful | Rob Austein |
2015-11-23 | Sort out swamp of multiple generations of manifests and picking best CRL. | Rob Austein |
2015-11-22 | Convert certificate tree walking code to use new tasking model. | Rob Austein |
2015-11-20 | Simple function to add back symbolic names and error strings for | Rob Austein |
2015-11-18 | Move StatusCode out of POW.c. New API still needs work, but this | Rob Austein |
2015-11-16 | X509Store class removed. X.509 verification moved from | Rob Austein |