aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.c (unfollow)
Commit message (Expand)AuthorFilesLines
2008-10-11update: don't export updateDirectory()Max Kellermann1-1/+2
2008-10-11database: renamed functions, "db_" prefix and no CamelCaseMax Kellermann1-6/+6
2008-10-11directory: moved code to database.cMax Kellermann1-1/+1
2008-10-11directory: moved code to update.cMax Kellermann1-0/+1
2008-09-28directory: remove "Mp3" referencesEric Wong1-3/+3
2008-09-22directory: update do its work inside a threadEric Wong1-1/+1
2008-09-20start using prefixcmp()Eric Wong1-1/+1
2008-09-02tag: renamed functions, no CamelCaseMax Kellermann1-1/+1
2008-09-01client: renamed all public functionsMax Kellermann1-4/+4
2008-09-01renamed interface.c to client.cMax Kellermann1-1/+1
2008-08-31include cleanupMax Kellermann1-1/+0
2008-08-30enable -Wpointer-arith, -Wstrict-prototypesMax Kellermann1-2/+2
2008-08-26Reimplement dynamic metadata handlingEric Wong1-0/+2
2008-08-19fix output buffer deadlock when daemonizingEric Wong1-2/+2
2008-08-16core rewrite (decode,player,outputBuffer,playlist)Eric Wong1-4/+3
2008-06-02remove audioDeviceStates from playerData and getPlayerDataEric Wong1-1/+0
2008-04-13Stop passing our single DecoderControl object everywhereEric Wong1-1/+1
2008-04-13Get rid of PlayerControl inside the PlayerData structEric Wong1-1/+1
2008-04-12Fix the problem of songs not advancing without client activityEric Wong1-16/+2
2008-04-12pass dc to decoder_task()Max Kellermann1-1/+1
2008-04-12pass pc to player_task()Max Kellermann1-1/+1
2008-04-12use the notify API in the main threadMax Kellermann1-0/+16
2008-04-12Initial cut of fork() => pthreads() for decoder and playerEric Wong1-0/+2
2008-03-26moved handlePendingSignals() check into while() conditionMax Kellermann1-3/+2
2008-01-03Cleanup #includes of standard system headers and put them in one placeEric Wong1-14/+1
2007-12-28Merge branches/ew r7104Eric Wong1-2/+2
2007-06-04Don't initialize zeroconf until after we've daemonized and log output hasJ. Alexander Treuman1-3/+2
2007-05-26Changing all calls to ERROR() followed by exit(EXIT_FAILURE) with a singleJ. Alexander Treuman1-29/+15
2007-04-25Removing references to options.updateDB in main.c.J. Alexander Treuman1-9/+1
2007-04-05The massive copyright updateAvuton Olrich1-2/+2
2007-02-18Reverting all of my localization changes. It was a horribleJ. Alexander Treuman1-3/+0
2007-01-17Call initLocalization() earlier so that errors, --version, etc. outputJ. Alexander Treuman1-1/+1
2007-01-11Added zeroconf service publishing using avahiJim Ramsay1-0/+3
2007-01-08Convert log messages sent to stdout to the current locale's charset.J. Alexander Treuman1-1/+1
2007-01-08Moving localization stuff from path.c to localization.c so we can reuse itJ. Alexander Treuman1-0/+3
2006-08-26Replace strdup and {c,re,m}alloc with x* variants to check for OOM errorsEric Wong1-1/+1
2006-08-14Several bugfixes during exit found by valgrindEric Wong1-2/+2
2006-08-07sparse / gcc-2.95 / -pedantic fixesEric Wong1-1/+2
2006-08-06merge changes from mpd-tree:Warren Dukes1-70/+19
2006-08-03main.c: initialize the verbose flag correctlyEric Wong1-0/+1
2006-08-01logging cleanupsEric Wong1-75/+7
2006-07-30Standardize state_file handling routines.Eric Wong1-4/+3
2006-07-30remove deprecated myfprintf wrapperEric Wong1-4/+4
2006-07-27Use AudioCompress for volume normalizationJ. Alexander Treuman1-0/+3
2006-07-24Open the db file before daemonizing/creating the master process, so we can ha...J. Alexander Treuman1-2/+1
2006-07-21Initialize more stuff before daemonizing so we exit properly on fatal errorsJ. Alexander Treuman1-4/+5
2006-07-20Rolling back change to when we redirect to logs. Turns out it silenced fatal...J. Alexander Treuman1-5/+1
2006-07-20Add mpd-indent.shAvuton Olrich1-1/+1
2006-07-19Redirect to log files earlier to prevent some debug spam on consoleJ. Alexander Treuman1-1/+5
2006-07-19Fix whitespace->tabs in main.c, it was afuAvuton Olrich1-383/+362