aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
Commit message (Expand)AuthorAge
* Changing all calls to ERROR() followed by exit(EXIT_FAILURE) with a singleJ. Alexander Treuman2007-05-26
* Removing references to options.updateDB in main.c.J. Alexander Treuman2007-04-25
* The massive copyright updateAvuton Olrich2007-04-05
* Reverting all of my localization changes. It was a horribleJ. Alexander Treuman2007-02-18
* Call initLocalization() earlier so that errors, --version, etc. outputJ. Alexander Treuman2007-01-17
* Added zeroconf service publishing using avahiJim Ramsay2007-01-11
* Convert log messages sent to stdout to the current locale's charset.J. Alexander Treuman2007-01-08
* Moving localization stuff from path.c to localization.c so we can reuse itJ. Alexander Treuman2007-01-08
* Replace strdup and {c,re,m}alloc with x* variants to check for OOM errorsEric Wong2006-08-26
* Several bugfixes during exit found by valgrindEric Wong2006-08-14
* sparse / gcc-2.95 / -pedantic fixesEric Wong2006-08-07
* merge changes from mpd-tree:Warren Dukes2006-08-06
* main.c: initialize the verbose flag correctlyEric Wong2006-08-03
* logging cleanupsEric Wong2006-08-01
* Standardize state_file handling routines.Eric Wong2006-07-30
* remove deprecated myfprintf wrapperEric Wong2006-07-30
* Use AudioCompress for volume normalizationJ. Alexander Treuman2006-07-27
* Open the db file before daemonizing/creating the master process, so we can ha...J. Alexander Treuman2006-07-24
* Initialize more stuff before daemonizing so we exit properly on fatal errorsJ. Alexander Treuman2006-07-21
* Rolling back change to when we redirect to logs. Turns out it silenced fatal...J. Alexander Treuman2006-07-20
* Add mpd-indent.shAvuton Olrich2006-07-20
* Redirect to log files earlier to prevent some debug spam on consoleJ. Alexander Treuman2006-07-19
* Fix whitespace->tabs in main.c, it was afuAvuton Olrich2006-07-19
* Don't bother freeing a bunch of stuff at exit, since it takes far too long an...J. Alexander Treuman2006-07-18
* Committing qball's patch to list supported audio outputs in --versionJ. Alexander Treuman2006-07-16
* main: static-fication, ANSI fixesEric Wong2006-07-15
* Avoid spewing messages to the consoleEric Wong2006-07-15
* Update copyright in --versionJ. Alexander Treuman2006-07-14
* Change shank's email addressJ. Alexander Treuman2006-07-14
* Huge header update, update the copyright and addAvuton Olrich2006-07-13
* Declare functions not used outside dbUtils.c static.Avuton Olrich2006-07-13
* main.c: fix gcc-2.95 compilation problemEric Wong2006-06-05
* Made pid_file an optional config parameter.J. Alexander Treuman2006-06-05
* correctly check for setenv() functionEric Wong2006-06-04
* Jat/Q patch for checking permission on database before creating itQball Cow2006-05-08
* Commit Jat's patch for bug 1281Qball Cow2006-05-08
* update help textQball Cow2006-04-30
* Fix for the macro, use gitsetenv, thanks to normalperson, eleusis, jatAvuton Olrich2006-04-22
* Solaris is reported to not have a setenv() thusAvuton Olrich2006-04-22
* rewrite statefile code for audio devicesEric Wong2006-03-18
* Hopefully the last of the spelling fixes :>Eric Wong2006-03-16
* r1067@BL4ST: normalperson | 2005-12-30 19:21:28 -0800Eric Wong2005-12-31
* Configure fix, so when no glib found it gives a error, and another race condi...Qball Cow2005-12-14
* DJWLindenaar's fix race condition and some memory leaks patchQball Cow2005-11-18
* DJWLindenaar balanced tree and master process patchQball Cow2005-11-16
* Saving state of output-device in state-file. (This is a temporary solution, r...Qball Cow2005-08-23
* *) slight code cleanupWarren Dukes2005-03-12
* if no audioOutput specified, we no attempt to detect if there exists a usable...Warren Dukes2005-03-12
* fix segfault in error messageWarren Dukes2005-03-09
* add ability to forcefully kill pid listed in pid file with '-kill -kill'Warren Dukes2005-03-09