| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | ls: removed hasMusicSuffix() and get_archive_by_suffix() | Max Kellermann | 2009-01-04 | 1 | -2/+8 |
* | update: moved code to update_regular_file() | Max Kellermann | 2009-01-04 | 1 | -26/+35 |
* | update: moved code to directory_exists(), fix typo | Max Kellermann | 2009-01-04 | 1 | -9/+18 |
* | update: don't check for symlinks on WIN32 | Max Kellermann | 2009-01-03 | 1 | -0/+15 |
* | event_pipe: moved variable "main_task" to main.c | Max Kellermann | 2009-01-03 | 1 | -0/+1 |
* | update: use GLib instead of utils.h | Max Kellermann | 2009-01-02 | 1 | -4/+5 |
* | mapper: allocate the result of map_directory_child_fs(), map_song_fs() | Max Kellermann | 2009-01-02 | 1 | -14/+18 |
* | mapper: allocate the result of map_uri_fs(), map_directory_fs() | Max Kellermann | 2009-01-02 | 1 | -10/+18 |
* | update: use g_file_test() instead of stat() | Max Kellermann | 2009-01-02 | 1 | -3/+2 |
* | event_pipe: added pipe_event enum and callbacks | Max Kellermann | 2009-01-01 | 1 | -3/+6 |
* | event_pipe: renamed functions from main_notify_* to event_pipe_* | Max Kellermann | 2009-01-01 | 1 | -2/+2 |
* | main_notify: renamed source to event_pipe.c | Max Kellermann | 2009-01-01 | 1 | -1/+1 |
* | update: use GLib logging | Max Kellermann | 2008-12-29 | 1 | -18/+21 |
* | removed os_compat.h | Max Kellermann | 2008-12-29 | 1 | -0/+7 |
* | update: fixing empty filenames in archives | Viliam Mateicka | 2008-12-29 | 1 | -0/+4 |
* | update & main_notify: migrate from pthread to glib threads | Thomas Jansen | 2008-12-28 | 1 | -10/+11 |
* | disable archive API without plugins | Max Kellermann | 2008-12-27 | 1 | -0/+7 |
* | Merge branch 'experimental' of git://git.musicpd.org/metyl/mpd | Max Kellermann | 2008-12-27 | 1 | -1/+64 |
|\ |
|
| * | update: adding archive updating related code | Viliam Mateicka | 2008-12-16 | 1 | -1/+64 |
* | | update: default to follow all symlinks | Avuton Olrich | 2008-12-08 | 1 | -1/+1 |
|/ |
|
* | update: added options which control symlink behaviour | Raphaƫl Rigo | 2008-11-28 | 1 | -7/+33 |
* | update: added update_global_init() and update_global_finish() | Max Kellermann | 2008-11-27 | 1 | -0/+8 |
* | update.c: replaced mpd_unused by G_GNUC_UNUSED | Thomas Jansen | 2008-11-24 | 1 | -1/+1 |
* | update: fixed shadow warning on "basename" | Max Kellermann | 2008-11-22 | 1 | -6/+6 |
* | update: pass UTF-8 path to skip_symlink() | Konstantin Sobolev | 2008-11-20 | 1 | -3/+2 |
* | update: check return values | Max Kellermann | 2008-10-31 | 1 | -2/+6 |
* | 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 |