Age | Commit message (Expand) | Author |
2016-04-23 | Internal root sort of working, but only sort of. It's skipping the | Rob Austein |
2016-04-23 | Initial version of rpki.irdb.models.Root. May end up folding this | Rob Austein |
2016-04-23 | Parent property methods to handle XML attributes which are really for | Rob Austein |
2016-04-23 | Start fleshing out Parent actions that require poking at companion Root object. | Rob Austein |
2016-04-23 | Generalize the formerly-BSC-specific handling of "readonly" | Rob Austein |
2016-04-23 | Add Root model to rpki.rpkidb and root-related attributes to | Rob Austein |
2016-04-23 | Upon further analysis: Roots and Turtles don't need handles, only | Rob Austein |
2016-04-23 | Swing CA model to link to Turtle instead of Parent. | Rob Austein |
2016-04-23 | Step one of adding internal support for RPKI roots to rpkid: split | Rob Austein |
2016-04-21 | Update the GUI to work with the new rcynicdb. | Michael Elkins |
2016-04-21 | Missing dictionary key in a few tests in UpdateChildrenTask. | Rob Austein |
2016-04-15 | Merge from trunk. | Rob Austein |
2016-04-14 | Fix bug introduced merging load_roa_requests patch from trunk, sigh. | Rob Austein |
2016-04-12 | Pull rpkic <group> fix from trunk. | Rob Austein |
2016-04-03 | Move more programs to integrated config+argparse framework. | Rob Austein |
2016-04-02 | Teach rcynicng to read command line defaults from rpki.conf. Some of | Rob Austein |
2016-03-30 | Clean up and simplify rpkic privilege-dropping code. All sudo voodoo | Rob Austein |
2016-03-30 | Still more UID-swapped file I/O, and general cleanup of UI file I/O. | Rob Austein |
2016-03-29 | rpkic needs to do uid swapping around XML reads too. | Rob Austein |
2016-03-29 | Initial fixes to rpkigui-rcynic. Still not working, but failing in a | Rob Austein |
2016-03-28 | Apparently we lost DOWNLOAD_DIRECTORY while consolidating the GUI's | Rob Austein |
2016-03-23 | Wrap a MySQL-specific error check so it doesn't cause problems when using oth... | Rob Austein |
2016-03-21 | Django API fashion police renamed "mimetype" to be "content_type". | Rob Austein |
2016-03-21 | [6322] broke "make test", fix by allowing rpkic to run with warning | Rob Austein |
2016-03-21 | Rework rpkic setuid handling to something a bit more robust. | Rob Austein |
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 |