| Commit message (Expand) | Author | Files | Lines |
2008-10-22 | stored_playlist: no CamelCase | Max Kellermann | 1 | -1/+1 |
2008-10-22 | renamed storedPlaylist.c to stored_playlist.c | Max Kellermann | 1 | -1/+1 |
2008-10-15 | locate: use g_utf8_casefold() instead of string_toupper() | Max Kellermann | 1 | -2/+4 |
2008-10-08 | directory: fix update in root directory | Max Kellermann | 1 | -2/+2 |
2008-10-08 | directory: eliminate CamelCase | Max Kellermann | 1 | -2/+2 |
2008-10-08 | database: renamed functions, "db_" prefix and no CamelCase | Max Kellermann | 1 | -15/+13 |
2008-10-08 | directory: moved code to database.c | Max Kellermann | 1 | -0/+1 |
2008-10-08 | song: converted typedef Song to struct song | Max Kellermann | 1 | -12/+23 |
2008-10-08 | directory: converted typedef Directory to struct directory | Max Kellermann | 1 | -6/+8 |
2008-10-07 | dbUtils/directory: traverseAllIn forEachSong returns -1 on error | Eric Wong | 1 | -2/+2 |
2008-10-07 | song: replace printSong* with song_print_* | Eric Wong | 1 | -6/+6 |
2008-09-29 | Switch to C99 types (retaining compat with old compilers) | Eric Wong | 1 | -1/+1 |
2008-09-29 | allow searching for albums with an empty tag | Eric Wong | 1 | -0/+2 |
2008-09-23 | Replace SongList with struct songvec | Eric Wong | 1 | -2/+2 |
2008-09-08 | use strset.h instead of tagTracker.h | Max Kellermann | 1 | -6/+17 |
2008-09-07 | tag: don't pass "fd" to printVisitedInTagTracker() | Max Kellermann | 1 | -1/+1 |
2008-09-07 | pass "struct client" to dbUtils.c, song.c, tag_print.c | Max Kellermann | 1 | -34/+33 |
2008-09-07 | directory: don't pass fd to traverseAllIn() | Max Kellermann | 1 | -15/+15 |
2008-09-07 | directory: don't pass fd to traverseAllIn() callbacks | Max Kellermann | 1 | -36/+67 |
2008-09-07 | playlist: don't pass "fd" to storedPlaylist.c functions | Max Kellermann | 1 | -4/+3 |
2008-09-07 | playlist: don't pass "fd" to playlist.c functions | Max Kellermann | 1 | -2/+2 |
2008-09-07 | song: moved code to song_print.c, song_save.c | Max Kellermann | 1 | -0/+1 |
2008-09-06 | dbUtils, playlist, directory: pass constant pointers | Max Kellermann | 1 | -9/+10 |
2008-08-29 | tag: converted MpdTag.items to a pointer list | Max Kellermann | 1 | -2/+2 |
2008-08-29 | tag: renamed MpdTag and MpdTagItem to struct tag, struct mpd_tag_item | Max Kellermann | 1 | -1/+1 |
2008-08-26 | converted MpdTagItem.type to an enum | Max Kellermann | 1 | -1/+1 |
2008-08-26 | enable -Wpointer-arith, -Wstrict-prototypes | Max Kellermann | 1 | -9/+13 |
2008-03-26 | eliminated duplicate initialization | Max Kellermann | 1 | -1/+1 |
2008-01-26 | addToPlaylist/addSongToPlaylist: printId argument changed to added_id | Eric Wong | 1 | -1/+1 |
2008-01-26 | fixed -Wshadow warnings | Max Kellermann | 1 | -2/+2 |
2007-05-16 | Committing pat's rewrite of the stored playlist code. This also adds two | J. Alexander Treuman | 1 | -1/+4 |
2007-04-26 | Forgot to change the associated fdprintf format to %li. | J. Alexander Treuman | 1 | -1/+1 |
2007-04-26 | Changing SearchStats.playTime from int to unsigned long. | J. Alexander Treuman | 1 | -1/+1 |
2007-04-25 | Adding count command. It's usage is identical to find, but instead of | J. Alexander Treuman | 1 | -0/+44 |
2007-04-05 | The massive copyright update | Avuton Olrich | 1 | -1/+1 |
2007-02-24 | Moving a bunch of the LocateTagItem code to locate.[ch] so that it can | J. Alexander Treuman | 1 | -187/+7 |
2006-12-11 | Moving LOCATE_TAG_{FILE,ANY}_TYPE defines to dbUtils.h, so that we can | J. Alexander Treuman | 1 | -2/+0 |
2006-12-11 | Fixing "find any" and "list * any" to actually find matches. | J. Alexander Treuman | 1 | -2/+6 |
2006-11-20 | Adding functions for clearing/adding to stored playlists. Commands to make | J. Alexander Treuman | 1 | -0/+11 |
2006-10-27 | add support for: list file | Warren Dukes | 1 | -4/+10 |
2006-08-26 | Replace strdup and {c,re,m}alloc with x* variants to check for OOM errors | Eric Wong | 1 | -5/+5 |
2006-08-09 | labels should be on the left most column, no tabbing | Warren Dukes | 1 | -1/+1 |
2006-07-30 | interface/connection malloc reductions from mpd-ke | Eric Wong | 1 | -38/+38 |
2006-07-20 | Add mpd-indent.sh | Avuton Olrich | 1 | -144/+180 |
2006-07-17 | sparse: ANSI-fy function declarations | Eric Wong | 1 | -1/+1 |
2006-07-15 | De-inline non-trivial, non-performance-critical functions | Eric Wong | 1 | -2/+2 |
2006-07-14 | Change shank's email address | J. Alexander Treuman | 1 | -1/+1 |
2006-07-13 | whoops, I don't know how that snuck into the last | Avuton Olrich | 1 | -0/+7 |
2006-07-13 | Huge header update, update the copyright and add | Avuton Olrich | 1 | -9/+18 |
2006-07-13 | Remove a couple more unused functions | Avuton Olrich | 1 | -20/+0 |