aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2008-12-29pcm: use GLib loggingMax Kellermann4-67/+76
2008-12-29database: use GLib loggingMax Kellermann1-36/+38
2008-12-29log: automatically append newlineMax Kellermann1-4/+19
2008-12-29removed os_compat.hMax Kellermann30-103/+99
2008-12-29command: use gmtime() on WIN32Max Kellermann1-1/+8
2008-12-29condition: removed cond_timedwait() and cond_signal_async()Max Kellermann2-38/+0
2008-12-29tag_id3: strip leading and trailing whitespace from ID3 tagsThomas Jansen1-2/+6
2008-12-29mp4: support the writer/composer tagFrank Mulder1-0/+2
2008-12-29update: fixing empty filenames in archivesViliam Mateicka2-1/+8
2008-12-28osx_plugin: migrate from pthread to glib threadsThomas Jansen1-19/+18
2008-12-28output: migrate from pthread to glib threadsThomas Jansen4-12/+9
2008-12-28tag & tag_pool: migrate from pthread to glib threadsThomas Jansen4-11/+31
2008-12-28condition: migrate from pthread to glib threadsThomas Jansen2-36/+27
2008-12-28update & main_notify: migrate from pthread to glib threadsThomas Jansen3-24/+30
2008-12-28player_thread: migrate from pthread to glib threadsThomas Jansen1-8/+6
2008-12-28decoder_thread: migrate from pthread to glib threadsThomas Jansen1-8/+5
2008-12-28songvec: migrate from pthread to glib threadsThomas Jansen3-17/+36
2008-12-28dirvec: migrate from pthread to glib threadsThomas Jansen3-17/+36
2008-12-28idle: migrate from pthread to glib threadsThomas Jansen3-6/+35
2008-12-28Include <pthread.h> where it is necessary onlyThomas Jansen5-3/+2
2008-12-28Remove xpthread_* wrappersThomas Jansen4-41/+11
2008-12-28conf: use GLib instead of utils.h/log.hMax Kellermann1-36/+37
2008-12-28utils: removed myFgets()Max Kellermann10-32/+38
2008-12-28buffer2array: use GLib's g_ascii_isspace()Max Kellermann1-13/+10
2008-12-28mikmod: use Glib instead of utils.h/log.hMax Kellermann1-9/+6
2008-12-28mikmod: convert mod_Data.audio_buffer to a static arrayMax Kellermann1-3/+1
2008-12-28log: use GLib loggingMax Kellermann1-13/+13
2008-12-28log: don't keep log file openMax Kellermann1-14/+15
2008-12-28decoder: terminate decoder thread before MPD cleanupMax Kellermann4-2/+14
2008-12-28log: support syslog()Max Kellermann1-6/+103
2008-12-28log: moved code to log_init_file()Max Kellermann1-15/+27
2008-12-28log: merged initLog() and open_log_files().Max Kellermann3-12/+3
2008-12-28log: moved code to parse_log_level()Max Kellermann1-15/+17
2008-12-28log: use the GLogLevelFlags typeMax Kellermann1-3/+3
2008-12-28log: don't manipulate the umaskMax Kellermann1-9/+1
2008-12-28log: moved code to open_log_file()Max Kellermann1-12/+19
2008-12-28log: deprecated "error_file" optionMax Kellermann2-27/+3
2008-12-28decoder: new plugin using modplug libraryViliam Mateicka3-0/+210
2008-12-28Add RVA2 tag support to MPDPauli Virtanen1-0/+94
2008-12-27notify: use GLib lockingMax Kellermann3-27/+15
2008-12-27output_control: no static "notify" initializationMax Kellermann2-1/+5
2008-12-27cmdline: fixed option_no_createdb usageViliam Mateicka1-1/+1
2008-12-27cmdline: use g_build_filename() for ~/.mpdconfMax Kellermann1-20/+10
2008-12-27cmdline: use GLib's option parserMax Kellermann1-84/+75
2008-12-27cmdline: use gboolean instead of intMax Kellermann2-15/+15
2008-12-27moved command line parser to cmdline.cMax Kellermann4-137/+200
2008-12-27audiofile: don't close onput stream in libaudiofile destroy()Max Kellermann1-2/+3
2008-12-27disable archive API without pluginsMax Kellermann5-5/+33
2008-12-24playlist: fix stored playlist modifications with absolute pathsMax Kellermann3-2/+20
2008-12-24stored_playlist: fix integer overflow in length estimationMax Kellermann1-1/+1