index
:
mpd.git
master
v0.21.x
v0.22.x
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
lib
/
nfs
/
Connection.hxx
Age
Commit message (
Expand
)
Author
2020-01-18
copyright year 2020
Max Kellermann
2019-07-05
include cleanups (powered by iwyu)
Max Kellermann
2019-06-17
Copyright year 2019
Max Kellermann
2019-04-04
event/*, ...: make GetEventLoop() const
Max Kellermann
2018-10-31
*: copyright year 2018
Max Kellermann
2018-08-20
lib/nfs/Connection: add Lstat
Thomas Guillem
2017-11-12
lib/nfs: add "noexcept"
Max Kellermann
2017-11-10
lib/nfs: migrate from DeferredMonitor to DeferEvent
Max Kellermann
2017-11-10
event/SocketMonitor: add "noexcept"
Max Kellermann
2017-08-29
lib/nfs/Connection: migrate from TimeoutMonitor to TimerEvent
Max Kellermann
2017-06-04
*: add lost of "noexcept" specifications
Max Kellermann
2017-05-08
*: add "noexcept" to many, many function prototypes
Max Kellermann
2017-01-03
update copyright year
Max Kellermann
2016-09-16
{input,storage}/nfs: use C++ exceptions instead of class Error
Max Kellermann
2016-03-01
*: include cleanup (using iwyu)
Max Kellermann
2016-02-26
update copyright year to 2016
Max Kellermann
2015-01-01
Copyright year 2015
Max Kellermann
2014-12-15
lib/nfs/Connection: implement mount timeout
Max Kellermann
2014-12-15
lib/nfs/Connection: add debug flag "in_destroy"
Max Kellermann
2014-12-14
lib/nfs/Connection: fix memory leak (and assertion failure)
Max Kellermann
2014-12-14
lib/nfs/Connection: move code to Service()
Max Kellermann
2014-12-14
lib/nfs/Connection: move code to method InternalClose()
Max Kellermann
2014-12-14
lib/nfs/Connection: make in_service and in_event debug-only flags
Max Kellermann
2014-10-07
lib/nfs/Connection: add methods {Open,Read,Close}Directory()
Max Kellermann
2014-10-07
lib/nfs/Connection: add method Stat(path)
Max Kellermann
2014-10-06
lib/nfs/Connection: make GetEventLoop() public
Max Kellermann
2014-10-01
lib/nfs/FileReader: postpone the nfs_close_async() call
Max Kellermann
2014-10-01
lib/nfs/Connection: fix memory leak when cancelling Open()
Max Kellermann
2014-10-01
lib/nfs/Connection: remove Mutex
Max Kellermann
2014-10-01
lib/nfs/Connection: add method GetEventLoop()
Max Kellermann
2014-10-01
lib/nfs/Connection: remove obsolete flag postponed_destroy
Max Kellermann
2014-10-01
lib/nfs/Connection: remove deprecated move constructor workaround
Max Kellermann
2014-10-01
lib/nfs/Glue: destruct the NfsManager in the I/O thread
Max Kellermann
2014-10-01
lib/nfs/Cancellable: use boost::intrusive::list
Max Kellermann
2014-06-17
lib/nfs/Manager: gcc 4.7 compatibility hack
Max Kellermann
2014-06-17
input/nfs: use the asynchronous libnfs API
Max Kellermann