| Commit message (Expand) | Author | Age | Files | Lines |
* | path: replaced mpd_basename() with g_path_get_basename() | Max Kellermann | 2008-10-20 | 1 | -5/+16 |
* | update: don't skip hidden files | Max Kellermann | 2008-10-15 | 1 | -3/+5 |
* | command: added command "idle" | Max Kellermann | 2008-10-14 | 1 | -1/+4 |
* | update: don't follow relative symlinks | Max Kellermann | 2008-10-14 | 1 | -1/+44 |
* | mapper: new song-to-filesystem mapper library | Max Kellermann | 2008-10-14 | 1 | -23/+43 |
* | update: always look up parent directory in updatePath() | Max Kellermann | 2008-10-13 | 1 | -20/+10 |
* | update: pass base file name to updateInDirectory() | Max Kellermann | 2008-10-13 | 1 | -9/+24 |
* | update: moved code to make_subdir() | Max Kellermann | 2008-10-13 | 1 | -4/+13 |
* | update: added delete_name_in() | Max Kellermann | 2008-10-13 | 1 | -1/+18 |
* | update: allow music_root updates to be queued | Eric Wong | 2008-10-13 | 1 | -3/+2 |
* | update: replaced update_return with global "modified" flag | Max Kellermann | 2008-10-09 | 1 | -65/+41 |
* | update: make the variable "progress" static | Max Kellermann | 2008-10-09 | 1 | -1/+1 |
* | update: don't print debug message when song was not modified | Max Kellermann | 2008-10-09 | 1 | -4/+5 |
* | update: fix memory leak in directory_update_init() | Max Kellermann | 2008-10-09 | 1 | -1/+4 |
* | update: make the job id unsigned | Max Kellermann | 2008-10-09 | 1 | -5/+7 |
* | update: job ID must be positive | Max Kellermann | 2008-10-09 | 1 | -2/+2 |
* | update: check progress!=IDLE in reap_update_task() | Max Kellermann | 2008-10-09 | 1 | -0/+3 |
* | update: fixed stack corruption due to pthread_join() call | Max Kellermann | 2008-10-09 | 1 | -1/+3 |
* | updated: always call removeDeletedFromDirectory() | Max Kellermann | 2008-10-09 | 1 | -3/+1 |
* | update: eliminated addSubDirectoryToDirectory() | Max Kellermann | 2008-10-09 | 1 | -27/+8 |
* | update: make the "song" variable more local | Max Kellermann | 2008-10-09 | 1 | -3/+2 |
* | update: do the recursive directory check only once | Max Kellermann | 2008-10-09 | 1 | -8/+6 |
* | update: copy stat to new directory | Max Kellermann | 2008-10-09 | 1 | -1/+3 |
* | update: avoid duplicate stat() calls | Max Kellermann | 2008-10-09 | 1 | -27/+35 |
* | update: rewrote updatePath() using updateInDirectory() | Max Kellermann | 2008-10-09 | 1 | -68/+21 |
* | update: don't export updateDirectory() | Max Kellermann | 2008-10-09 | 1 | -1/+10 |
* | update: pass const pointer to addSubDirectoryToDirectory() | Max Kellermann | 2008-10-09 | 1 | -1/+1 |
* | update: never pass root path to updatePath() | Max Kellermann | 2008-10-09 | 1 | -6/+1 |
* | database: renamed get_get_song() to db_get_song() | Max Kellermann | 2008-10-09 | 1 | -1/+1 |
* | update: don't sanitize the path again | Max Kellermann | 2008-10-09 | 1 | -13/+3 |
* | update: merged addDirectoryPathToDB() into addParentPathToDB() | Max Kellermann | 2008-10-09 | 1 | -25/+3 |
* | update: make addDirectoryPathToDB() non-recursive | Max Kellermann | 2008-10-09 | 1 | -11/+15 |
* | update: delete directory after failed update | Max Kellermann | 2008-10-09 | 1 | -1/+8 |
* | update: moved code to directory_make_child_checked() | Max Kellermann | 2008-10-09 | 1 | -22/+25 |
* | update: clear root after error | Max Kellermann | 2008-10-09 | 1 | -0/+1 |
* | update: locked delete after update error | Max Kellermann | 2008-10-09 | 1 | -1/+40 |
* | update: removed addToDirectory() | Max Kellermann | 2008-10-09 | 1 | -39/+12 |
* | directory: added inline wrappers for accessing children | Max Kellermann | 2008-10-09 | 1 | -6/+5 |
* | directory: moved dirvec struct declaration to dirvec.h | Max Kellermann | 2008-10-09 | 1 | -1/+0 |
* | directory: fix update in root directory | Max Kellermann | 2008-10-08 | 1 | -1/+1 |
* | update: fix deadlock in delete_song() | Max Kellermann | 2008-10-08 | 1 | -1/+1 |
* | directory: eliminate CamelCase | Max Kellermann | 2008-10-08 | 1 | -6/+6 |
* | database: renamed functions, "db_" prefix and no CamelCase | Max Kellermann | 2008-10-08 | 1 | -7/+7 |
* | directory: moved code to database.c | Max Kellermann | 2008-10-08 | 1 | -0/+1 |
* | song: song_file_update() returns bool | Max Kellermann | 2008-10-08 | 1 | -2/+2 |
* | song: removed CamelCase | Max Kellermann | 2008-10-08 | 1 | -7/+7 |
* | song: replaced all song constructors | Max Kellermann | 2008-10-08 | 1 | -1/+1 |
* | song: converted typedef Song to struct song | Max Kellermann | 2008-10-08 | 1 | -7/+9 |
* | directory: converted typedef Directory to struct directory | Max Kellermann | 2008-10-08 | 1 | -20/+27 |
* | update: merged exploreDirectory() into updateDirectory() | Max Kellermann | 2008-10-08 | 1 | -47/+13 |