aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* added "notcommands" commandWarren Dukes2004-11-231-0/+21
* remove --update-db optionWarren Dukes2004-11-201-3/+3
* fix oss_openDevice() to match the new openDevice callback protocol (w/o a aud...Warren Dukes2004-11-202-2/+4
* todo updateWarren Dukes2004-11-191-0/+2
* don't need to pass audioFormat to openDeviceFuncWarren Dukes2004-11-194-12/+7
* fix an issue with errors and new read() code on interfaceWarren Dukes2004-11-161-3/+8
* get rid of a gcc warningWarren Dukes2004-11-151-4/+4
* s/device/output/Warren Dukes2004-11-151-3/+3
* this shit really needs to be cleaned up, but its good enough for testing,Warren Dukes2004-11-155-24/+45
* use realloc for makeListNodesArrayWarren Dukes2004-11-151-27/+27
* ok, fix FindNodeWarren Dukes2004-11-151-1/+1
* don't to an unneccessary sortWarren Dukes2004-11-151-5/+0
* oops, forgot to remove some DEBUG statmentsWarren Dukes2004-11-152-4/+1
* insert stuff in tagTracker in sorted order, hopefully this makes it fasterWarren Dukes2004-11-155-57/+80
* - Fix compilation error when compiling in a working directory with mp4 support.Avuton Olrich2004-11-142-2/+2
* add non-standard m4's to mpd svn repositoryWarren Dukes2004-11-148-0/+729
* put tracking titles back in tag trackerWarren Dukes2004-11-141-5/+5
* fix test (we're not adding title's to the tag tracker)Warren Dukes2004-11-141-1/+1
* testWarren Dukes2004-11-141-1/+9
* no longer need to include sig_handlers.h in interfac.ecWarren Dukes2004-11-141-1/+0
* fix a few bugs in read()'ingWarren Dukes2004-11-141-8/+9
* optimized read() on clients, should be much, much faster nowWarren Dukes2004-11-143-126/+123
* a few DEBUG statementsWarren Dukes2004-11-133-1/+11
* fix bug in findWarren Dukes2004-11-131-1/+1
* todo updateWarren Dukes2004-11-131-4/+4
* fix a bug in pringSongUrl, don't print leading '/' for songs in root dirWarren Dukes2004-11-122-2/+2
* don't store only relative paths in the directory structure, its probably notWarren Dukes2004-11-124-31/+33
* todo updateWarren Dukes2004-11-121-0/+2
* correct a type in the error messageWarren Dukes2004-11-121-1/+1
* now more flexible list, search, find, where you can enter pairs ofWarren Dukes2004-11-124-46/+155
* todo updateWarren Dukes2004-11-121-2/+0
* ok, dottemag's id3v1_encoding config parameter should now work.Warren Dukes2004-11-111-1/+19
* fix typeWarren Dukes2004-11-111-1/+1
* somehow a } went missingWarren Dukes2004-11-111-1/+1
* ok, tagtracker now tracks title, this has the disadvantage of needing to sortWarren Dukes2004-11-113-20/+42
* better saved memmory displayWarren Dukes2004-11-114-11/+31
* git-svn-id: https://svn.musicpd.org/mpd/trunk@2606 09075e82-0dd4-0310-85a5-a0...Warren Dukes2004-11-111-0/+2
* todo updateWarren Dukes2004-11-111-30/+0
* ok, optimize memory sage of directorys, by iteratively creating the directories,Warren Dukes2004-11-114-49/+115
* 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-1113-37/+57
* implement saved memory by not storing full pathWarren Dukes2004-11-119-67/+124
* this is brokenWarren Dukes2004-11-113-19/+34
* make copyTag to metadatachunk a little more efficientWarren Dukes2004-11-111-13/+18
* fix bug int tag->metadataChunk where artist was being copied to titleWarren Dukes2004-11-101-1/+1
* we can't store more than 255 tag items per tagWarren Dukes2004-11-101-0/+3
* moves some stuff from dbUtils.h that doesn't need to be publicWarren Dukes2004-11-102-3/+3
* todo update, now with pseudo code! Get yours now! (Sorry we do not accept cr...Warren Dukes2004-11-101-9/+24
* merge changes from metadata-rewrite branchWarren Dukes2004-11-1031-724/+1039
* here's why mikmod was segfaulting, the char * strings returned need to be str...Warren Dukes2004-11-091-1/+1