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