summaryrefslogtreecommitdiff
path: root/Utility/TList.hs
Commit message (Collapse)AuthorAge
* commentGravatar Joey Hess2014-01-07
|
* add two long-running XMPP push threads, no more inversion of controlGravatar Joey Hess2013-05-22
| | | | | | | | | I hope this will be easier to reason about, and less buggy. It was certianly easier to write! An immediate benefit is that with a traversable queue of push requests to select from, the threads can be a lot fairer about choosing which client to service next.
* use DList for the transfer queueGravatar Joey Hess2013-04-25
| | | | | Some nice efficiency gains here for list appending, although mostly the small size of the transfer queue makes them irrelivant.
* add TList, built on DListGravatar Joey Hess2013-04-24