aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-08-20Refactor Zookeeper.synchronize() into a collection of moreRob Austein
2012-08-20Gigabytes of logs recording the state of the task queue when hostingRob Austein
2012-08-19Tweak timer.runq() to be a bit more even-handed in how we prioritizeRob Austein
2012-08-19CleanupRob Austein
2012-08-19Simplify core I/O loop, back to what I originally intended beforeRob Austein
2012-08-19Typo.Rob Austein
2012-08-19Refactor rpkid high-level task system to use classes rather thanRob Austein
2012-08-18Merge rpkic profiling support from trunk/.Rob Austein
2012-08-18Add suppot for profiling rpkic.Rob Austein
2012-08-18CleanupRob Austein
2012-08-18Add profiling support.Rob Austein
2012-08-17Checkpoint. New class-based tasks, not yet tested, rest of code notRob Austein
2012-08-17As of [4632], rpki.sql.session._wrap_execute() handles SQL pingsRob Austein
2012-08-17ReformatRob Austein
2012-08-17Automate SQL pings. Suppress case where ROA regeneration gratuitouslyRob Austein
2012-08-14Add POW C function to pull SKI from a certificate, so we can bypassRob Austein
2012-08-13Back out [4629], which tests out 50% slower than the code it replaced.Rob Austein
2012-08-13Direct conversion between byte string and long, using scaryRob Austein
2012-08-10Add debug-only hack to let us reuse RSA keys from previous test runs.Rob Austein
2012-08-10Add seemingly-pointless .cursor() call, whose real purpose is to runRob Austein
2012-08-09Switch rpki.sql.session.cache to use weak references, so that Python'sRob Austein
2012-08-09Sometimes it takes more than one signal to get a subprocess to exit.Rob Austein
2012-08-08Checkpoint of work to date, see #274 and #275.Rob Austein
2012-08-07Safe mapping functions for OIDs, now that we're using the same code toRob Austein
2012-08-07add countryName oid. references #279Michael Elkins
2012-08-02First hack to hostkeys didn't work. Still need option to protect theRob Austein
2012-08-02Check for 404 errors, allow specification of username and password forRob Austein
2012-07-31Move rpkic autosync control to rpki.conf.Rob Austein
2012-07-31Somehow we got an exception whose string expansion was the nullRob Austein
2012-07-31First cut at allowing I/O loop to run during processing of massiveRob Austein
2012-07-31Automatic pull of documentation from Wiki.RPKI Documentation Robot
2012-07-30Add -x option to control "XML summary" file name from command line.Rob Austein
2012-07-30Remove -s from getopt string too.Rob Austein
2012-07-30Add --stop_after_configRob Austein
2012-07-30Switch to Django ORM .raw() query interface for a few queries whichRob Austein
2012-07-26Add profiling support to yamltest; fix profiling support in daemons.Rob Austein
2012-07-25Add profiling support.Rob Austein
2012-07-25Clean up SQL cache when it gets big, break up huge batches of ROARob Austein
2012-07-23Use TAL instead of TA.Rob Austein
2012-07-16simplify exiting the scriptMichael Elkins
2012-07-16catch socket.error and print a friendlier message when we can't talk to rpkid...Michael Elkins
2012-07-13send_email() should have been send_mail()Michael Elkins
2012-07-13fix pep8 warningsMichael Elkins
2012-07-13fix missing importsMichael Elkins
2012-07-13fetch list of published objects from rpkid, and check for valid->invalid tran...Michael Elkins
2012-07-12move fetching of admin email addresses to the glue library so it can be used ...Michael Elkins
2012-07-12Use purportedly-human-readable strings instead of internal symbolsRob Austein
2012-07-12First cut at script to find ROAs and list expiration dates of allRob Austein
2012-07-12CleanupRob Austein
2012-07-11First cut at Ruediger's "tell me why this object went away" tool. NoRob Austein