summaryrefslogtreecommitdiff
path: root/src/lib/nfs/Connection.hxx
AgeCommit message (Expand)Author
2020-01-18copyright year 2020Max Kellermann
2019-07-05include cleanups (powered by iwyu)Max Kellermann
2019-06-17Copyright year 2019Max Kellermann
2019-04-04event/*, ...: make GetEventLoop() constMax Kellermann
2018-10-31*: copyright year 2018Max Kellermann
2018-08-20lib/nfs/Connection: add LstatThomas Guillem
2017-11-12lib/nfs: add "noexcept"Max Kellermann
2017-11-10lib/nfs: migrate from DeferredMonitor to DeferEventMax Kellermann
2017-11-10event/SocketMonitor: add "noexcept"Max Kellermann
2017-08-29lib/nfs/Connection: migrate from TimeoutMonitor to TimerEventMax Kellermann
2017-06-04*: add lost of "noexcept" specificationsMax Kellermann
2017-05-08*: add "noexcept" to many, many function prototypesMax Kellermann
2017-01-03update copyright yearMax Kellermann
2016-09-16{input,storage}/nfs: use C++ exceptions instead of class ErrorMax Kellermann
2016-03-01*: include cleanup (using iwyu)Max Kellermann
2016-02-26update copyright year to 2016Max Kellermann
2015-01-01Copyright year 2015Max 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: fix memory leak (and assertion failure)Max Kellermann
2014-12-14lib/nfs/Connection: move code to Service()Max 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-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-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/Glue: destruct the NfsManager in the I/O threadMax Kellermann
2014-10-01lib/nfs/Cancellable: use boost::intrusive::listMax Kellermann
2014-06-17lib/nfs/Manager: gcc 4.7 compatibility hackMax Kellermann
2014-06-17input/nfs: use the asynchronous libnfs APIMax Kellermann