aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2009-01-02archive: use GLib instead of utils.hMax Kellermann4-6/+3
2009-01-02main: include main.h, fix dependenciesMax Kellermann2-0/+3
2009-01-02event_pipe: replaced PIPE_EVENT_SIGNAL with main_notifyMax Kellermann6-23/+13
2009-01-02mapper: allocate the result of map_directory_child_fs(), map_song_fs()Max Kellermann6-53/+72
2009-01-02mapper: allocate the result of map_uri_fs(), map_directory_fs()Max Kellermann4-37/+40
2009-01-02update: use g_file_test() instead of stat()Max Kellermann1-3/+2
2009-01-02oggflac: don't use gcc.hMax Kellermann1-9/+10
2009-01-01playlist: use g_file_test() instead of stat()Max Kellermann2-6/+3
2009-01-01mapper: allocate playlist path from heapMax Kellermann4-47/+60
2009-01-01mapper: fall back to XDG music directoryMax Kellermann1-1/+11
2009-01-01removed the signal_check librariesMax Kellermann4-87/+0
2009-01-01sig_handlers: use event_pipe for delivering SIGHUPMax Kellermann3-13/+17
2009-01-01event_pipe: added event_pipe_emit_fast()Max Kellermann2-0/+15
2009-01-01mixer: renamed mix_* options to mixer_*Max Kellermann3-6/+6
2009-01-01cmdline: exit after --versionMax Kellermann1-0/+3
2009-01-01event_pipe: added pipe_event enum and callbacksMax Kellermann8-27/+114
2009-01-01event_pipe: renamed functions from main_notify_* to event_pipe_*Max Kellermann8-27/+27
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