Age | Commit message (Expand) | Author |
2014-04-05 | Source tree reorg, phase 1. Almost everything moved, no file contents changed. | Rob Austein |
2014-01-09 | Update more copyrights, clean up module doc blocks. | Rob Austein |
2012-10-26 | [4786] broke handling of timers with no errback set. | Rob Austein |
2012-10-18 | pylint | Rob Austein |
2012-08-29 | Simplify iterator core. | 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-09 | Switch rpki.sql.session.cache to use weak references, so that Python's | 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 |
2011-10-05 | Add global traceback control; this closes #95. Clean up some | Rob Austein |
2011-09-10 | Check for exception select() throws on bad file descriptor, to avoid | Rob Austein |
2011-04-27 | First whack at some of the silliest logging code | Rob Austein |
2010-11-14 | Implement "reissue" left-right operation. Reformat some doc strings. | Rob Austein |
2010-10-07 | Merge rpkid.without_tls/ branch to rpkid/ trunk. | Rob Austein |
2010-05-31 | Better fix for timer.cancel(). | Rob Austein |
2010-05-31 | Preliminary fix to timer.cancel(). Right fix may be to change | Rob Austein |
2010-04-12 | Lint | Rob Austein |
2010-03-16 | Update copyright notices | Rob Austein |
2010-02-24 | Checkpoint | Rob Austein |
2010-02-24 | Checkpoint. <list_received_resources/> still not quite working yet, but get... | Rob Austein |
2010-02-23 | Try not to lose original exception context when blowing out of sync_wrapper. | Rob Austein |
2010-02-17 | Debugging cleanup | Rob Austein |
2010-01-23 | Doh, debug message already obsolete when checked in. | Rob Austein |
2010-01-23 | Add cutoff threshold and tuple tracking to gc_summary. | Rob Austein |
2010-01-04 | Still seeing unexplained memory bloat, try a different approach to | Rob Austein |
2009-12-22 | Handle exception that was causing unintended exit from event_loop(), | Rob Austein |
2009-12-18 | Doxygen markup error | Rob Austein |
2009-12-02 | sync_wrapper wasn't working quite right with defer(). | Rob Austein |
2009-12-02 | Clean up deferred action queue logic. Turns out we need to run the | Rob Austein |
2009-12-02 | Implement deferred action queue separate from timers. | Rob Austein |
2009-12-01 | Clean up timer debugging code. Clear pointers in a few places that | Rob Austein |
2009-11-30 | Timer debugging code | Rob Austein |
2009-09-11 | Cleanup | Rob Austein |
2009-07-29 | Massively increase https timeout interval. Enable slow-and-safe | Rob Austein |
2009-07-29 | Rework stack_unwind code | Rob Austein |
2009-07-29 | Extend rpki.async.iterator to support unwinding the stack to avoid | Rob Austein |
2009-07-18 | Document a bunch of assertions. Fiddle with HTTPS timeouts. | Rob Austein |
2009-07-04 | Clean up and consolidate traceback. Add methods to hide (some of the) | Rob Austein |
2009-06-27 | sync_wrapper() | Rob Austein |
2009-06-01 | New TLS code mostly working. Only lightly tested so far, but "make | Rob Austein |
2009-05-12 | Cleanup some of the litter left behind during conversion to callbacks. | Rob Austein |
2009-05-11 | Cosmetic doc changes. | Rob Austein |
2009-05-11 | Pass ExitNow exceptions through, as signal handlers can raise them at any time. | Rob Austein |
2009-05-06 | Clean up signal handling | Rob Austein |
2009-05-06 | Checkpoint | Rob Austein |
2009-05-04 | Don't hang waiting for timeout of persistent connections when we know we're a... | Rob Austein |
2009-05-04 | Move signal wrapper to rpki.async.event_loop(). | Rob Austein |
2009-04-30 | Update timer for alternate handler mechanism | Rob Austein |