Age | Commit message (Expand) | Author |
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 | Add suppot for profiling rpkic. | 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-09 | Sometimes it takes more than one signal to get a subprocess to exit. | 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 | Remove -s from getopt string too. | Rob Austein |
2012-07-30 | Add --stop_after_config | 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-23 | Use TAL instead of TA. | Rob Austein |
2012-07-16 | simplify exiting the script | Michael Elkins |
2012-07-16 | catch socket.error and print a friendlier message when we can't talk to rpkid... | Michael Elkins |
2012-07-13 | send_email() should have been send_mail() | Michael Elkins |
2012-07-13 | fix pep8 warnings | Michael Elkins |
2012-07-13 | fix missing imports | Michael Elkins |
2012-07-13 | fetch list of published objects from rpkid, and check for valid->invalid tran... | Michael Elkins |
2012-07-12 | move fetching of admin email addresses to the glue library so it can be used ... | Michael Elkins |
2012-07-10 | add option to not send email report; useful for cli debugging | Michael Elkins |
2012-07-09 | in addition to logging to stdout, send email notifications to addresses liste... | Michael Elkins |
2012-07-06 | use the client_handle specified in the <list_published_objects/> response to ... | 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 | add support for checking child resource certs | Michael Elkins |
2012-07-06 | Implement CMS-timestamp-based replay protection. Closes #35. | Rob Austein |
2012-07-06 | force update of received resources cache prior to checking for rescert expira... | Michael Elkins |
2012-07-06 | remove debug msg to stdout from rpki.gui.app.glue.list_received_resources | Michael Elkins |
2012-07-05 | add current handle name to each warning message | Michael Elkins |
2012-07-05 | use str() to print to detail of each Certificate subclass when displaying a w... | Michael Elkins |
2012-07-05 | fix __unicode__ method for HostedCA | Michael Elkins |