| Commit message (Expand) | Author | Age | Files | Lines |
* | fix stateFile path getting garbled | Warren Dukes | 2005-03-06 | 1 | -2/+2 |
* | config file change! now 'port' is optional and 'db_file' is required! | Warren Dukes | 2005-03-06 | 1 | -17/+34 |
* | free(name) in readDirectoryInfo after using it | Eric Wong | 2005-01-29 | 1 | -0/+1 |
* | this shit really needs to be cleaned up, but its good enough for testing, | Warren Dukes | 2004-11-15 | 1 | -0/+1 |
* | don't to an unneccessary sort | Warren Dukes | 2004-11-15 | 1 | -5/+0 |
* | a few DEBUG statements | Warren Dukes | 2004-11-13 | 1 | -0/+8 |
* | fix a bug in pringSongUrl, don't print leading '/' for songs in root dir | Warren Dukes | 2004-11-12 | 1 | -1/+1 |
* | don't store only relative paths in the directory structure, its probably not | Warren Dukes | 2004-11-12 | 1 | -24/+25 |
* | ok, optimize memory sage of directorys, by iteratively creating the directories, | Warren Dukes | 2004-11-11 | 1 | -35/+88 |
* | ok, now song->url is only the filename, not the full path to the song | Warren Dukes | 2004-11-11 | 1 | -2/+2 |
* | implement saved memory by not storing full path | Warren Dukes | 2004-11-11 | 1 | -9/+9 |
* | merge changes from metadata-rewrite branch | Warren Dukes | 2004-11-10 | 1 | -182/+7 |
* | now one can specify multiple bind_to_addresses | Warren Dukes | 2004-11-03 | 1 | -1/+1 |
* | new command "addid", this is the same as "add" command, except it also return... | Warren Dukes | 2004-11-02 | 1 | -1/+1 |
* | listallinfo now prints out directories | Warren Dukes | 2004-10-29 | 1 | -1/+1 |
* | merge shank-rewrite-config changes | Warren Dukes | 2004-10-28 | 1 | -1/+2 |
* | spelling fixes from normalperson | Warren Dukes | 2004-06-29 | 1 | -3/+3 |
* | ok, addParentPathToDB now works! | Warren Dukes | 2004-06-23 | 1 | -9/+31 |
* | update now ignores/recognizes recursive directories | Warren Dukes | 2004-06-23 | 1 | -4/+41 |
* | now we avoid recursive symlinks on creating the db | Warren Dukes | 2004-06-23 | 1 | -28/+88 |
* | only call opendir() once when updating | Warren Dukes | 2004-06-22 | 1 | -8/+5 |
* | call stat() a few less times on update | Warren Dukes | 2004-06-22 | 1 | -8/+14 |
* | fix C99 stuff for commandError | Warren Dukes | 2004-06-15 | 1 | -6/+8 |
* | Add WARNING log method. it's the same as ERROR, except that when mpd starts, | Warren Dukes | 2004-06-12 | 1 | -4/+3 |
* | new command, plchanges, and also add Num: to songinfo of playlistinfo | Warren Dukes | 2004-06-05 | 1 | -1/+1 |
* | finish ack error codes | Warren Dukes | 2004-06-04 | 1 | -17/+17 |
* | clean up ACK error coding a little bit | Warren Dukes | 2004-06-04 | 1 | -9/+8 |
* | '\n' are bad | Warren Dukes | 2004-06-02 | 1 | -0/+3 |
* | fix a nasty bug when deleting a stream from the playlist | Warren Dukes | 2004-05-19 | 1 | -1/+1 |
* | fix bug where db_update wasn't being set in readDirectoryDB | Warren Dukes | 2004-05-17 | 1 | -6/+3 |
* | redimentary addition of url's to playlist | Warren Dukes | 2004-05-13 | 1 | -2/+2 |
* | add type element to Song struct, and change utf8file to utf8url | Warren Dukes | 2004-05-13 | 1 | -5/+6 |
* | when updating, don't cause db reread on adding and then removing empty direct... | Warren Dukes | 2004-04-16 | 1 | -16/+24 |
* | *gasp* added a comment | Warren Dukes | 2004-04-16 | 1 | -0/+5 |
* | only write db in initMp3Directory() when stuff is updated | Warren Dukes | 2004-04-16 | 1 | -7/+13 |
* | remove directory mtime from db! | Warren Dukes | 2004-04-16 | 1 | -56/+123 |
* | don't stat() the db to get the modtime everytime, instead store it when we re... | Warren Dukes | 2004-04-15 | 1 | -11/+18 |
* | no point in tallying stats on writeDirectoryDB anymore | Warren Dukes | 2004-04-15 | 1 | -2/+2 |
* | clean up a little bit main() code | Warren Dukes | 2004-04-15 | 1 | -1/+1 |
* | add vim shiznit to end of all source files | Warren Dukes | 2004-04-14 | 1 | -0/+1 |
* | ok, finished incremental update! | Warren Dukes | 2004-04-14 | 1 | -25/+93 |
* | silly shank, use functions you already have\! | Warren Dukes | 2004-04-14 | 1 | -3/+2 |
* | pseduo-code for creating new entries in db for incremental update | Warren Dukes | 2004-04-14 | 1 | -8/+20 |
* | incremental update can now recognize if you pass it a deleted path | Warren Dukes | 2004-04-14 | 1 | -33/+61 |
* | fix some misc chld signal handling for update process | Warren Dukes | 2004-04-13 | 1 | -3/+3 |
* | have update process ignore signals when writing db | Warren Dukes | 2004-04-13 | 1 | -0/+5 |
* | ok, rework myfprintf so it uses write() and never use any file stream | Warren Dukes | 2004-04-13 | 1 | -6/+0 |
* | block signals when writing db to ensure db isn't corrupted | Warren Dukes | 2004-04-13 | 1 | -0/+7 |
* | when doing signal functions (like sigaction) make sure it wasn't interrupted ... | Warren Dukes | 2004-04-13 | 1 | -2/+9 |
* | lots of fsCharset, utf8/ascii converting clean-up and robustness stuff | Warren Dukes | 2004-04-13 | 1 | -4/+16 |