aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Check for pkg-config before using itQball Cow2008-12-271-0/+3
* Modify version string to post-release version 0.15~gitAvuton Olrich2008-12-252-1/+3
* MPD version 0.14release-0.14Avuton Olrich2008-12-252-6/+2
* Fix a few problems with the huge mpdconf update. There's alot of shift here, ...Avuton Olrich2008-12-241-72/+86
* doc: fix "playlistdelete" documentationMax Kellermann2008-12-241-2/+2
* playlist: fix stored playlist modifications with absolute pathsMax Kellermann2008-12-243-2/+20
* stored_playlist: fix integer overflow in length estimationMax Kellermann2008-12-241-1/+1
* ffmpeg: case AV_NOPTS_VALUE to int64_tMax Kellermann2008-12-241-2/+2
* ffmpeg: don't assign "0" to pointerMax Kellermann2008-12-241-1/+1
* Makefile.am: fix sparse invocationMax Kellermann2008-12-241-1/+4
* added build test script "test.sh"Max Kellermann2008-12-241-0/+87
* mp3: "tag" argument is unused when libid3tag is disabledMax Kellermann2008-12-241-2/+2
* listen: "port" argument is unused when TCP support is disabledMax Kellermann2008-12-241-1/+2
* Makefile.am: distribute only real scriptsMax Kellermann2008-12-241-1/+1
* Makefile.am: removed m4/* from EXTRA_DISTMax Kellermann2008-12-241-1/+3
* Makefile.am: don't add directory into EXTRA_DISTMax Kellermann2008-12-241-1/+1
* configure.ac: renamed shout optionsMax Kellermann2008-12-241-4/+4
* configure.ac: fix --enable-un documentationMax Kellermann2008-12-241-2/+2
* configure.ac: disable the mikmod plugin by defaultMax Kellermann2008-12-242-1/+2
* pcm_utils: check pcm_convert()==0Max Kellermann2008-12-243-5/+16
* client: always attempt to flush deferred buffersMax Kellermann2008-12-241-2/+11
* shout: fixed bad error message printoutViliam Mateicka2008-12-231-2/+2
* Build makefiles after checking available outputs and decoder pluginsQball Cow2008-12-221-10/+12
* Merge branch 'http_buffer_remove' of git://git.musicpd.org/avuton/mpdMax Kellermann2008-12-213-12/+0
|\
| * Remove obsolete http_buffer* stuff that went away with the new curl backend.Avuton Olrich2008-12-203-12/+0
* | Merge branch 'master' of git://git.musicpd.org/avuton/mpdMax Kellermann2008-12-216-224/+295
|\ \
| * | Fix AUTHORS UTF-8 compliance.Avuton Olrich2008-12-211-1/+1
| |/
| * Huge mpdconf update.Avuton Olrich2008-12-201-175/+198
| * More clarification in the INSTALL fileAvuton Olrich2008-12-201-3/+4
| * Word wrap to 80 char linesAvuton Olrich2008-12-202-31/+60
| * Start off with a disclaimer about the NEWS file informationAvuton Olrich2008-12-201-0/+2
| * Clarify some very messy documentation in the installation.Avuton Olrich2008-12-201-8/+23
| * Update the text of the GPLv2, this fixes the address and a few other oddities.Avuton Olrich2008-12-201-14/+13
* | doc: clarify "user" setting (starting as root / unprivileged)Max Kellermann2008-12-202-5/+8
* | log: map log level "SECURE" to GLib's "INFO"Max Kellermann2008-12-201-3/+3
|/
* MPD version 0.14~beta3release-0.14_beta3Avuton Olrich2008-12-201-1/+1
* configure.ac: check lame availability before shout_mp3 testMax Kellermann2008-12-171-5/+5
* configure.ac: disable shout when no encoder is foundMax Kellermann2008-12-171-12/+10
* Remove useless statement.Emanuele Giaquinta2008-12-171-1/+0
* player_control: check if errored_song is setMax Kellermann2008-12-171-4/+14
* playlist: clear pc.errored_song on deleteMax Kellermann2008-12-173-2/+23
* Remove useless computation. After the pthread_cond_wait loop there are at lea...Emanuele Giaquinta2008-12-171-2/+0
* Remove useless statement, curpos is initialized at the beginning of the loop.Emanuele Giaquinta2008-12-171-1/+0
* Factor computation.Emanuele Giaquinta2008-12-171-4/+6
* Use MIN.Emanuele Giaquinta2008-12-171-2/+2
* Call CloseComponent after AudioUnitUninitialize.Emanuele Giaquinta2008-12-171-1/+1
* man: document Unix domain socket configuration in the manualMax Kellermann2008-12-162-0/+7
* command: reject unsupported URI schemesMax Kellermann2008-12-161-1/+11
* ls: added uri_has_scheme()Max Kellermann2008-12-162-0/+10
* ls: don't return suffix from parent directory nameMax Kellermann2008-12-161-1/+1