aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2008-12-30zeroconf: eliminated strlen() usage from initZeroconf()Max Kellermann1-3/+1
2008-12-30zeroconf: moved code to zeroconf-avahi.c and zeroconf-bonjour.cMax Kellermann5-556/+647
2008-12-30zeroconf: fail if avahi service name is invalidMax Kellermann1-8/+4
2008-12-30playlist: use GLib's random number generatorMax Kellermann1-7/+10
2008-12-30daemon: simplified daemonize_close_stdin()Max Kellermann1-16/+6
2008-12-30listen: moved redirect_stdin() to daemon.cMax Kellermann4-29/+34
2008-12-30main: moved daemonize() to daemon.cMax Kellermann4-59/+116
2008-12-30listen: eliminated freeAllListenSockets()Max Kellermann2-5/+0
2008-12-30print supported decoders in --versionViliam Mateicka3-0/+19
2008-12-29main: disable non-portable code on WIN32Max Kellermann1-0/+14
2008-12-29utils: implement parsePath() with g_strdup() on WIN32Max Kellermann1-2/+10
2008-12-29utils: use g_get_home_dir()Max Kellermann1-6/+4
2008-12-29utils: make variables more local in parsePath()Max Kellermann1-16/+22
2008-12-29client: include winsock headers on WIN32Max Kellermann2-3/+9
2008-12-29main: use g_setenv() instead of setenv()Max Kellermann1-42/+1
2008-12-29log: removed unused logging wrappersMax Kellermann2-8/+0
2008-12-29main: use GLib loggingMax Kellermann1-33/+34
2008-12-29path: use GLib loggingMax Kellermann1-5/+7
2008-12-29update: use GLib loggingMax Kellermann1-18/+21
2008-12-29alsa: use GLib loggingMax Kellermann1-29/+30
2008-12-29jack: use GLib loggingMax Kellermann1-28/+30
2008-12-29fifo: use GLib loggingMax Kellermann1-21/+24
2008-12-29state_file: use GLib loggingMax Kellermann1-8/+10
2008-12-29volume: use GLib loggingMax Kellermann1-26/+29
2008-12-29player_thread: use GLib loggingMax Kellermann1-8/+10
2008-12-29tag_id3: use GLib loggingMax Kellermann1-12/+19
2008-12-29listen: use GLib loggingMax Kellermann1-29/+32
2008-12-29utils: use GLib loggingMax Kellermann1-14/+13
2008-12-29client: use GLib loggingMax Kellermann1-48/+53
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