aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* idle: migrate from pthread to glib threadsThomas Jansen2008-12-28
* Include <pthread.h> where it is necessary onlyThomas Jansen2008-12-28
* Remove xpthread_* wrappersThomas Jansen2008-12-28
* conf: use GLib instead of utils.h/log.hMax Kellermann2008-12-28
* utils: removed myFgets()Max Kellermann2008-12-28
* buffer2array: use GLib's g_ascii_isspace()Max Kellermann2008-12-28
* mikmod: use Glib instead of utils.h/log.hMax Kellermann2008-12-28
* mikmod: convert mod_Data.audio_buffer to a static arrayMax Kellermann2008-12-28
* log: use GLib loggingMax Kellermann2008-12-28
* log: don't keep log file openMax Kellermann2008-12-28
* decoder: terminate decoder thread before MPD cleanupMax Kellermann2008-12-28
* log: support syslog()Max Kellermann2008-12-28
* log: moved code to log_init_file()Max Kellermann2008-12-28
* log: merged initLog() and open_log_files().Max Kellermann2008-12-28
* log: moved code to parse_log_level()Max Kellermann2008-12-28
* log: use the GLogLevelFlags typeMax Kellermann2008-12-28
* log: don't manipulate the umaskMax Kellermann2008-12-28
* log: moved code to open_log_file()Max Kellermann2008-12-28
* log: deprecated "error_file" optionMax Kellermann2008-12-28
* decoder: new plugin using modplug libraryViliam Mateicka2008-12-28
* Update news with RVA2 and Audio archive support.Avuton Olrich2008-12-28
* Add RVA2 tag support to MPDPauli Virtanen2008-12-28
* notify: use GLib lockingMax Kellermann2008-12-27
* output_control: no static "notify" initializationMax Kellermann2008-12-27
* cmdline: fixed option_no_createdb usageViliam Mateicka2008-12-27
* configure.ac: fixed description to bzip2 compile optionViliam Mateicka2008-12-27
* cmdline: use g_build_filename() for ~/.mpdconfMax Kellermann2008-12-27
* cmdline: use GLib's option parserMax Kellermann2008-12-27
* cmdline: use gboolean instead of intMax Kellermann2008-12-27
* moved command line parser to cmdline.cMax Kellermann2008-12-27
* Add an "Archive support" section to the configure results screen.Avuton Olrich2008-12-27
* Change configure time option to be bzip2 rather than bz2.Avuton Olrich2008-12-27
* Fix text string to show bz2 rather than rar.Avuton Olrich2008-12-27
* audiofile: don't close onput stream in libaudiofile destroy()Max Kellermann2008-12-27
* disable archive API without pluginsMax Kellermann2008-12-27
* configure.ac: moved archive library checks to optionsMax Kellermann2008-12-27
* Merge branch 'experimental' of git://git.musicpd.org/metyl/mpdMax Kellermann2008-12-27
|\
| * shout: fixed bad error message printoutViliam Mateicka2008-12-23
| * archiveapi: archive plugin for ISO filesViliam Mateicka2008-12-16
| * archiveapi: archive plugin for ZIP filesViliam Mateicka2008-12-16
| * archiveapi: archive plugin for BZ2 filesViliam Mateicka2008-12-16
| * update: adding archive updating related codeViliam Mateicka2008-12-16
| * song: adding support for songs in archivesViliam Mateicka2008-12-16
| * ls: adding get_archive_by_suffix() functionViliam Mateicka2008-12-16
| * new archive api, input_archive streamViliam Mateicka2008-12-16
| * utils: moving stringFoundInStringArray() from decoder into utilsViliam Mateicka2008-12-09
| * decoder: audiofile plugin using input stream instead of fileViliam Mateicka2008-12-03
* | Check for pkg-config before using itQball Cow2008-12-27
* | Modify version string to post-release version 0.15~gitAvuton Olrich2008-12-25
* | MPD version 0.14Avuton Olrich2008-12-25