aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* decoder_thread: migrate from pthread to glib threadsThomas Jansen2008-12-281-8/+5
* songvec: migrate from pthread to glib threadsThomas Jansen2008-12-283-17/+36
* dirvec: migrate from pthread to glib threadsThomas Jansen2008-12-283-17/+36
* idle: migrate from pthread to glib threadsThomas Jansen2008-12-283-6/+35
* Include <pthread.h> where it is necessary onlyThomas Jansen2008-12-285-3/+2
* Remove xpthread_* wrappersThomas Jansen2008-12-284-41/+11
* conf: use GLib instead of utils.h/log.hMax Kellermann2008-12-281-36/+37
* utils: removed myFgets()Max Kellermann2008-12-2810-32/+38
* buffer2array: use GLib's g_ascii_isspace()Max Kellermann2008-12-281-13/+10
* mikmod: use Glib instead of utils.h/log.hMax Kellermann2008-12-281-9/+6
* mikmod: convert mod_Data.audio_buffer to a static arrayMax Kellermann2008-12-281-3/+1
* log: use GLib loggingMax Kellermann2008-12-281-13/+13
* log: don't keep log file openMax Kellermann2008-12-281-14/+15
* decoder: terminate decoder thread before MPD cleanupMax Kellermann2008-12-284-2/+14
* log: support syslog()Max Kellermann2008-12-281-6/+103
* log: moved code to log_init_file()Max Kellermann2008-12-281-15/+27
* log: merged initLog() and open_log_files().Max Kellermann2008-12-283-12/+3
* log: moved code to parse_log_level()Max Kellermann2008-12-281-15/+17
* log: use the GLogLevelFlags typeMax Kellermann2008-12-281-3/+3
* log: don't manipulate the umaskMax Kellermann2008-12-281-9/+1
* log: moved code to open_log_file()Max Kellermann2008-12-281-12/+19
* log: deprecated "error_file" optionMax Kellermann2008-12-282-27/+3
* decoder: new plugin using modplug libraryViliam Mateicka2008-12-283-0/+210
* Add RVA2 tag support to MPDPauli Virtanen2008-12-281-0/+94
* notify: use GLib lockingMax Kellermann2008-12-273-27/+15
* output_control: no static "notify" initializationMax Kellermann2008-12-272-1/+5
* cmdline: fixed option_no_createdb usageViliam Mateicka2008-12-271-1/+1
* cmdline: use g_build_filename() for ~/.mpdconfMax Kellermann2008-12-271-20/+10
* cmdline: use GLib's option parserMax Kellermann2008-12-271-84/+75
* cmdline: use gboolean instead of intMax Kellermann2008-12-272-15/+15
* moved command line parser to cmdline.cMax Kellermann2008-12-274-137/+200
* audiofile: don't close onput stream in libaudiofile destroy()Max Kellermann2008-12-271-2/+3
* disable archive API without pluginsMax Kellermann2008-12-275-5/+33
* Merge branch 'experimental' of git://git.musicpd.org/metyl/mpdMax Kellermann2008-12-2724-30/+1574
|\
| * shout: fixed bad error message printoutViliam Mateicka2008-12-231-3/+3
| * archiveapi: archive plugin for ISO filesViliam Mateicka2008-12-163-0/+266
| * archiveapi: archive plugin for ZIP filesViliam Mateicka2008-12-163-0/+203
| * archiveapi: archive plugin for BZ2 filesViliam Mateicka2008-12-163-0/+317
| * update: adding archive updating related codeViliam Mateicka2008-12-161-1/+64
| * song: adding support for songs in archivesViliam Mateicka2008-12-163-1/+39
| * ls: adding get_archive_by_suffix() functionViliam Mateicka2008-12-162-0/+19
| * new archive api, input_archive streamViliam Mateicka2008-12-1611-2/+578
| * utils: moving stringFoundInStringArray() from decoder into utilsViliam Mateicka2008-12-093-11/+14
| * decoder: audiofile plugin using input stream instead of fileViliam Mateicka2008-12-031-15/+74
* | 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
* | mp3: "tag" argument is unused when libid3tag is disabledMax Kellermann2008-12-241-2/+2