aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2009-01-01main_notify: renamed source to event_pipe.cMax Kellermann10-12/+12
2009-01-01gcc.h: removed all duplicate macrosMax Kellermann1-16/+0
2009-01-01decoder plugins: don't include gcc.hMax Kellermann5-12/+17
2009-01-01output plugins: don't include gcc.hMax Kellermann9-24/+29
2009-01-01null: don't include gcc.hMax Kellermann1-4/+7
2008-12-31Moving mixers to audio outputsViliam Mateicka13-433/+649
2008-12-31exporting functionsViliam Mateicka4-3/+9
2008-12-31client: run client_manager_expire() in an idle eventMax Kellermann3-3/+22
2008-12-31ls.c: include config.h to have HAVE_CURL hereLaszlo Ashin1-0/+1
2008-12-31main_notify: removed lock()/unlock()Max Kellermann2-14/+0
2008-12-31client: remember GLib source idMax Kellermann1-9/+14
2008-12-30sig_handlers: call g_main_loop_quit() in SIGTERM handlerMax Kellermann1-8/+21
2008-12-30main: export the main_loop variableMax Kellermann4-2/+29
2008-12-30sig_handlers: removed SIGCHLDMax Kellermann1-18/+0
2008-12-30sig_handlers: don't reload database on SIGHUPMax Kellermann1-7/+0
2008-12-30sig_handlers: removed unused functionsMax Kellermann4-69/+0
2008-12-30main: use the GLib main loopMax Kellermann12-567/+173
2008-12-30main_notify: make the read side of the pipe blockingMax Kellermann3-27/+6
2008-12-30main_notify: removed notify object, use only pipeMax Kellermann1-34/+17
2008-12-30listen: don't make the server socket non-blockingMax Kellermann1-7/+1
2008-12-30utils: port set_nonblocking() to WIN32Max Kellermann1-0/+6
2008-12-30command: don't allow adding local files on WIN32Max Kellermann3-0/+8
2008-12-30utils: implement my_usleep() with Sleep() on WIN32Max Kellermann1-0/+8
2008-12-30listen: include winsock headers on WIN32Max Kellermann1-0/+6
2008-12-30bonjour: fixed "unused parameter" warningsMax Kellermann1-7/+13
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