| Commit message (Expand) | Author | Files | Lines |
2015-03-03 | *: change C-style prototypes, drop "(void)" | Max Kellermann | 1 | -2/+2 |
2015-01-01 | Copyright year 2015 | Max Kellermann | 1 | -1/+1 |
2014-10-31 | Revert "Main: run the OS X native event loop" | NanoTech | 1 | -11/+0 |
2014-10-10 | Main: run the OS X native event loop | nanotech | 1 | -0/+11 |
2014-03-01 | db/Configured: store database file in cache directory | Max Kellermann | 1 | -0/+5 |
2014-03-01 | Main: inline mpd_main() on Android | Max Kellermann | 1 | -0/+4 |
2014-02-05 | Main: remove unused global variable "main_thread" | Max Kellermann | 1 | -3/+0 |
2014-02-05 | Instance: add attribute "event_loop" | Max Kellermann | 1 | -2/+0 |
2014-01-13 | copyright year 2014 | Max Kellermann | 1 | -1/+1 |
2013-10-30 | *: update copyright year to 2013 | Max Kellermann | 1 | -1/+1 |
2013-10-17 | Main: use ThreadId instead of GThread* | Max Kellermann | 1 | -2/+2 |
2013-09-27 | DecoderControl: use GLib forward declarations | Max Kellermann | 1 | -2/+1 |
2013-04-17 | Main: move global variables to struct Instance | Max Kellermann | 1 | -3/+2 |
2013-01-16 | ClientList: convert to a class | Max Kellermann | 1 | -0/+2 |
2013-01-14 | Main, IOThread: move GMainLoop setup code to class EventLoop | Max Kellermann | 1 | -1/+3 |
2013-01-10 | PlayerThread: use pc.cond instead of main_cond | Max Kellermann | 1 | -2/+0 |
2013-01-09 | EventPipe: rename to GlobalEvents | Max Kellermann | 1 | -1/+1 |
2013-01-05 | Partition: new class, container for Playlist and PlayerControl | Max Kellermann | 1 | -1/+1 |
2012-09-28 | main: use C++ compiler | Max Kellermann | 1 | -3/+3 |
2011-01-29 | copyright year 2011 | Max Kellermann | 1 | -1/+1 |
2011-01-10 | player_control: removed the global variable "pc" | Max Kellermann | 1 | -0/+2 |
2010-09-23 | main: Add Windows Service support | Denis Krjuchkov | 1 | -0/+41 |
2009-12-31 | Update copyright notices. | Avuton Olrich | 1 | -1/+1 |
2009-10-31 | player_control: protect command, state, error with a mutex | Max Kellermann | 1 | -1/+1 |
2009-03-13 | all: Update copyright header. | Avuton Olrich | 1 | -4/+5 |
2009-01-03 | event_pipe: moved variable "main_task" to main.c | Max Kellermann | 1 | -0/+2 |
2009-01-02 | main: include main.h, fix dependencies | Max Kellermann | 1 | -0/+2 |
2009-01-02 | event_pipe: replaced PIPE_EVENT_SIGNAL with main_notify | Max Kellermann | 1 | -0/+2 |
2008-12-30 | main: export the main_loop variable | Max Kellermann | 1 | -12/+3 |
2008-12-30 | listen: moved redirect_stdin() to daemon.c | Max Kellermann | 1 | -0/+6 |
2008-12-30 | main: moved daemonize() to daemon.c | Max Kellermann | 1 | -12/+5 |
2008-12-27 | cmdline: use gboolean instead of int | Max Kellermann | 1 | -4/+6 |
2008-12-27 | moved command line parser to cmdline.c | Max Kellermann | 1 | -7/+13 |
2008-10-31 | added prefix to header macros | Max Kellermann | 1 | -2/+2 |
2008-10-08 | don't include os_compat.h | Max Kellermann | 1 | -1/+1 |
2008-09-09 | output: moved code from audioOutput.c to output_control.c | Max Kellermann | 1 | -19/+0 |
2008-09-09 | output: removed keepAudioOutputAlive() declaration | Max Kellermann | 1 | -1/+0 |
2008-09-08 | output: static audio_output_plugin list as array | Max Kellermann | 1 | -17/+0 |
2008-09-07 | output: renamed typedef AudioOutput to struct audio_output | Max Kellermann | 1 | -21/+22 |
2008-09-07 | output: added output_api.h | Max Kellermann | 1 | -64/+3 |
2008-09-07 | audio_format: converted typedef AudioFormat to struct audio_format | Max Kellermann | 1 | -4/+4 |
2008-08-29 | tag: renamed MpdTag and MpdTagItem to struct tag, struct mpd_tag_item | Max Kellermann | 1 | -2/+3 |
2008-08-29 | pass constant pointers | Max Kellermann | 1 | -2/+2 |
2008-08-26 | moved struct AudioFormat to audio_format.h | Max Kellermann | 1 | -1/+1 |
2008-04-12 | const pointers in audioOutput.c | Max Kellermann | 1 | -1/+2 |
2008-04-12 | use size_t in audioOutput.c internals | Max Kellermann | 1 | -1/+1 |
2008-04-12 | use size_t and constant pointer in ao plugins | Max Kellermann | 1 | -2/+3 |
2008-02-05 | fix -Wconst warnings | Max Kellermann | 1 | -3/+3 |
2008-01-26 | fixed invalid C prototypes | Max Kellermann | 1 | -1/+1 |
2008-01-03 | Cleanup #includes of standard system headers and put them in one place | Eric Wong | 1 | -0/+1 |