- 25 Aug, 2017 3 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
We can do CURL requests asynchronously, and we don't need a synchronous WorkQueue thread for that. This allows parallelizing lookups and allows immediate cancellation.
-
- 04 Jun, 2017 1 commit
-
-
Max Kellermann authored
-
- 16 May, 2017 1 commit
-
-
Max Kellermann authored
We can remove those C++11 and C++14 kludges because we require GCC 4.9 now.
-
- 08 May, 2017 1 commit
-
-
Max Kellermann authored
This eliminates some overhead, because the compiler doesn't need to consider these functions throwing.
-
- 10 Feb, 2017 1 commit
-
-
Max Kellermann authored
-
- 03 Jan, 2017 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
- 29 Dec, 2016 1 commit
-
-
Max Kellermann authored
-
- 28 Oct, 2016 1 commit
-
-
Max Kellermann authored
-
- 05 Sep, 2016 3 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
- 23 Aug, 2016 1 commit
-
-
Max Kellermann authored
-
- 17 Jun, 2016 1 commit
-
-
Max Kellermann authored
-
- 01 Mar, 2016 1 commit
-
-
Max Kellermann authored
-
- 26 Feb, 2016 1 commit
-
-
Max Kellermann authored
-
- 22 Feb, 2016 1 commit
-
-
Max Kellermann authored
-
- 07 Feb, 2016 1 commit
-
-
Max Kellermann authored
-
- 02 Feb, 2015 1 commit
-
-
Max Kellermann authored
-
- 21 Jan, 2015 3 commits
-
-
Max Kellermann authored
The old struct config_param remains only for top-level string options.
-
Max Kellermann authored
-
Max Kellermann authored
-
- 01 Jan, 2015 1 commit
-
-
Max Kellermann authored
-
- 28 Nov, 2014 1 commit
-
-
Max Kellermann authored
-
- 21 Nov, 2014 1 commit
-
-
Max Kellermann authored
Simplify the definition of many build options.
-
- 19 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
-
- 27 Jan, 2014 1 commit
-
-
Max Kellermann authored
-
- 26 Jan, 2014 3 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
- 25 Jan, 2014 1 commit
-
-
Max Kellermann authored
This commit adds the NeighborPlugin API which can be used to detect nearby file servers that can be used by input plugins. This list of servers is exported using the new "listneighbors" command. The idle even "neighbor" notifies interested clients when a new neighbor is found or an existing one is lost. There's a lot missing currently: protocol&user documentation, and a way to "mount" remote servers into the music database. Obviously, some code from the UPnP database plugin can be moved to a neighbor plugin.
-