aboutsummaryrefslogtreecommitdiffstats
path: root/src/Main.hxx (unfollow)
Commit message (Expand)AuthorFilesLines
2015-01-01Copyright year 2015Max Kellermann1-1/+1
2014-10-31Revert "Main: run the OS X native event loop"NanoTech1-11/+0
2014-10-10Main: run the OS X native event loopnanotech1-0/+11
2014-03-01db/Configured: store database file in cache directoryMax Kellermann1-0/+5
2014-03-01Main: inline mpd_main() on AndroidMax Kellermann1-0/+4
2014-02-05Main: remove unused global variable "main_thread"Max Kellermann1-3/+0
2014-02-05Instance: add attribute "event_loop"Max Kellermann1-2/+0
2014-01-13copyright year 2014Max Kellermann1-1/+1
2013-10-30*: update copyright year to 2013Max Kellermann1-1/+1
2013-10-17Main: use ThreadId instead of GThread*Max Kellermann1-2/+2
2013-09-27DecoderControl: use GLib forward declarationsMax Kellermann1-2/+1
2013-04-17Main: move global variables to struct InstanceMax Kellermann1-3/+2
2013-01-16ClientList: convert to a classMax Kellermann1-0/+2
2013-01-14Main, IOThread: move GMainLoop setup code to class EventLoopMax Kellermann1-1/+3
2013-01-10PlayerThread: use pc.cond instead of main_condMax Kellermann1-2/+0
2013-01-09EventPipe: rename to GlobalEventsMax Kellermann1-1/+1
2013-01-05Partition: new class, container for Playlist and PlayerControlMax Kellermann1-1/+1
2012-09-28main: use C++ compilerMax Kellermann1-3/+3
2011-01-29copyright year 2011Max Kellermann1-1/+1
2011-01-10player_control: removed the global variable "pc"Max Kellermann1-0/+2
2010-09-23main: Add Windows Service supportDenis Krjuchkov1-0/+41
2009-12-31Update copyright notices.Avuton Olrich1-1/+1
2009-10-31player_control: protect command, state, error with a mutexMax Kellermann1-1/+1
2009-03-13all: Update copyright header.Avuton Olrich1-4/+5
2009-01-03event_pipe: moved variable "main_task" to main.cMax Kellermann1-0/+2
2009-01-02main: include main.h, fix dependenciesMax Kellermann1-0/+2
2009-01-02event_pipe: replaced PIPE_EVENT_SIGNAL with main_notifyMax Kellermann1-0/+2
2008-12-30main: export the main_loop variableMax Kellermann1-12/+3
2008-12-30listen: moved redirect_stdin() to daemon.cMax Kellermann1-0/+6
2008-12-30main: moved daemonize() to daemon.cMax Kellermann1-12/+5
2008-12-27cmdline: use gboolean instead of intMax Kellermann1-4/+6
2008-12-27moved command line parser to cmdline.cMax Kellermann1-7/+13
2008-10-31added prefix to header macrosMax Kellermann1-2/+2
2008-10-08don't include os_compat.hMax Kellermann1-1/+1
2008-09-09output: moved code from audioOutput.c to output_control.cMax Kellermann1-19/+0
2008-09-09output: removed keepAudioOutputAlive() declarationMax Kellermann1-1/+0
2008-09-08output: static audio_output_plugin list as arrayMax Kellermann1-17/+0
2008-09-07output: renamed typedef AudioOutput to struct audio_outputMax Kellermann1-21/+22
2008-09-07output: added output_api.hMax Kellermann1-64/+3
2008-09-07audio_format: converted typedef AudioFormat to struct audio_formatMax Kellermann1-4/+4
2008-08-29tag: renamed MpdTag and MpdTagItem to struct tag, struct mpd_tag_itemMax Kellermann1-2/+3
2008-08-29pass constant pointersMax Kellermann1-2/+2
2008-08-26moved struct AudioFormat to audio_format.hMax Kellermann1-1/+1
2008-04-12const pointers in audioOutput.cMax Kellermann1-1/+2
2008-04-12use size_t in audioOutput.c internalsMax Kellermann1-1/+1
2008-04-12use size_t and constant pointer in ao pluginsMax Kellermann1-2/+3
2008-02-05fix -Wconst warningsMax Kellermann1-3/+3
2008-01-26fixed invalid C prototypesMax Kellermann1-1/+1
2008-01-03Cleanup #includes of standard system headers and put them in one placeEric Wong1-0/+1
2007-06-13Adding FIFO audio output. This is pretty much identical to the old one,J. Alexander Treuman1-0/+1