| Commit message (Expand) | Author | Files | Lines |
2008-09-02 | tag: converted tag_item.value to a char array | Max Kellermann | 1 | -10/+0 |
2008-09-02 | removed tree.c | Max Kellermann | 1 | -93/+67 |
2008-08-31 | pass constant pointers | Max Kellermann | 1 | -1/+1 |
2008-08-27 | tagTracker: locks around {get,remove}TagItemString | Eric Wong | 1 | -2/+13 |
2008-04-12 | whitespace cleanup | Max Kellermann | 1 | -14/+14 |
2008-04-12 | clean up CPP includes | Max Kellermann | 1 | -2/+1 |
2008-01-26 | fix -Waggregate-return | Max Kellermann | 1 | -7/+7 |
2008-01-03 | Cleanup #includes of standard system headers and put them in one place | Eric Wong | 1 | -3/+1 |
2007-04-05 | The massive copyright update | Avuton Olrich | 1 | -1/+1 |
2007-01-14 | Don't initialize globals to zero (or NULL) | Eric Wong | 1 | -9/+1 |
2006-08-26 | Replace strdup and {c,re,m}alloc with x* variants to check for OOM errors | Eric Wong | 1 | -2/+4 |
2006-08-07 | sparse / gcc-2.95 / -pedantic fixes | Eric Wong | 1 | -1/+1 |
2006-08-06 | merge changes from mpd-tree: | Warren Dukes | 1 | -76/+61 |
2006-07-30 | interface/connection malloc reductions from mpd-ke | Eric Wong | 1 | -3/+3 |
2006-07-20 | Add mpd-indent.sh | Avuton Olrich | 1 | -43/+56 |
2006-07-17 | sparse: ANSI-fy function declarations | Eric Wong | 1 | -1/+1 |
2006-07-16 | remove the glib library dependency | Eric Wong | 1 | -63/+55 |
2006-07-15 | [CLEANUP] Cleanup whitespace->tabs | Avuton Olrich | 1 | -33/+7 |
2006-07-14 | Change shank's email address | J. Alexander Treuman | 1 | -1/+1 |
2006-07-13 | Huge header update, update the copyright and add | Avuton Olrich | 1 | -0/+18 |
2005-11-19 | remove C++ style comments | Eric Wong | 1 | -2/+2 |
2005-11-16 | DJWLindenaar balanced tree and master process patch | Qball Cow | 1 | -65/+69 |
2004-11-15 | get rid of a gcc warning | Warren Dukes | 1 | -4/+4 |
2004-11-15 | this shit really needs to be cleaned up, but its good enough for testing, | Warren Dukes | 1 | -10/+13 |
2004-11-15 | oops, forgot to remove some DEBUG statments | Warren Dukes | 1 | -3/+0 |
2004-11-15 | insert stuff in tagTracker in sorted order, hopefully this makes it faster | Warren Dukes | 1 | -12/+10 |
2004-11-14 | put tracking titles back in tag tracker | Warren Dukes | 1 | -5/+5 |
2004-11-14 | fix test (we're not adding title's to the tag tracker) | Warren Dukes | 1 | -1/+1 |
2004-11-14 | test | Warren Dukes | 1 | -1/+9 |
2004-11-13 | a few DEBUG statements | Warren Dukes | 1 | -0/+2 |
2004-11-11 | somehow a } went missing | Warren Dukes | 1 | -1/+1 |
2004-11-11 | ok, tagtracker now tracks title, this has the disadvantage of needing to sort | Warren Dukes | 1 | -13/+30 |
2004-11-11 | better saved memmory display | Warren Dukes | 1 | -1/+1 |
2004-11-11 | ok, now song->url is only the filename, not the full path to the song | Warren Dukes | 1 | -1/+1 |
2004-11-10 | merge changes from metadata-rewrite branch | Warren Dukes | 1 | -0/+142 |