Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | add two long-running XMPP push threads, no more inversion of control | Joey Hess | 2013-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 queue | Joey Hess | 2013-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 DList | Joey Hess | 2013-04-24 |