summaryrefslogtreecommitdiff
path: root/src/lib
AgeCommit message (Expand)Author
2015-01-26Merge branch 'v0.18.x' into v0.19.xMax Kellermann
2014-12-26fs/Traits, ...: work around -Wtautological-pointer-compareMax 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-11-07lib/upnp/ContentDirectoryService: swap uri_apply_base() parametersMax Kellermann
2014-11-02lib/upnp/Discovery: add missing stdlib.h includeMax Kellermann
2014-10-10db/upnp/Util: move caturl() to util/UriUtil.cxxMax 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