| Commit message (Expand) | Author | Age | Files | Lines |
* | converted MpdTagItem.type to an enum | Max Kellermann | 2008-08-26 | 1 | -1/+1 |
* | enable -Wpointer-arith, -Wstrict-prototypes | Max Kellermann | 2008-08-26 | 1 | -9/+13 |
* | eliminated duplicate initialization | Max Kellermann | 2008-03-26 | 1 | -1/+1 |
* | addToPlaylist/addSongToPlaylist: printId argument changed to added_id | Eric Wong | 2008-01-26 | 1 | -1/+1 |
* | fixed -Wshadow warnings | Max Kellermann | 2008-01-26 | 1 | -2/+2 |
* | Committing pat's rewrite of the stored playlist code. This also adds two | J. Alexander Treuman | 2007-05-16 | 1 | -1/+4 |
* | Forgot to change the associated fdprintf format to %li. | J. Alexander Treuman | 2007-04-26 | 1 | -1/+1 |
* | Changing SearchStats.playTime from int to unsigned long. | J. Alexander Treuman | 2007-04-26 | 1 | -1/+1 |
* | Adding count command. It's usage is identical to find, but instead of | J. Alexander Treuman | 2007-04-25 | 1 | -0/+44 |
* | The massive copyright update | Avuton Olrich | 2007-04-05 | 1 | -1/+1 |
* | Moving a bunch of the LocateTagItem code to locate.[ch] so that it can | J. Alexander Treuman | 2007-02-24 | 1 | -187/+7 |
* | Moving LOCATE_TAG_{FILE,ANY}_TYPE defines to dbUtils.h, so that we can | J. Alexander Treuman | 2006-12-11 | 1 | -2/+0 |
* | Fixing "find any" and "list * any" to actually find matches. | J. Alexander Treuman | 2006-12-11 | 1 | -2/+6 |
* | Adding functions for clearing/adding to stored playlists. Commands to make | J. Alexander Treuman | 2006-11-20 | 1 | -0/+11 |
* | add support for: list file | Warren Dukes | 2006-10-27 | 1 | -4/+10 |
* | Replace strdup and {c,re,m}alloc with x* variants to check for OOM errors | Eric Wong | 2006-08-26 | 1 | -5/+5 |
* | labels should be on the left most column, no tabbing | Warren Dukes | 2006-08-09 | 1 | -1/+1 |
* | interface/connection malloc reductions from mpd-ke | Eric Wong | 2006-07-30 | 1 | -38/+38 |
* | Add mpd-indent.sh | Avuton Olrich | 2006-07-20 | 1 | -144/+180 |
* | sparse: ANSI-fy function declarations | Eric Wong | 2006-07-17 | 1 | -1/+1 |
* | De-inline non-trivial, non-performance-critical functions | Eric Wong | 2006-07-15 | 1 | -2/+2 |
* | Change shank's email address | J. Alexander Treuman | 2006-07-14 | 1 | -1/+1 |
* | whoops, I don't know how that snuck into the last | Avuton Olrich | 2006-07-13 | 1 | -0/+7 |
* | Huge header update, update the copyright and add | Avuton Olrich | 2006-07-13 | 1 | -9/+18 |
* | Remove a couple more unused functions | Avuton Olrich | 2006-07-13 | 1 | -20/+0 |
* | Declare functions not used outside dbUtils.c static. | Avuton Olrich | 2006-07-13 | 1 | -16/+16 |
* | add "any" option for search and find, patch from Robert Andersson | Warren Dukes | 2005-02-28 | 1 | -3/+16 |
* | fix bug in find | Warren Dukes | 2004-11-13 | 1 | -1/+1 |
* | don't store only relative paths in the directory structure, its probably not | Warren Dukes | 2004-11-12 | 1 | -4/+4 |
* | now more flexible list, search, find, where you can enter pairs of | Warren Dukes | 2004-11-12 | 1 | -24/+112 |
* | ok, tagtracker now tracks title, this has the disadvantage of needing to sort | Warren Dukes | 2004-11-11 | 1 | -7/+8 |
* | better saved memmory display | Warren Dukes | 2004-11-11 | 1 | -10/+27 |
* | ok, optimize memory sage of directorys, by iteratively creating the directories, | Warren Dukes | 2004-11-11 | 1 | -6/+8 |
* | ok, now song->url is only the filename, not the full path to the song | Warren Dukes | 2004-11-11 | 1 | -2/+13 |
* | implement saved memory by not storing full path | Warren Dukes | 2004-11-11 | 1 | -3/+24 |
* | this is broken | Warren Dukes | 2004-11-11 | 1 | -1/+1 |
* | moves some stuff from dbUtils.h that doesn't need to be public | Warren Dukes | 2004-11-10 | 1 | -0/+3 |
* | merge changes from metadata-rewrite branch | Warren Dukes | 2004-11-10 | 1 | -0/+267 |