aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/nfs/Glue.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Copyright year 2015Max Kellermann2015-01-011-1/+1
|
* lib/nfs/Glue: add assertionMax Kellermann2014-10-091-0/+1
|
* lib/nfs/Glue: add assertionMax Kellermann2014-10-011-0/+4
|
* lib/nfs/Glue: destruct the NfsManager in the I/O threadMax Kellermann2014-10-011-1/+2
| | | | | This allows eliminating the indirection code from the NfsConnection destructor.
* lib/nfs/Glue: eliminate class NfsGlueMax Kellermann2014-10-011-17/+1
| | | | It's just a useless wrapper for class NfsManager.
* input/nfs: use the asynchronous libnfs APIMax Kellermann2014-06-171-0/+69
More robust and cancellable.