- 10 Jun, 2014 2 commits
-
-
Max Kellermann authored
Make valgrind happy.
-
Max Kellermann authored
-
- 12 May, 2014 4 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
Turns out ucol_getSortKey() does not what I thought it does.
-
Max Kellermann authored
-
Max Kellermann authored
Fixes the broken "search" command.
-
- 11 May, 2014 1 commit
-
-
Max Kellermann authored
-
- 09 Apr, 2014 1 commit
-
-
Max Kellermann authored
-
- 24 Feb, 2014 3 commits
-
-
Max Kellermann authored
Fixes crash after database update.
-
Max Kellermann authored
Fixes initialization failure.
-
Max Kellermann authored
-
- 08 Feb, 2014 1 commit
-
-
Max Kellermann authored
-
- 06 Feb, 2014 2 commits
-
-
Max Kellermann authored
libsmbclient is not thread-safe nor reentrant. We must protect all function calls with a global mutex, unfortunately.
-
Max Kellermann authored
-
- 26 Jan, 2014 8 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
Eliminate class LibUPnP and move the code to ClientInit.cxx. Its initialization function can be called multiple times, but UpnpRegisterClient() is called at most once.
-
Max Kellermann authored
Allow calling UpnpGlobalInit() multiple times.
-
Max Kellermann authored
-
Max Kellermann authored
Each Upnp*Async() call passes a new cookie pointer, and the cookie passed to UpnpRegisterClient() appears to be ignored. Using this interface is a more elegant approach than having one single "handler" function.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
- 25 Jan, 2014 2 commits
-
-
Max Kellermann authored
This appears to be the right thing to do when we want anonymous login.
-
Max Kellermann authored
-
- 24 Jan, 2014 1 commit
-
-
Max Kellermann authored
-