| Commit message (Expand) | Author | Files | Lines |
2009-01-19 | update: delete stickers of deleted songs | Max Kellermann | 1 | -0/+9 |
2009-01-18 | mapper: make the music_directory optional | Max Kellermann | 1 | -0/+3 |
2009-01-08 | update: removed one more stack buffer | Max Kellermann | 1 | -4/+2 |
2009-01-08 | path: allocate buffer in fs_charset conversion functions | Max Kellermann | 1 | -2/+6 |
2009-01-08 | update: include config.h, fix archive code | Max Kellermann | 1 | -6/+9 |
2009-01-08 | update: save the database even if it is empty | Max Kellermann | 1 | -1/+2 |
2009-01-04 | stats: added stats_update() | Max Kellermann | 1 | -3/+1 |
2009-01-04 | update: use notify.h instead of condition.h | Max Kellermann | 1 | -12/+10 |
2009-01-04 | update: refresh stats when database update is finished | Max Kellermann | 1 | -0/+5 |
2009-01-04 | update: splitted reap_update_task() | Max Kellermann | 1 | -17/+30 |
2009-01-04 | initialize GError pointers | Max Kellermann | 1 | -1/+1 |
2009-01-04 | path: removed pfx_dir() | Max Kellermann | 1 | -6/+6 |
2009-01-04 | song: allocate the result of song_get_url() | Max Kellermann | 1 | -2/+4 |
2009-01-04 | directory: added directory_is_root() | Max Kellermann | 1 | -1/+1 |
2009-01-04 | ls: renamed functions, no CamelCase | Max Kellermann | 1 | -1/+1 |
2009-01-04 | update: removed struct delete_data | Max Kellermann | 1 | -9/+3 |
2009-01-04 | ls: removed hasMusicSuffix() and get_archive_by_suffix() | Max Kellermann | 1 | -2/+8 |
2009-01-04 | update: moved code to update_regular_file() | Max Kellermann | 1 | -26/+35 |
2009-01-04 | update: moved code to directory_exists(), fix typo | Max Kellermann | 1 | -9/+18 |
2009-01-03 | update: don't check for symlinks on WIN32 | Max Kellermann | 1 | -0/+15 |
2009-01-03 | event_pipe: moved variable "main_task" to main.c | Max Kellermann | 1 | -0/+1 |
2009-01-02 | update: use GLib instead of utils.h | Max Kellermann | 1 | -4/+5 |
2009-01-02 | mapper: allocate the result of map_directory_child_fs(), map_song_fs() | Max Kellermann | 1 | -14/+18 |
2009-01-02 | mapper: allocate the result of map_uri_fs(), map_directory_fs() | Max Kellermann | 1 | -10/+18 |
2009-01-02 | update: use g_file_test() instead of stat() | Max Kellermann | 1 | -3/+2 |
2009-01-01 | event_pipe: added pipe_event enum and callbacks | Max Kellermann | 1 | -3/+6 |
2009-01-01 | event_pipe: renamed functions from main_notify_* to event_pipe_* | Max Kellermann | 1 | -2/+2 |
2009-01-01 | main_notify: renamed source to event_pipe.c | Max Kellermann | 1 | -1/+1 |
2008-12-29 | update: use GLib logging | Max Kellermann | 1 | -18/+21 |
2008-12-29 | removed os_compat.h | Max Kellermann | 1 | -0/+7 |
2008-12-29 | update: fixing empty filenames in archives | Viliam Mateicka | 1 | -0/+4 |
2008-12-28 | update & main_notify: migrate from pthread to glib threads | Thomas Jansen | 1 | -10/+11 |
2008-12-27 | disable archive API without plugins | Max Kellermann | 1 | -0/+7 |
2008-12-16 | update: adding archive updating related code | Viliam Mateicka | 1 | -1/+64 |
2008-12-08 | update: default to follow all symlinks | Avuton Olrich | 1 | -1/+1 |
2008-11-28 | update: added options which control symlink behaviour | Raphaƫl Rigo | 1 | -7/+33 |
2008-11-27 | update: added update_global_init() and update_global_finish() | Max Kellermann | 1 | -0/+8 |
2008-11-24 | update.c: replaced mpd_unused by G_GNUC_UNUSED | Thomas Jansen | 1 | -1/+1 |
2008-11-22 | update: fixed shadow warning on "basename" | Max Kellermann | 1 | -6/+6 |
2008-11-20 | update: pass UTF-8 path to skip_symlink() | Konstantin Sobolev | 1 | -3/+2 |
2008-10-31 | update: check return values | Max Kellermann | 1 | -2/+6 |
2008-10-20 | path: replaced mpd_basename() with g_path_get_basename() | Max Kellermann | 1 | -5/+16 |
2008-10-15 | update: don't skip hidden files | Max Kellermann | 1 | -3/+5 |
2008-10-14 | command: added command "idle" | Max Kellermann | 1 | -1/+4 |
2008-10-14 | update: don't follow relative symlinks | Max Kellermann | 1 | -1/+44 |
2008-10-14 | mapper: new song-to-filesystem mapper library | Max Kellermann | 1 | -23/+43 |
2008-10-13 | update: always look up parent directory in updatePath() | Max Kellermann | 1 | -20/+10 |
2008-10-13 | update: pass base file name to updateInDirectory() | Max Kellermann | 1 | -9/+24 |
2008-10-13 | update: moved code to make_subdir() | Max Kellermann | 1 | -4/+13 |
2008-10-13 | update: added delete_name_in() | Max Kellermann | 1 | -1/+18 |