aboutsummaryrefslogtreecommitdiffstats
path: root/src/conf.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Spelling & GrammarAvuton Olrich2006-08-111-1/+1
* renamce cstrtok to buffer2array. please don't rename functions; especially to...Warren Dukes2006-08-061-2/+2
* gcc signedness and sparse fixesEric Wong2006-07-301-2/+2
* conf.c: bugfix: print out the number, not the addressEric Wong2006-07-301-1/+1
* replace buffer2array() with cstrtok() from mpd-keEric Wong2006-07-291-11/+6
* conf.[ch] whitespace cleanupJ. Alexander Treuman2006-07-271-39/+39
* Use AudioCompress for volume normalizationJ. Alexander Treuman2006-07-271-0/+2
* Adding on the fly volume normalization support. Code originally from mplayer...J. Alexander Treuman2006-07-221-0/+1
* Make getBoolConfigParam and save_absolute_paths_in_playlist less stupidJ. Alexander Treuman2006-07-211-1/+1
* Add a getBoolConfigParam functionJ. Alexander Treuman2006-07-211-0/+13
* Add mpd-indent.shAvuton Olrich2006-07-201-168/+195
* sparse: ANSI-fy function declarationsEric Wong2006-07-171-2/+2
* Change shank's email addressJ. Alexander Treuman2006-07-141-1/+1
* [CLEANUP] Remove function from header, staticAvuton Olrich2006-07-141-1/+1
* Huge header update, update the copyright and addAvuton Olrich2006-07-131-1/+1
* Remove forceGetConfigParamValue, it's unused and evenAvuton Olrich2006-07-131-11/+0
* Add back the id3v1_encoding option. Now it really will convert id3v1 only.J. Alexander Treuman2006-06-211-0/+2
* Remove unused config valueQball Cow2006-04-301-1/+0
* conf.c: correctly parse "~username/file" in config filesEric Wong2006-03-161-1/+1
* conf.c: speling ficksesEric Wong2006-03-151-3/+3
* remove C++ style commentsEric Wong2005-11-191-1/+1
* DJWLindenaar's fix race condition and some memory leaks patchQball Cow2005-11-181-0/+5
* removed the id3v1_encoding config option, there's no way to guarantee that we...Warren Dukes2005-03-111-1/+0
* *) add support for pid filesWarren Dukes2005-03-091-0/+1
* config file change! now 'port' is optional and 'db_file' is required!Warren Dukes2005-03-061-2/+2
* fix a few memory leaks in conf.cWarren Dukes2004-11-111-2/+9
* ok, now song->url is only the filename, not the full path to the songWarren Dukes2004-11-111-2/+2
* merge changes from metadata-rewrite branchWarren Dukes2004-11-101-0/+1
* make http buffer and prebuffer size configurableWarren Dukes2004-11-021-0/+2
* a few extra strerror()'s sprinkled in the codeWarren Dukes2004-11-021-1/+3
* does this make you happy normalperson, is this the way you like it, do you li...Warren Dukes2004-11-021-4/+4
* fix a config file errorWarren Dukes2004-10-311-1/+1
* merge shank-rewrite-config changesWarren Dukes2004-10-281-226/+340
* configure shout encoding quality and audio formatWarren Dukes2004-10-231-2/+3
* apply dottemag's id3v1 encodings patchWarren Dukes2004-10-051-2/+3
* add configuration variables for shout stuffWarren Dukes2004-09-021-2/+9
* for improperly config file lines, print the line numberWarren Dukes2004-08-101-2/+6
* add replaygain preampWarren Dukes2004-07-171-2/+3
* deal with user and ~ in config file more nicelyWarren Dukes2004-07-151-5/+19
* add http proxy config options (no http proxy code yet)Warren Dukes2004-06-201-3/+6
* update mpd manpage and sample config file with replaygain andWarren Dukes2004-06-121-1/+1
* new command, plchanges, and also add Num: to songinfo of playlistinfoWarren Dukes2004-06-051-1/+1
* stuff for configuring the audio output format (sampling rate, channels, bits)Warren Dukes2004-05-101-2/+3
* add replayGain stuff for flac from AliasMrJonesWarren Dukes2004-05-071-2/+3
* add vim shiznit to end of all source filesWarren Dukes2004-04-141-0/+1
* make default max playlist length be 16384. bumped up from 4096Warren Dukes2004-04-041-1/+1
* use EXIT_SUCCESS and EXIT_FAILUREWarren Dukes2004-04-021-7/+7
* fix bug where accidently setting default mixer to NULL instead of SOFTWAREWarren Dukes2004-03-231-1/+1
* rewrite error message for wrong number of config argsWarren Dukes2004-03-021-1/+1
* some more cleanupsWarren Dukes2004-02-251-2/+5