| Commit message (Expand) | Author | Age | Files | Lines |
* | fix compilation error: s/mpdItemToMpdTag/addItemToMpdTag/ | Warren Dukes | 2005-01-31 | 1 | -1/+1 |
* | add streaming input support for FLAC | Eric Wong | 2005-01-29 | 1 | -45/+33 |
* | free(name) in readDirectoryInfo after using it | Eric Wong | 2005-01-29 | 1 | -0/+1 |
* | change the http identification string to package_name/package_version | Warren Dukes | 2005-01-23 | 1 | -1/+4 |
* | this should fix compile bugs #350 and #351 | Warren Dukes | 2005-01-16 | 1 | -0/+20 |
* | fix some casting issues in error messages for output buffer size | Warren Dukes | 2004-12-22 | 1 | -5/+6 |
* | remove np from credits | Warren Dukes | 2004-12-12 | 1 | -2/+0 |
* | fix logic for commands and notcommands for real this time | Warren Dukes | 2004-11-23 | 1 | -3/+2 |
* | fix a little logic bomb in commands && notcommands | Warren Dukes | 2004-11-23 | 1 | -2/+2 |
* | added "notcommands" command | Warren Dukes | 2004-11-23 | 1 | -0/+21 |
* | remove --update-db option | Warren Dukes | 2004-11-20 | 1 | -3/+3 |
* | fix oss_openDevice() to match the new openDevice callback protocol (w/o a aud... | Warren Dukes | 2004-11-20 | 2 | -2/+4 |
* | don't need to pass audioFormat to openDeviceFunc | Warren Dukes | 2004-11-19 | 4 | -12/+7 |
* | fix an issue with errors and new read() code on interface | Warren Dukes | 2004-11-16 | 1 | -3/+8 |
* | get rid of a gcc warning | Warren Dukes | 2004-11-15 | 1 | -4/+4 |
* | s/device/output/ | Warren Dukes | 2004-11-15 | 1 | -3/+3 |
* | this shit really needs to be cleaned up, but its good enough for testing, | Warren Dukes | 2004-11-15 | 5 | -24/+45 |
* | use realloc for makeListNodesArray | Warren Dukes | 2004-11-15 | 1 | -27/+27 |
* | ok, fix FindNode | Warren Dukes | 2004-11-15 | 1 | -1/+1 |
* | don't to an unneccessary sort | Warren Dukes | 2004-11-15 | 1 | -5/+0 |
* | oops, forgot to remove some DEBUG statments | Warren Dukes | 2004-11-15 | 1 | -3/+0 |
* | insert stuff in tagTracker in sorted order, hopefully this makes it faster | Warren Dukes | 2004-11-15 | 3 | -55/+78 |
* | - Fix compilation error when compiling in a working directory with mp4 support. | Avuton Olrich | 2004-11-14 | 2 | -2/+2 |
* | put tracking titles back in tag tracker | Warren Dukes | 2004-11-14 | 1 | -5/+5 |
* | fix test (we're not adding title's to the tag tracker) | Warren Dukes | 2004-11-14 | 1 | -1/+1 |
* | test | Warren Dukes | 2004-11-14 | 1 | -1/+9 |
* | no longer need to include sig_handlers.h in interfac.ec | Warren Dukes | 2004-11-14 | 1 | -1/+0 |
* | fix a few bugs in read()'ing | Warren Dukes | 2004-11-14 | 1 | -8/+9 |
* | optimized read() on clients, should be much, much faster now | Warren Dukes | 2004-11-14 | 2 | -124/+123 |
* | a few DEBUG statements | Warren Dukes | 2004-11-13 | 3 | -1/+11 |
* | fix bug in find | Warren Dukes | 2004-11-13 | 1 | -1/+1 |
* | fix a bug in pringSongUrl, don't print leading '/' for songs in root dir | Warren Dukes | 2004-11-12 | 2 | -2/+2 |
* | don't store only relative paths in the directory structure, its probably not | Warren Dukes | 2004-11-12 | 4 | -31/+33 |
* | correct a type in the error message | Warren Dukes | 2004-11-12 | 1 | -1/+1 |
* | now more flexible list, search, find, where you can enter pairs of | Warren Dukes | 2004-11-12 | 3 | -43/+152 |
* | ok, dottemag's id3v1_encoding config parameter should now work. | Warren Dukes | 2004-11-11 | 1 | -1/+19 |
* | somehow a } went missing | Warren Dukes | 2004-11-11 | 1 | -1/+1 |
* | ok, tagtracker now tracks title, this has the disadvantage of needing to sort | Warren Dukes | 2004-11-11 | 3 | -20/+42 |
* | better saved memmory display | Warren Dukes | 2004-11-11 | 4 | -11/+31 |
* | ok, optimize memory sage of directorys, by iteratively creating the directories, | Warren Dukes | 2004-11-11 | 4 | -49/+115 |
* | fix a few memory leaks in conf.c | Warren Dukes | 2004-11-11 | 1 | -2/+9 |
* | ok, now song->url is only the filename, not the full path to the song | Warren Dukes | 2004-11-11 | 13 | -37/+57 |
* | implement saved memory by not storing full path | Warren Dukes | 2004-11-11 | 9 | -67/+124 |
* | this is broken | Warren Dukes | 2004-11-11 | 3 | -19/+34 |
* | make copyTag to metadatachunk a little more efficient | Warren Dukes | 2004-11-11 | 1 | -13/+18 |
* | fix bug int tag->metadataChunk where artist was being copied to title | Warren Dukes | 2004-11-10 | 1 | -1/+1 |
* | we can't store more than 255 tag items per tag | Warren Dukes | 2004-11-10 | 1 | -0/+3 |
* | moves some stuff from dbUtils.h that doesn't need to be public | Warren Dukes | 2004-11-10 | 2 | -3/+3 |
* | merge changes from metadata-rewrite branch | Warren Dukes | 2004-11-10 | 28 | -713/+1021 |
* | here's why mikmod was segfaulting, the char * strings returned need to be str... | Warren Dukes | 2004-11-09 | 1 | -1/+1 |