aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* enable -Wpointer-arith, -Wstrict-prototypesMax Kellermann2008-08-261-2/+2
* remove audioDeviceStates from playerData and getPlayerDataEric Wong2008-06-021-1/+0
* Stop passing our single DecoderControl object everywhereEric Wong2008-04-131-1/+1
* Get rid of PlayerControl inside the PlayerData structEric Wong2008-04-131-1/+1
* Fix the problem of songs not advancing without client activityEric Wong2008-04-121-16/+2
* pass dc to decoder_task()Max Kellermann2008-04-121-1/+1
* pass pc to player_task()Max Kellermann2008-04-121-1/+1
* use the notify API in the main threadMax Kellermann2008-04-121-0/+16
* Initial cut of fork() => pthreads() for decoder and playerEric Wong2008-04-121-0/+2
* moved handlePendingSignals() check into while() conditionMax Kellermann2008-03-261-3/+2
* Cleanup #includes of standard system headers and put them in one placeEric Wong2008-01-031-14/+1
* Merge branches/ew r7104Eric Wong2007-12-281-2/+2
* Don't initialize zeroconf until after we've daemonized and log output hasJ. Alexander Treuman2007-06-041-3/+2
* Changing all calls to ERROR() followed by exit(EXIT_FAILURE) with a singleJ. Alexander Treuman2007-05-261-29/+15
* Removing references to options.updateDB in main.c.J. Alexander Treuman2007-04-251-9/+1
* The massive copyright updateAvuton Olrich2007-04-051-2/+2
* Reverting all of my localization changes. It was a horribleJ. Alexander Treuman2007-02-181-3/+0
* Call initLocalization() earlier so that errors, --version, etc. outputJ. Alexander Treuman2007-01-171-1/+1
* Added zeroconf service publishing using avahiJim Ramsay2007-01-111-0/+3
* Convert log messages sent to stdout to the current locale's charset.J. Alexander Treuman2007-01-081-1/+1
* Moving localization stuff from path.c to localization.c so we can reuse itJ. Alexander Treuman2007-01-081-0/+3
* Replace strdup and {c,re,m}alloc with x* variants to check for OOM errorsEric Wong2006-08-261-1/+1
* Several bugfixes during exit found by valgrindEric Wong2006-08-141-2/+2
* sparse / gcc-2.95 / -pedantic fixesEric Wong2006-08-071-1/+2
* merge changes from mpd-tree:Warren Dukes2006-08-061-70/+19
* main.c: initialize the verbose flag correctlyEric Wong2006-08-031-0/+1
* logging cleanupsEric Wong2006-08-011-75/+7
* Standardize state_file handling routines.Eric Wong2006-07-301-4/+3
* remove deprecated myfprintf wrapperEric Wong2006-07-301-4/+4
* Use AudioCompress for volume normalizationJ. Alexander Treuman2006-07-271-0/+3
* Open the db file before daemonizing/creating the master process, so we can ha...J. Alexander Treuman2006-07-241-2/+1
* Initialize more stuff before daemonizing so we exit properly on fatal errorsJ. Alexander Treuman2006-07-211-4/+5
* Rolling back change to when we redirect to logs. Turns out it silenced fatal...J. Alexander Treuman2006-07-201-5/+1
* Add mpd-indent.shAvuton Olrich2006-07-201-1/+1
* Redirect to log files earlier to prevent some debug spam on consoleJ. Alexander Treuman2006-07-191-1/+5
* Fix whitespace->tabs in main.c, it was afuAvuton Olrich2006-07-191-383/+362
* Don't bother freeing a bunch of stuff at exit, since it takes far too long an...J. Alexander Treuman2006-07-181-3/+6
* Committing qball's patch to list supported audio outputs in --versionJ. Alexander Treuman2006-07-161-0/+6
* main: static-fication, ANSI fixesEric Wong2006-07-151-13/+13
* Avoid spewing messages to the consoleEric Wong2006-07-151-2/+1
* Update copyright in --versionJ. Alexander Treuman2006-07-141-1/+1
* Change shank's email addressJ. Alexander Treuman2006-07-141-2/+2
* Huge header update, update the copyright and addAvuton Olrich2006-07-131-1/+1
* Declare functions not used outside dbUtils.c static.Avuton Olrich2006-07-131-2/+0
* main.c: fix gcc-2.95 compilation problemEric Wong2006-06-051-1/+2
* Made pid_file an optional config parameter.J. Alexander Treuman2006-06-051-17/+28
* correctly check for setenv() functionEric Wong2006-06-041-2/+2
* Jat/Q patch for checking permission on database before creating itQball Cow2006-05-081-0/+1
* Commit Jat's patch for bug 1281Qball Cow2006-05-081-0/+1
* update help textQball Cow2006-04-301-4/+4