| Commit message (Expand) | Author | Age | Files | Lines |
* | set the close-on-exec flag on all file descriptors | Max Kellermann | 2009-11-07 | 1 | -0/+1 |
* | log: redirect stdout/stderr to /dev/null if syslog is used | Max Kellermann | 2009-11-07 | 1 | -0/+1 |
* | output/jack: added option "server_name" | Max Kellermann | 2009-11-07 | 1 | -1/+1 |
* | output/jack: dynamic source port list | Max Kellermann | 2009-11-06 | 1 | -1/+1 |
* | output/jack: renamed option "ports" to "destination_ports" | Max Kellermann | 2009-11-06 | 1 | -0/+1 |
* | playlist: added extm3u plugin | Max Kellermann | 2009-11-06 | 1 | -1/+1 |
* | output/httpd: bind port when output is enabled | Max Kellermann | 2009-11-05 | 1 | -1/+2 |
* | output/jack: support mono input | Max Kellermann | 2009-11-05 | 1 | -0/+1 |
* | output/jack: clear ring buffers before activating | Max Kellermann | 2009-11-05 | 1 | -0/+1 |
* | output/jack: use jack_client_open() instead of jack_client_new() | Max Kellermann | 2009-11-05 | 1 | -0/+1 |
* | output/jack: added option "client_name" | Max Kellermann | 2009-11-05 | 1 | -0/+1 |
* | database: rescan after metadata_to_use change | Max Kellermann | 2009-11-04 | 1 | -0/+1 |
* | text_file: allocate line buffers dynamically | Max Kellermann | 2009-11-01 | 1 | -0/+1 |
* | Merge branch 'v0.15.x' | Max Kellermann | 2009-10-31 | 1 | -0/+7 |
|\ |
|
| * | decoder/ffmpeg: convert metadata | Max Kellermann | 2009-10-28 | 1 | -0/+2 |
| * | update: delete ignored symlinks from database | Max Kellermann | 2009-10-27 | 1 | -0/+1 |
| * | output_thread: check again if output is open on PAUSE | Max Kellermann | 2009-10-21 | 1 | -0/+1 |
| * | Modify version string to post-release version 0.15.6~git | Avuton Olrich | 2009-10-18 | 1 | -0/+3 |
* | | songvec: sort songs by album name first, then disc/track number | Max Kellermann | 2009-10-31 | 1 | -0/+1 |
* | | output: consistently lock audio output objects | Max Kellermann | 2009-10-29 | 1 | -0/+1 |
* | | output/alsa: don't recover on CANCEL | Max Kellermann | 2009-10-29 | 1 | -0/+1 |
* | | playlist: new ASX playlist plugin | Max Kellermann | 2009-10-21 | 1 | -1/+1 |
* | | audio_format: wildcards allowed in audio_format configuration | Max Kellermann | 2009-10-21 | 1 | -0/+1 |
* | | output/jack: connect to server on MPD startup | Max Kellermann | 2009-10-21 | 1 | -0/+1 |
* | | output/jack: implement the "pause" method | Max Kellermann | 2009-10-21 | 1 | -0/+1 |
* | | pulse: code rewrite using the asynchronous libpulse API | Max Kellermann | 2009-10-21 | 1 | -0/+1 |
* | | output/pulse: renamed context to "Music Player Daemon" | Max Kellermann | 2009-10-20 | 1 | -0/+1 |
* | | pulse: announce "media.role=music" | Max Kellermann | 2009-10-20 | 1 | -0/+1 |
* | | Merged release 0.15.5 from branch 'v0.15.x' | Max Kellermann | 2009-10-18 | 1 | -1/+5 |
|\| |
|
| * | mpd version 0.15.5release-0.15.5 | Avuton Olrich | 2009-10-18 | 1 | -1/+1 |
| * | decoder/flac: fixed two memory leaks in the CUE tag loader | Max Kellermann | 2009-10-16 | 1 | -0/+2 |
| * | update: fixed memory leak during container scan | Max Kellermann | 2009-10-16 | 1 | -0/+1 |
| * | output_thread: check again if output is open on CANCEL | Max Kellermann | 2009-10-16 | 1 | -0/+1 |
* | | command: omitting the range end is possible | Max Kellermann | 2009-10-18 | 1 | -0/+1 |
* | | command: allow changing replay gain mode on-the-fly | Max Kellermann | 2009-10-17 | 1 | -0/+1 |
* | | update: obey .mpdignore files | Max Kellermann | 2009-10-16 | 1 | -1/+3 |
* | | Add PLS Parser | Qball Cow | 2009-10-15 | 1 | -1/+1 |
* | | input/lastfm: removed obsolete last.fm input plugin | Max Kellermann | 2009-10-13 | 1 | -1/+1 |
* | | command: "load" supports remote playlists (m3u, xspf, lastfm://) | Max Kellermann | 2009-10-13 | 1 | -0/+1 |
* | | Merge branch 'v0.15.x' | Max Kellermann | 2009-10-13 | 1 | -0/+1 |
|\| |
|
| * | input/curl: fixed endless loop during buffering | Max Kellermann | 2009-10-13 | 1 | -0/+1 |
* | | configure.ac: require GLib 2.16 | Max Kellermann | 2009-10-13 | 1 | -0/+1 |
* | | Merge branch 'v0.15.x' | Max Kellermann | 2009-10-11 | 1 | -0/+8 |
|\| |
|
| * | riff, aiff: fixed "limited range" gcc warning | Max Kellermann | 2009-10-11 | 1 | -0/+2 |
| * | decoder_thread: change the fallback decoder name to "mad" | Max Kellermann | 2009-10-11 | 1 | -0/+1 |
| * | input/curl: don't abort if a packet has only metadata | Max Kellermann | 2009-10-11 | 1 | -0/+2 |
| * | Modify version string to post-release version 0.15.5~git | Avuton Olrich | 2009-10-03 | 1 | -0/+3 |
* | | doc/protocol.xml: "addid" with negative position is deprecated | Max Kellermann | 2009-10-09 | 1 | -0/+1 |
* | | playlist_control: "previous" really plays the previous song | Max Kellermann | 2009-10-08 | 1 | -0/+1 |
* | | configure.ac: build with large file support by default | Alam Arias | 2009-10-08 | 1 | -0/+1 |