| Commit message (Expand) | Author | Files | Lines |
2009-01-07 | client: use GList instead of dlist.h | Max Kellermann | 1 | -37/+47 |
2009-01-07 | input_curl: disable "seekable" when icy-metadata is enabled | Max Kellermann | 1 | -1/+1 |
2009-01-05 | locate: fix strcmp() return value check | Max Kellermann | 1 | -1/+1 |
2009-01-05 | fix G_BYTE_ORDER check | Max Kellermann | 4 | -4/+4 |
2009-01-05 | configure.ac: use AC_CHECK_HEADERS to check for locale.h | Max Kellermann | 1 | -2/+2 |
2009-01-05 | use GLib byte order macros | Max Kellermann | 4 | -10/+11 |
2009-01-04 | tag: allocate space for null terminator in clear_non_printable() | Max Kellermann | 1 | -3/+1 |
2009-01-04 | database: use stdbool | Max Kellermann | 3 | -26/+27 |
2009-01-04 | database: db_init() initializes library, does not update | Max Kellermann | 3 | -9/+25 |
2009-01-04 | stats: added stats_update() | Max Kellermann | 4 | -7/+11 |
2009-01-04 | removed the "condition" library | Max Kellermann | 3 | -124/+0 |
2009-01-04 | update: use notify.h instead of condition.h | Max Kellermann | 1 | -12/+10 |
2009-01-04 | event_pipe: removed the unused function event_pipe_wait() | Max Kellermann | 2 | -16/+4 |
2009-01-04 | don't exit after --create-db | Max Kellermann | 3 | -14/+2 |
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 | 4 | -4/+4 |
2009-01-04 | path, tag: don't allocate GError for charset conversion | Max Kellermann | 3 | -19/+7 |
2009-01-04 | path: removed pfx_dir() | Max Kellermann | 4 | -41/+10 |
2009-01-04 | renaming mixer.h to mixer_api.h | Viliam Mateicka | 6 | -7/+7 |
2009-01-04 | song: allocate the result of song_get_url() | Max Kellermann | 13 | -85/+110 |
2009-01-04 | directory: added directory_is_root() | Max Kellermann | 6 | -8/+18 |
2009-01-04 | mapper: allocate the result of map_fs_to_utf8() | Max Kellermann | 3 | -11/+10 |
2009-01-04 | playlist: log errors during loadPlaylist() | Max Kellermann | 3 | -5/+4 |
2009-01-04 | playlist: use GLib logging | Max Kellermann | 1 | -21/+19 |
2009-01-04 | ls: renamed functions, no CamelCase | Max Kellermann | 6 | -18/+29 |
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 | 4 | -59/+39 |
2009-01-04 | update: moved code to update_regular_file() | Max Kellermann | 1 | -26/+35 |
2009-01-04 | song: removed duplicate '\n' check | Max Kellermann | 1 | -5/+2 |
2009-01-04 | ls: include cleanup | Max Kellermann | 3 | -9/+7 |
2009-01-04 | update: moved code to directory_exists(), fix typo | Max Kellermann | 1 | -9/+18 |
2009-01-04 | playlist: use uri_has_scheme() instead of isRemoteUrl() | Max Kellermann | 3 | -14/+13 |
2009-01-04 | command: check URI scheme in "addid" | Max Kellermann | 1 | -12/+22 |
2009-01-04 | command: added variable "uri" to command handlers | Max Kellermann | 1 | -20/+24 |
2009-01-04 | player_thread: fix cross-fading duplicate chunk bug | Max Kellermann | 1 | -0/+8 |
2009-01-03 | input_curl: enabled Icy-Metadata support | Max Kellermann | 2 | -12/+97 |
2009-01-03 | added library for parsing icy-metadata | Max Kellermann | 3 | -1/+275 |
2009-01-03 | input_stream: added tag() method | Max Kellermann | 6 | -78/+129 |
2009-01-03 | tag: added function tag_merge() | Max Kellermann | 2 | -0/+55 |
2009-01-03 | decoder_api: moved code to do_send_tag(), free temporary tag | Max Kellermann | 1 | -7/+17 |
2009-01-03 | tag: revert g_strescape() patch | Max Kellermann | 1 | -7/+56 |
2009-01-03 | player: emit PLAYLIST event when stream tag changes | Max Kellermann | 1 | -0/+7 |
2009-01-03 | utils: removed unused functions | Max Kellermann | 4 | -112/+8 |
2009-01-03 | event_pipe: use GLib logging | Max Kellermann | 1 | -2/+3 |
2009-01-03 | event_pipe: use close() instead of xclose() | Max Kellermann | 1 | -3/+2 |
2009-01-03 | conf: use GLib instead of utils.h | Max Kellermann | 1 | -12/+9 |
2009-01-03 | state_file: use GLib instead of utils.h / stat() | Max Kellermann | 1 | -3/+3 |
2009-01-03 | state_file: errors are non-fatal in read_state_file() | Max Kellermann | 3 | -29/+23 |
2009-01-03 | songvec, dirvec: use GLib instead of utils.h | Max Kellermann | 2 | -14/+14 |