Age | Commit message (Expand) | Author |
2014-09-21 | Add CMS goo to simple CMS client, remove need for async HTTP in Zookeeper. | Rob Austein |
2014-09-21 | Move synchronous HTTP client code to library. | Rob Austein |
2014-09-21 | Convert rest of rootd away from SAX and async I/O. | Rob Austein |
2014-09-20 | Remove gratuitous use of async HTTP where rootd is calling pubd. | Rob Austein |
2014-09-19 | Convert irdbd from SAX to lxml.etree. | Rob Austein |
2014-09-19 | Convert pubd to use Django ORM and lxml.etree. | Rob Austein |
2014-09-17 | Clean out last vestiges of SAX-based publication protocol code. | Rob Austein |
2014-09-16 | At this point I'm pretty sure that removing the --config options from | Rob Austein |
2014-09-16 | Merge changes from branches/tk713 into branches/tk705. See #705, #713. | Rob Austein |
2014-09-16 | Add support for running GUI under yamltest. | Rob Austein |
2014-09-14 | Remove --config arguments from all daemons, as part of simplifying | Rob Austein |
2014-09-14 | Simplify configuration file search in rpki.config.parser. | Rob Austein |
2014-09-14 | Start backing out all the old settings.configure() calls, which were | Rob Austein |
2014-09-13 | Initial schema migration for irdb. I expected this to break yamltest, | Rob Austein |
2014-09-13 | Groundwork for Django ORM world conquest: sort out settings.py mess. | Rob Austein |
2014-08-28 | Expire old RRDP deltas from SQL, delete unneded files from RRDP publication t... | Rob Austein |
2014-08-28 | Rewrite pubd error handling code. | Rob Austein |
2014-08-28 | YAGNI | Rob Austein |
2014-08-28 | New stricter publication algorithm requires us to salvage hash values | Rob Austein |
2014-08-28 | Turn CMS debugging back off. | Rob Austein |
2014-08-28 | Don't return HTML error messages on POST failures. | Rob Austein |
2014-08-28 | Log connection info in simplified HTTP server. | Rob Austein |
2014-08-26 | More SAX cleanup. | Rob Austein |
2014-08-21 | Generate rsync updates from RRDP delta we just committed to SQL. | Rob Austein |
2014-08-19 | First cut at proper transactions for new pubd SQL code. | Rob Austein |
2014-08-18 | Sweep SQL cache on task exit. See #707. | Rob Austein |
2014-08-18 | Start unwinding unnecessary uses of asynch I/O. | Rob Austein |
2014-08-12 | HTTP publication of RRDP. | Rob Austein |
2014-08-07 | Notes | Rob Austein |
2014-08-07 | Rework RRDP filename scheme to simplify Apache configuration. | Rob Austein |
2014-08-06 | Sort out BPKI mess with rootd talking to pubd. Underlying problem is | Rob Austein |
2014-08-06 | rootd with publciation protocol mostly working with modern IRDB. | Rob Austein |
2014-08-05 | Debug publication protocol <list/> command. Check pubd for existing | Rob Austein |
2014-08-04 | rootd now uses publication protocol. Not yet usable outside smoketest | Rob Austein |
2014-08-02 | Checkpoint. Does not run at the moment because rootd is partly but | Rob Austein |
2014-07-25 | Parsing of --log-level was broken. | Rob Austein |
2014-07-23 | Finish first cut at RRDP test unpacking tool, shake a few bugs out of | Rob Austein |
2014-07-21 | Prototype RRDP unpacker. | Rob Austein |
2014-07-21 | Checkpoint. More cleanup of publication code. | Rob Austein |
2014-07-18 | Pull changes from trunk. | Rob Austein |
2014-07-18 | Pull XML namespaces and so forth from schemas where possible. | Rob Austein |
2014-07-17 | Publication code mostly just deals with DER and Base64, so defer ASN.1 | Rob Austein |
2014-07-17 | Apparently we only need to set nsmap in root elements. | Rob Austein |
2014-07-17 | RRDP working, mostly. Doens't clean up old files yet, doesn't use | Rob Austein |
2014-07-17 | Start unwinding the twisty maze of method calls in the old publication code. | Rob Austein |
2014-07-16 | Snapshot before reworking pubd SQL. | Rob Austein |
2014-07-15 | Checkpoint. Merge changes from trunk. Add hash-based withdrawal | Rob Austein |
2014-07-12 | Debug rpki-rtr BGPSEC test case and rpki-rtr-replay script. | Rob Austein |
2014-07-11 | Merge from trunk. | Rob Austein |
2014-07-11 | Add check to log a warning if sync_wrapper returns without callback. See #681. | Rob Austein |