aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2005-02-01will compile if you manually add "HAVE_MUSEPACK" to config.h and -lmusepack toWarren Dukes3-77/+102
2005-02-01beginnings of a mpc plugin, work in progressWarren Dukes1-0/+280
2005-01-31fix compilation error: s/mpdItemToMpdTag/addItemToMpdTag/Warren Dukes1-1/+1
2005-01-29add streaming input support for FLACEric Wong1-45/+33
2005-01-29free(name) in readDirectoryInfo after using itEric Wong1-0/+1
2005-01-23change the http identification string to package_name/package_versionWarren Dukes1-1/+4
2005-01-16this should fix compile bugs #350 and #351Warren Dukes1-0/+20
2004-12-22fix some casting issues in error messages for output buffer sizeWarren Dukes1-5/+6
2004-12-12remove np from creditsWarren Dukes1-2/+0
2004-11-23fix logic for commands and notcommands for real this timeWarren Dukes1-3/+2
2004-11-23fix a little logic bomb in commands && notcommandsWarren Dukes1-2/+2
2004-11-23added "notcommands" commandWarren Dukes1-0/+21
2004-11-20remove --update-db optionWarren Dukes1-3/+3
2004-11-20fix oss_openDevice() to match the new openDevice callback protocol (w/o a aud...Warren Dukes2-2/+4
2004-11-19don't need to pass audioFormat to openDeviceFuncWarren Dukes4-12/+7
2004-11-16fix an issue with errors and new read() code on interfaceWarren Dukes1-3/+8
2004-11-15get rid of a gcc warningWarren Dukes1-4/+4
2004-11-15s/device/output/Warren Dukes1-3/+3
2004-11-15this shit really needs to be cleaned up, but its good enough for testing,Warren Dukes5-24/+45
2004-11-15use realloc for makeListNodesArrayWarren Dukes1-27/+27
2004-11-15ok, fix FindNodeWarren Dukes1-1/+1
2004-11-15don't to an unneccessary sortWarren Dukes1-5/+0
2004-11-15oops, forgot to remove some DEBUG statmentsWarren Dukes1-3/+0
2004-11-15insert stuff in tagTracker in sorted order, hopefully this makes it fasterWarren Dukes3-55/+78
2004-11-14- Fix compilation error when compiling in a working directory with mp4 support.Avuton Olrich2-2/+2
2004-11-14put tracking titles back in tag trackerWarren Dukes1-5/+5
2004-11-14fix test (we're not adding title's to the tag tracker)Warren Dukes1-1/+1
2004-11-14testWarren Dukes1-1/+9
2004-11-14no longer need to include sig_handlers.h in interfac.ecWarren Dukes1-1/+0
2004-11-14fix a few bugs in read()'ingWarren Dukes1-8/+9
2004-11-14optimized read() on clients, should be much, much faster nowWarren Dukes2-124/+123
2004-11-13a few DEBUG statementsWarren Dukes3-1/+11
2004-11-13fix bug in findWarren Dukes1-1/+1
2004-11-12fix a bug in pringSongUrl, don't print leading '/' for songs in root dirWarren Dukes2-2/+2
2004-11-12don't store only relative paths in the directory structure, its probably notWarren Dukes4-31/+33
2004-11-12correct a type in the error messageWarren Dukes1-1/+1
2004-11-12now more flexible list, search, find, where you can enter pairs ofWarren Dukes3-43/+152
2004-11-11ok, dottemag's id3v1_encoding config parameter should now work.Warren Dukes1-1/+19
2004-11-11somehow a } went missingWarren Dukes1-1/+1
2004-11-11ok, tagtracker now tracks title, this has the disadvantage of needing to sortWarren Dukes3-20/+42
2004-11-11better saved memmory displayWarren Dukes4-11/+31
2004-11-11ok, optimize memory sage of directorys, by iteratively creating the directories,Warren Dukes4-49/+115
2004-11-11fix a few memory leaks in conf.cWarren Dukes1-2/+9
2004-11-11ok, now song->url is only the filename, not the full path to the songWarren Dukes13-37/+57
2004-11-11implement saved memory by not storing full pathWarren Dukes9-67/+124
2004-11-11this is brokenWarren Dukes3-19/+34
2004-11-11make copyTag to metadatachunk a little more efficientWarren Dukes1-13/+18
2004-11-10fix bug int tag->metadataChunk where artist was being copied to titleWarren Dukes1-1/+1
2004-11-10we can't store more than 255 tag items per tagWarren Dukes1-0/+3
2004-11-10moves some stuff from dbUtils.h that doesn't need to be publicWarren Dukes2-3/+3