Age | Commit message (Expand) | Author |
2012-08-20 | Refactor Zookeeper.synchronize() into a collection of more | Rob Austein |
2012-08-20 | Gigabytes of logs recording the state of the task queue when hosting | Rob Austein |
2012-08-19 | Tweak timer.runq() to be a bit more even-handed in how we prioritize | Rob Austein |
2012-08-19 | Cleanup | Rob Austein |
2012-08-19 | Simplify core I/O loop, back to what I originally intended before | Rob Austein |
2012-08-19 | Typo. | Rob Austein |
2012-08-19 | Refactor rpkid high-level task system to use classes rather than | Rob Austein |
2012-08-18 | Merge rpkic profiling support from trunk/. | Rob Austein |
2012-08-18 | Cleanup | Rob Austein |
2012-08-18 | Add profiling support. | Rob Austein |
2012-08-17 | Checkpoint. New class-based tasks, not yet tested, rest of code not | Rob Austein |
2012-08-17 | As of [4632], rpki.sql.session._wrap_execute() handles SQL pings | Rob Austein |
2012-08-17 | Reformat | Rob Austein |
2012-08-17 | Automate SQL pings. Suppress case where ROA regeneration gratuitously | Rob Austein |
2012-08-14 | Add POW C function to pull SKI from a certificate, so we can bypass | Rob Austein |
2012-08-13 | Back out [4629], which tests out 50% slower than the code it replaced. | Rob Austein |
2012-08-13 | Direct conversion between byte string and long, using scary | Rob Austein |
2012-08-10 | Add debug-only hack to let us reuse RSA keys from previous test runs. | Rob Austein |
2012-08-10 | Add seemingly-pointless .cursor() call, whose real purpose is to run | Rob Austein |
2012-08-09 | Switch rpki.sql.session.cache to use weak references, so that Python's | Rob Austein |
2012-08-08 | Checkpoint of work to date, see #274 and #275. | Rob Austein |
2012-08-07 | Safe mapping functions for OIDs, now that we're using the same code to | Rob Austein |
2012-08-07 | add countryName oid. references #279 | Michael Elkins |
2012-07-31 | Move rpkic autosync control to rpki.conf. | Rob Austein |
2012-07-31 | Somehow we got an exception whose string expansion was the null | Rob Austein |
2012-07-31 | First cut at allowing I/O loop to run during processing of massive | Rob Austein |
2012-07-30 | Switch to Django ORM .raw() query interface for a few queries which | Rob Austein |
2012-07-26 | Add profiling support to yamltest; fix profiling support in daemons. | Rob Austein |
2012-07-25 | Add profiling support. | Rob Austein |
2012-07-25 | Clean up SQL cache when it gets big, break up huge batches of ROA | Rob Austein |
2012-07-13 | fix missing imports | Michael Elkins |
2012-07-12 | move fetching of admin email addresses to the glue library so it can be used ... | Michael Elkins |
2012-07-06 | Regen | Rob Austein |
2012-07-06 | Add control interface to clear CMS-timestamp-based replay protection, | Rob Austein |
2012-07-06 | Implement CMS-timestamp-based replay protection. Closes #35. | Rob Austein |
2012-07-06 | remove debug msg to stdout from rpki.gui.app.glue.list_received_resources | Michael Elkins |
2012-07-05 | fix __unicode__ method for HostedCA | Michael Elkins |
2012-07-05 | remove admin autodiscover since we do not use the admin interface | Michael Elkins |
2012-07-05 | add empty stub admin.py to overwrite any existing module | Michael Elkins |
2012-07-04 | Oops, forgot to include revoke_forgotten command when copying other | Rob Austein |
2012-07-03 | initial implementation of rescert expiration cron script | Michael Elkins |
2012-07-03 | Add .mnf to dispatch list for backwards compatability. | Rob Austein |
2012-07-03 | Add more data to pubd log line, to aid tracking flow of objects | Rob Austein |
2012-07-03 | Stop whining about missing BPKI CRLs when running rootd under | Rob Austein |
2012-06-27 | in roa creation form, assume mask is closet classful if mask is missing. clo... | Michael Elkins |
2012-06-25 | Tombstone for an obsolete program, to keep users from accidently | Rob Austein |
2012-06-22 | add __repr__ method to rpki.rcynic.validation_status_element | Michael Elkins |
2012-06-16 | Add "--flat_publication" option to yamltest, and corresponding | Rob Austein |
2012-05-11 | Add rekey, revoke, and reissue commands. Closes #249. | Rob Austein |
2012-05-10 | We only need to poke requested handles once per synchronize call, not | Rob Austein |