- 30 Jan, 2014 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
Allows the kernel to combine timer wakeups with other processes, reducing power usage.
-
- 27 Jan, 2014 4 commits
-
-
Max Kellermann authored
The pkg-config file has been added in Samba 4.0. This commits adds a fallback for older libsmbclient versions.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
- 26 Jan, 2014 1 commit
-
-
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.
-
- 24 Jan, 2014 1 commit
-
-
Max Kellermann authored
-
- 23 Jan, 2014 1 commit
-
-
Max Kellermann authored
For debugging.
-
- 20 Jan, 2014 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
- 18 Jan, 2014 1 commit
-
-
Max Kellermann authored
Prepare for more advanced daemonization code, which will not work with daemon(). Let's just require fork(). Everybody who supports daemon() also supports fork().
-
- 15 Jan, 2014 1 commit
-
-
Max Kellermann authored
-
- 13 Jan, 2014 1 commit
-
-
Andrée Ekroth authored
This encoding plugin features a fixed-point mp3 encoder, with faster encoding on architectures without a FPU. Right now the encoder is limited to stereo and 16 bit depth. The bitrate and sample rate can be modified in audio_output. audio_output { type "httpd" name "My shine stream" encoder "shine" port "8000" format "44100:16:2" bitrate "320" # default: 128 }
-
- 11 Jan, 2014 1 commit
-
-
Max Kellermann authored
Look for symbol "mpc_demux_init" which does not exist in SV7. This avoids build failures when SV7 was found by configure.ac.
-
- 09 Jan, 2014 2 commits
-
-
Jean-Francois Dockes authored
[mk: renamed source files, applied coding style, reduced bloat, using MPD's threading library, using MPD's error reporting and logging library and refactoring, fixed lots of bugs]
-
Max Kellermann authored
-
- 04 Jan, 2014 1 commit
-
-
Max Kellermann authored
Now that the remaining known bugs in poll() implementation are fixed, we can go on without the GLib implementation.
-
- 29 Dec, 2013 3 commits
-
-
Max Kellermann authored
If we have libyajl 2.0.1 (without a pkg-config file), our configure.ac would assume this is the libyajl 1.0 API, because the function yajl_alloc() exists in both. This commit changes the library check to the function yajl_parse_complete() which was removed in the 2.0 API. This fixes build failure with libyajl 2.0.1.
-
Max Kellermann authored
-
Max Kellermann authored
-
- 24 Dec, 2013 1 commit
-
-
Max Kellermann authored
-
- 20 Dec, 2013 1 commit
-
-
Max Kellermann authored
-
- 19 Dec, 2013 3 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Due to recent protocol additions ("addtagid", "cleartagid").
-
- 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
-
- 02 Dec, 2013 1 commit
-
-
Denis Krjuchkov authored
-
- 01 Dec, 2013 1 commit
-
-
Max Kellermann authored
-
- 29 Nov, 2013 2 commits
-
-
Denis Krjuchkov authored
-
Denis Krjuchkov authored
Rename HAVE_WINDOWS to host_is_windows for consistency. Use 'yes' as true value instead of '1' for this variable. Use test on this variable instead of case where applicable.
-
- 28 Nov, 2013 1 commit
-
-
Max Kellermann authored
Remove compatibility code.
-
- 27 Nov, 2013 3 commits
-
-
Denis Krjuchkov authored
This change adds two configuration options: --with-eventloop=[glib|internal|auto] --with-pollmethod=[epoll|auto] First allows switching between GLib event loop and internal one. Second chooses backend to use for internal event loop. Conditional compilation symbols are changed accordingly. Additional helper macro MPD_OPTIONAL_FUNC_NODEF is added as well.
-
Gaetan Bisson authored
-
Max Kellermann authored
-
- 26 Nov, 2013 1 commit
-
-
Denis Krjuchkov authored
-
- 23 Nov, 2013 1 commit
-
-
Max Kellermann authored
-
- 21 Nov, 2013 1 commit
-
-
Max Kellermann authored
The option "--enable-fluidsynth" was documented to be "auto" by default, when it was really "no".
-