- 01 Dec, 2014 1 commit
-
-
Max Kellermann authored
-
- 30 Nov, 2014 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
- 29 Nov, 2014 1 commit
-
-
Max Kellermann authored
Prepare for a ICU-based backend without GLib.
-
- 25 Nov, 2014 8 commits
-
-
Max Kellermann authored
Avoids crash because Close() invokes a call on a destructed NfsConnection.
-
Max Kellermann authored
-
Max Kellermann authored
Avoid calling NfsConnection::RemoveLease(), because the lease has been removed already.
-
Max Kellermann authored
Clean up the "state" to indicate that there is no longer any asynchronous operation. Fixes another NFS-related crash due to cleanup of a non-existing asynchronous operation.
-
Max Kellermann authored
Avoids a crash that occurs when NfsConnection::OnSocketReady() dereferences itself before returning.
-
Max Kellermann authored
During the NfsLease::OnNfsConnectionFailed() call, the old (defunct) nfs_context may be used to close file handles. Such code does not yet exist, but will be added soon to fix other bugs.
-
Max Kellermann authored
Fixes potential second mount attempt after the old connection to the NFS server was shut down.
-
Max Kellermann authored
-
- 07 Nov, 2014 1 commit
-
-
Max Kellermann authored
When uri_apply_base() was moved from db/upnp/Util.cpp to util/UriUtil.cpp, the parameter order was changed, however without swapping the parameters in the ContentDirectoryService constructor.
-
- 02 Nov, 2014 1 commit
-
-
Max Kellermann authored
-
- 10 Oct, 2014 1 commit
-
-
Max Kellermann authored
-
- 09 Oct, 2014 3 commits
-
-
Max Kellermann authored
Share the NFS connection with the NFS input plugin.
-
Max Kellermann authored
-
Max Kellermann authored
-
- 07 Oct, 2014 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
- 06 Oct, 2014 1 commit
-
-
Max Kellermann authored
-
- 05 Oct, 2014 1 commit
-
-
Max Kellermann authored
Creating a NfsStorage sets its own export_name as the "base". Now NfsFileReader can use this information to derive the export_name to be mounted, instead of guessing. This solves the "too many connection" problem on the NFS server while updating the database.
-
- 01 Oct, 2014 11 commits
-
-
Max Kellermann authored
If an async opertion is in progress, nfs_close_async() will make libnfs crash because the RPC callback will dereference an object that was freed by nfs_close_async().
-
Max Kellermann authored
Close the newly allocated file handle passed to the callback.
-
Max Kellermann authored
All locks are currenly held from only a single thread (the IOThread) and thus we don't need the Mutex.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Not used anymore because NfsManager now uses boost::intrusive::set instead of std::map.
-
Max Kellermann authored
Reduce overhead for storing the key twice, and more overhead while looking up the connection to remove it after a failure.
-
Max Kellermann authored
-
Max Kellermann authored
This allows eliminating the indirection code from the NfsConnection destructor.
-
Max Kellermann authored
It's just a useless wrapper for class NfsManager.
-
Max Kellermann authored
Reduce Remove() overhead because we don't have to walk the list to find an iterator by reference.
-
- 31 Aug, 2014 5 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
Since BroadcastError() calls BroadcastMountError(), there's no need to check mount_finished here.
-
Max Kellermann authored
While reconnecting to the NFS server, the socket is -1, because there is no socket. Fixes a potential crash (assertion failure).
-
Max Kellermann authored
-
Max Kellermann authored
-
- 29 Aug, 2014 2 commits
-
-
Max Kellermann authored
Necessary for "final" on gcc 4.6.
-
Max Kellermann authored
-