aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* main: use C++ compilerMax Kellermann2012-09-281-553/+0
* stored_playlist, playlist_save: use C++ compilerMax Kellermann2012-09-281-1/+1
* command.h: move function prototypes to AllCommands.hMax Kellermann2012-09-251-1/+1
* Merge branch 'v0.17.x'Max Kellermann2012-08-141-1/+1
|\
| * log: store duplicated path stringMax Kellermann2012-08-141-1/+1
* | Merge branch 'v0.17.x'Max Kellermann2012-08-141-2/+0
|\|
| * input_stream, main: remove obsolete GLib version checksMax Kellermann2012-08-141-2/+0
* | tag_pool: use GStaticMutexMax Kellermann2012-08-081-3/+0
* | conf: add a "database" blockMax Kellermann2012-08-081-6/+18
* | DatabaseGlue: pass block to db_init()Max Kellermann2012-08-081-1/+6
* | main: don't call db_init() without databaseMax Kellermann2012-08-081-1/+0
* | dbUtils.h: move to DatabaseQueue.hxx, DatabasePlaylist.hxxMax Kellermann2012-08-071-1/+0
|/
* Fix processing of sticker database pathDan McGee2012-03-261-2/+1
* main: handle negative strtol return valueJonathan Neuschäfer2012-02-151-2/+3
* db_lock: new unified lock for songvec and dirvecMax Kellermann2012-01-211-6/+0
* audio: rename audio.[ch] to audio_config.[ch]Max Kellermann2011-10-101-1/+1
* pcm_resample: one-time global initializationMax Kellermann2011-10-081-0/+8
* db_plugin: introducing a plugin API for the song databaseMax Kellermann2011-09-101-22/+9
* database: return GError on failureMax Kellermann2011-09-091-2/+3
* conf: turn config_get_path() into config_dup_path()Max Kellermann2011-09-091-23/+78
* log: return GError on initialization failureMax Kellermann2011-09-091-1/+6
* io_thread: new thread for non-blocking background I/OMax Kellermann2011-08-241-0/+9
* client_idle: add header client_idle.hMax Kellermann2011-01-291-0/+1
* copyright year 2011Max Kellermann2011-01-291-1/+1
* player_control: removed the global variable "pc"Max Kellermann2011-01-101-8/+11
* eliminate g_error() usageThomas Jansen2010-09-251-12/+13
* main: Add Windows Service supportDenis Krjuchkov2010-09-231-1/+27
* inotify: added setting "auto_update_depth"Max Kellermann2010-04-131-1/+2
* replay_gain: moved code to replay_gain_config.cMax Kellermann2010-01-041-1/+1
* Update copyright notices.Avuton Olrich2009-12-311-1/+1
* output_init: use the normalize filter pluginMax Kellermann2009-12-251-3/+0
* input_plugin: method init() returns errors with GErrorMax Kellermann2009-12-141-1/+7
* input_stream: moved input_stream_global_init() to input_init.cMax Kellermann2009-12-141-1/+1
* include config.h in all sourcesMax Kellermann2009-11-121-1/+1
* configure.ac: require GLib 2.12Max Kellermann2009-11-101-0/+2
* decoder_control: removed the global variable "dc"Max Kellermann2009-10-311-3/+0
* player_control: protect command, state, error with a mutexMax Kellermann2009-10-311-3/+3
* mpd.conf: new bool config value for enabling/disabling inotify updateViliam Mateicka2009-10-261-2/+6
* add --disable-inotify for configure to disable inotify when autodetectedViliam Mateicka2009-10-241-0/+7
* output_plugin: added methods enable() and disable()Max Kellermann2009-10-231-0/+4
* audio: removed function finishAudioConfig()Max Kellermann2009-10-221-1/+0
* main: put #ifdef inside winsock_init()Max Kellermann2009-10-221-5/+2
* main: call g_set_application_name()Max Kellermann2009-10-201-0/+2
* main: initialize playlist pluginsMax Kellermann2009-10-131-0/+3
* configure.ac: require GLib 2.16Max Kellermann2009-10-131-2/+0
* player_control: no CamelCaseMax Kellermann2009-10-081-1/+1
* automatically update the database with Linux inotifyMax Kellermann2009-09-251-0/+6
* command: added command "rescan"Max Kellermann2009-09-241-1/+1
* cmdline: handle fatal errors with GErrorMax Kellermann2009-09-241-1/+6
* listen: handle fatal errors with GErrorMax Kellermann2009-09-241-1/+8