aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/nfs/Connection.hxx (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-06-17lib/nfs/Manager: gcc 4.7 compatibility hackMax Kellermann1-0/+16
std::map::emplace() is only available from gcc 4.8 on.
2014-06-17input/nfs: use the asynchronous libnfs APIMax Kellermann1-0/+160
More robust and cancellable.