index
:
sra/rpki.net
master
zone-cleanup
Dragon Research Labs RPKI Toolkit
git user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
rpkid
/
rpki
/
async.py
Age
Commit message (
Expand
)
Author
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
2009-04-30
We sort timers on insertion anyway, so just need to avoid duplicates.
Rob Austein
2009-04-30
timer.set_handler()
Rob Austein
2009-04-30
Cancel timers before setting them
Rob Austein
2009-04-30
timer.is_set()
Rob Austein
2009-04-28
Add timer system and hook into asyncore that uses it.
Rob Austein
2009-04-24
Checkpoint
Rob Austein
2009-04-21
Cleanup
Rob Austein
2009-04-21
Checkpoint
Rob Austein
2009-04-20
Checkpoint
Rob Austein