aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/nfs/Cancellable.hxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* lib/nfs/Cancellable: use boost::intrusive::listMax Kellermann2014-10-011-35/+13
| | | | | Reduce Remove() overhead because we don't have to walk the list to find an iterator by reference.
* input/nfs: use the asynchronous libnfs APIMax Kellermann2014-06-171-0/+177
More robust and cancellable.