summaryrefslogtreecommitdiff
path: root/src/lib/nfs
AgeCommit message (Expand)Author
2017-02-01Merge tag 'v0.20.4'Max Kellermann
2017-02-01lib/nfs/Connection: detect socket hangup and unregister from epollMax Kellermann
2017-02-01lib/nfs/Connection: detect libnfs reconnectMax Kellermann
2017-01-26lib/nfs/FileReader: use nfs_get_event_loop()Max Kellermann
2017-01-26lib/nfs/Glue: add EventLoop& accessorMax Kellermann
2017-01-25lib/nfs/{FileReader,Glue}: pass EventLoop&Max Kellermann
2017-01-15lib/nfs: add more API documentationMax Kellermann
2017-01-03update copyright yearMax Kellermann
2017-01-03thread/Mutex: remove ScopeLock, use std::lock_guard directlyMax Kellermann
2016-12-29lib/nfs/Blocking, neighbor/smbclient: pass std::chrono::duration to Cond::tim...Max Kellermann
2016-12-28event/Loop: use std::chronoMax Kellermann
2016-11-10util/Error: remove obsolete classMax Kellermann
2016-09-16{input,storage}/nfs: use C++ exceptions instead of class ErrorMax Kellermann
2016-09-09input/Plugin: migrate open() from class Error to C++ exceptionsMax Kellermann
2016-08-05Merge tag 'v0.19.18'Max Kellermann
2016-08-05lib/nfs/Manager: add Compare(ManagedConnection, ManagedConnection)Max Kellermann
2016-03-01*: include cleanup (using iwyu)Max Kellermann
2016-02-26update copyright year to 2016Max Kellermann
2015-11-06util/StringUtil: move comparison functions to StringCompare.cxxMax Kellermann
2015-10-19util/DeleteDisposer: new utility classMax Kellermann
2015-01-01Copyright year 2015Max Kellermann
2014-12-15storage/nfs: add timeoutMax Kellermann
2014-12-15lib/nfs/Connection: unregister socket with SocketMonitor::Steal()Max Kellermann
2014-12-15lib/nfs/Connection: implement mount timeoutMax Kellermann
2014-12-15lib/nfs/Connection: add debug flag "in_destroy"Max Kellermann
2014-12-14lib/nfs/Connection: add assertionMax Kellermann
2014-12-14lib/nfs/Connection: fix reconnect after mount failureMax Kellermann
2014-12-14lib/nfs/Connection: fix typo in code commentMax Kellermann
2014-12-14lib/nfs/Connection: fix memory leak (and assertion failure)Max Kellermann
2014-12-14lib/nfs/Connection: move code to Service()Max Kellermann
2014-12-14lib/nfs/Connection: add assertionsMax Kellermann
2014-12-14lib/nfs/Connection: move code to method InternalClose()Max Kellermann
2014-12-14lib/nfs/Connection: make in_service and in_event debug-only flagsMax Kellermann
2014-12-14lib/nfs/Connection: fix crash while canceling a failing Open()Max Kellermann
2014-12-14lib/nfs/Connection: add assertionsMax Kellermann
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