- 04 Feb, 2014 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
Don't use the global variables from the DatabaseSimple library.
-
- 31 Jan, 2014 1 commit
-
-
Max Kellermann authored
Useless information.
-
- 30 Jan, 2014 3 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
Move global variables into the new classes. That may allow multiple update threads for multiple databases one day.
-
Max Kellermann authored
Allows the kernel to combine timer wakeups with other processes, reducing power usage.
-
- 29 Jan, 2014 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
Don't use global variables.
-
- 28 Jan, 2014 1 commit
-
-
Max Kellermann authored
Another big chunk of code for multi-player support.
-
- 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.
-
- 24 Jan, 2014 5 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
- 23 Jan, 2014 8 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
- 22 Jan, 2014 1 commit
-
-
Max Kellermann authored
Not a fatal error. Fixes assertion failure.
-
- 18 Jan, 2014 3 commits
-
-
Max Kellermann authored
Keep the parent process around until MPD has finished initializing. This is important for libraries that are allergic to fork(), such as libupnp.
-
Max Kellermann authored
-
Max Kellermann authored
-
- 13 Jan, 2014 1 commit
-
-
Max Kellermann authored
-
- 11 Jan, 2014 1 commit
-
-
Max Kellermann authored
Allow database plugins to announce that they have been modified.
-
- 15 Dec, 2013 1 commit
-
-
Max Kellermann authored
Allows building without GLib. This fails to compile currently, because GLib is still used in the MPD core.
-
- 08 Dec, 2013 1 commit
-
-
Denis Krjuchkov authored
-
- 29 Nov, 2013 1 commit
-
-
Max Kellermann authored
Wrapper for pcm_resample_global_init(), just in case other PCM libraries need initialization, too.
-
- 28 Nov, 2013 1 commit
-
-
Max Kellermann authored
-
- 26 Nov, 2013 1 commit
-
-
Denis Krjuchkov authored
Otherwise sockets can't be created during IO thread initialization.
-
- 25 Nov, 2013 1 commit
-
-
Max Kellermann authored
-
- 24 Nov, 2013 1 commit
-
-
Max Kellermann authored
Reduce GLib usage.
-
- 04 Nov, 2013 1 commit
-
-
Max Kellermann authored
Map LogLevel::INFO to G_LOG_LEVEL_INFO, and LogLevel::DEFAULT to G_LOG_LEVEL_MESSAGE. Now client connect/disconnect message are only logged on log_level "secure".
-
- 30 Oct, 2013 2 commits
-
-
Max Kellermann authored
2 MB was too small for cross-fading a 24 bit file. Increasing to 4 MB is still not too large for weak machines, but is enough for cross-fading.
-
Max Kellermann authored
Fixes crash.
-
- 20 Oct, 2013 1 commit
-
-
Max Kellermann authored
-