summaryrefslogtreecommitdiff
path: root/src/lib/nfs
AgeCommit message (Expand)Author
2014-11-25lib/nfs/FileReader: clean up on disconnectMax Kellermann
2014-11-25lib/nfs/FileReader: move code to CancelOrClose()Max Kellermann
2014-11-25lib/nfs/FileReader: reset state in OnNfsConnectionFailed()Max Kellermann
2014-11-25lib/nfs/FileReader: update "state" in OnNfsError()Max Kellermann
2014-11-25lib/nfs/Manager: defer NfsConnection destructionMax Kellermann
2014-11-25lib/nfs/Connection: broadcast error before closing connectionMax Kellermann
2014-11-25lib/nfs/Connection: cancel DeferredMonitor on disconnectMax Kellermann
2014-11-25lib/nfs/FileReader: include Compiler.h for "final" fallbackMax Kellermann
2014-10-09storage/nfs: use the libnfs async APIMax Kellermann
2014-10-09lib/nfs/Connection: reduce Error instance allocationsMax Kellermann
2014-10-09lib/nfs/Glue: add assertionMax Kellermann
2014-10-07lib/nfs/Connection: add methods {Open,Read,Close}Directory()Max Kellermann
2014-10-07lib/nfs/Connection: add method Stat(path)Max Kellermann
2014-10-06lib/nfs/Connection: make GetEventLoop() publicMax Kellermann
2014-10-05lib/nfs/Base: kludge to reduce number of NFS mountsMax Kellermann
2014-10-01lib/nfs/FileReader: postpone the nfs_close_async() callMax Kellermann
2014-10-01lib/nfs/Connection: fix memory leak when cancelling Open()Max Kellermann
2014-10-01lib/nfs/Connection: remove MutexMax Kellermann
2014-10-01lib/nfs/Connection: add method GetEventLoop()Max Kellermann
2014-10-01lib/nfs/Connection: remove obsolete flag postponed_destroyMax Kellermann
2014-10-01lib/nfs/Connection: remove deprecated move constructor workaroundMax Kellermann
2014-10-01lib/nfs/Manager: use boost::intrusive::mapMax Kellermann
2014-10-01lib/nfs/Glue: add assertionMax Kellermann
2014-10-01lib/nfs/Glue: destruct the NfsManager in the I/O threadMax Kellermann
2014-10-01lib/nfs/Glue: eliminate class NfsGlueMax Kellermann
2014-10-01lib/nfs/Cancellable: use boost::intrusive::listMax Kellermann
2014-08-31nfs/Connection: check for disappearing libnfs socketMax Kellermann
2014-08-31nfs/Connection: use only BroadcastError()Max Kellermann
2014-08-31nfs/Connection: nfs_get_fd() can return -1Max Kellermann
2014-08-31nfs/Connection: use nfs_get_error() for mount errorMax Kellermann
2014-08-31nfs/Connection: fix assertion failureMax Kellermann
2014-08-30*: add missing Compiler.h includesMax Kellermann
2014-06-30lib/nfs/Connection: include poll.hMax Kellermann
2014-06-17lib/nfs/Manager: gcc 4.7 compatibility hackMax Kellermann
2014-06-17input/nfs: use the asynchronous libnfs APIMax Kellermann
2014-02-08input/nfs: move nfs_domain to lib/nfs/Domain.cxxMax Kellermann