summaryrefslogtreecommitdiff
path: root/sleekxmpp/xmlstream/scheduler.py
AgeCommit message (Expand)Author
2014-07-17Rename to slixmppFlorent Le Coz
2013-06-20Fixed scheduler wait loopAnton Ryzhov
2013-06-20Use timeout constants instead of magic numbers in scheduler and event loopAnton Ryzhov
2013-06-20Some optimizations in schedulerAnton Ryzhov
2013-04-23Carry scheduled kwargs all the wayLance Stout
2012-07-27Allow tasks to remove themselves during executionJonas Wielicki
2012-07-24Standardize importing of queue class.Lance Stout
2012-07-09Prevent None from being added to the schedule from a timing issue.Lance Stout
2012-06-19PEP8 formatting updates.Lance Stout
2012-04-22Track threads to ensure all have exited when disconnecting.Lance Stout
2012-04-20Add _use_daemons flag to XMLStream to run all threads in daemon mode.Lance Stout
2012-02-18More pyflakes cleanup.Lance Stout
2011-12-04Add API docs for the schedulerLance Stout
2011-11-20Convert daemon threads back into normal threads.Lance Stout
2011-08-25Update scheduler with locks and ability to remove tasks.Lance Stout
2011-04-11Mark scheduler thread as a daemon.Lance Stout
2011-02-14Remap old method names in a better way.Lance Stout
2010-11-16scheduler no longer waits for the next event before exitingsleek-1.0-Beta41.0-Beta4Nathan Fritz
2010-11-06Logging no longer uses root logger.Lance Stout
2010-10-20misc small tweakssleek-1.0-Beta11.0-Beta1Nathan Fritz
2010-10-20reconnect if session isn't established within 15 secondsNathan Fritz
2010-10-16Cleanup, restore PEP8.Lance Stout
2010-10-13new state machine in placeNathan Fritz
2010-10-06Cleaned up the Scheduler.Lance Stout
2010-05-31Scheduler waits too longer, and pubsubstate registration was backwardsNathan Fritz
2010-05-28control-c fixesNathan Fritz
2010-05-27added pubsub state stanzas and scheduled eventsNathan Fritz
2010-05-26adding schedulerNathan Fritz