aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* put tracking titles back in tag trackerWarren Dukes2004-11-14
* fix test (we're not adding title's to the tag tracker)Warren Dukes2004-11-14
* testWarren Dukes2004-11-14
* no longer need to include sig_handlers.h in interfac.ecWarren Dukes2004-11-14
* fix a few bugs in read()'ingWarren Dukes2004-11-14
* optimized read() on clients, should be much, much faster nowWarren Dukes2004-11-14
* a few DEBUG statementsWarren Dukes2004-11-13
* fix bug in findWarren Dukes2004-11-13
* fix a bug in pringSongUrl, don't print leading '/' for songs in root dirWarren Dukes2004-11-12
* don't store only relative paths in the directory structure, its probably notWarren Dukes2004-11-12
* correct a type in the error messageWarren Dukes2004-11-12
* now more flexible list, search, find, where you can enter pairs ofWarren Dukes2004-11-12
* ok, dottemag's id3v1_encoding config parameter should now work.Warren Dukes2004-11-11
* somehow a } went missingWarren Dukes2004-11-11
* ok, tagtracker now tracks title, this has the disadvantage of needing to sortWarren Dukes2004-11-11
* better saved memmory displayWarren Dukes2004-11-11
* ok, optimize memory sage of directorys, by iteratively creating the directories,Warren Dukes2004-11-11
* fix a few memory leaks in conf.cWarren Dukes2004-11-11
* ok, now song->url is only the filename, not the full path to the songWarren Dukes2004-11-11
* implement saved memory by not storing full pathWarren Dukes2004-11-11
* this is brokenWarren Dukes2004-11-11
* make copyTag to metadatachunk a little more efficientWarren Dukes2004-11-11
* fix bug int tag->metadataChunk where artist was being copied to titleWarren Dukes2004-11-10
* we can't store more than 255 tag items per tagWarren Dukes2004-11-10
* moves some stuff from dbUtils.h that doesn't need to be publicWarren Dukes2004-11-10
* merge changes from metadata-rewrite branchWarren Dukes2004-11-10
* here's why mikmod was segfaulting, the char * strings returned need to be str...Warren Dukes2004-11-09
* add "genre" and "description" to shout config parametersWarren Dukes2004-11-09
* be sure to flush the metadata on song changeWarren Dukes2004-11-09
* don't set granulepos, that's pad, mmmkay?Warren Dukes2004-11-09
* try one other thing to fix icecast dropping clientsWarren Dukes2004-11-09
* add a buffer to audio layer, so we only send data to audio devices 32 times p...Warren Dukes2004-11-09
* see if this fixes the clients disconnecting issuesWarren Dukes2004-11-08
* new command "commands" for avutonWarren Dukes2004-11-08
* more descriptive error messages for mpdWarren Dukes2004-11-05
* not too smart shank, forgetting to set default buffer sizes in inputStream_httpWarren Dukes2004-11-05
* make default non-publicWarren Dukes2004-11-04
* shout config: make "user" optional and default to "source", also add optional...Warren Dukes2004-11-04
* todo updateWarren Dukes2004-11-03
* now one can specify multiple bind_to_addressesWarren Dukes2004-11-03
* remove vim &*(@Warren Dukes2004-11-03
* todo updateWarren Dukes2004-11-03
* todo updateWarren Dukes2004-11-03
* remove signal handling code from ao open() and close()Warren Dukes2004-11-03
* new setSigHandlersForDecoder() function, and be sure player/decode processes ...Warren Dukes2004-11-03
* forgot a '\n' at the end of a error statementWarren Dukes2004-11-03
* new command "addid", this is the same as "add" command, except it also return...Warren Dukes2004-11-02
* new command "devices", prints devices and their statesWarren Dukes2004-11-02
* new commands: enalbe_device, and disable_device, (maybe these commands should...Warren Dukes2004-11-02
* enabling and disabling individual audioOutputs is mostly done, just needWarren Dukes2004-11-02