Age | Commit message (Expand) | Author |
2012-08-29 | Clean up excessive debug logging. | Rob Austein |
2012-08-29 | Simplify iterator core. | Rob Austein |
2012-08-27 | Move root.cer to separate rsync module when building test | Rob Austein |
2012-08-27 | setproctitle hack. Useful with smoketest/yamltest/yamlconf, may need | Rob Austein |
2012-08-24 | Typo | Rob Austein |
2012-08-23 | Checkpoint. | Rob Austein |
2012-08-23 | Debug with larger configurations. | Rob Austein |
2012-08-22 | Cleanup. | Rob Austein |
2012-08-22 | Checkpoint of new testbed configuration tool. | Rob Austein |
2012-08-21 | Use .raw() SQL queries when constructing Child.resource_bag (more | Rob Austein |
2012-08-20 | Add a few more self.overdue checks to ROA and child certificate loops. | Rob Austein |
2012-08-20 | Rewrite voluntary scheduler yield code to be in terms of elapsed time | Rob Austein |
2012-08-20 | Extend insecure-debug-only-rsa-key hack to something we can use with | Rob Austein |
2012-08-20 | Skip publication when nothing changed. | Rob Austein |
2012-08-20 | Don't write unchanged BPKI files: nothing bad happens if we do, but | Rob Austein |
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-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 |