| Commit message (Expand) | Author | Files | Lines |
2013-01-22 | Path: move to fs subdirectory | Denis Krjuchkov | 1 | -1/+1 |
2013-01-18 | Path: new class "Path" wraps filesystem path strings | Max Kellermann | 1 | -9/+9 |
2013-01-18 | Playlist, Song: clarify parameter encoding | Max Kellermann | 1 | -5/+5 |
2013-01-07 | decoder_api.h, ...: add "extern C" | Max Kellermann | 1 | -2/+2 |
2013-01-03 | Directory: rename struct directory to Directory | Max Kellermann | 1 | -1/+1 |
2013-01-02 | Directory: make the header C++ only | Max Kellermann | 1 | -1/+1 |
2013-01-02 | mapper: convert to C++ | Max Kellermann | 1 | -1/+1 |
2013-01-02 | song_update: convert to C++ | Max Kellermann | 1 | -2/+9 |
2012-03-01 | song_update, udp_server: workarounds for gcc 4.1 warnings | Max Kellermann | 1 | -0/+5 |
2012-02-12 | song_update: update the "has_playlist" flag | Max Kellermann | 1 | -3/+3 |
2012-02-12 | tag_{ape,id3}: remove the _load() functions | Max Kellermann | 1 | -27/+6 |
2012-02-11 | decoder_plugin: scan tags with callback table | Max Kellermann | 1 | -6/+15 |
2011-09-16 | input_stream: non-blocking I/O | Max Kellermann | 1 | -3/+15 |
2011-03-31 | fix common misspellings | Jonathan Neuschäfer | 1 | -1/+1 |
2011-01-29 | copyright year 2011 | Max Kellermann | 1 | -1/+1 |
2010-01-01 | input_stream: return allocated input_stream objects | Max Kellermann | 1 | -9/+8 |
2009-12-31 | Update copyright notices. | Avuton Olrich | 1 | -1/+1 |
2009-12-31 | decoder_plugin: added method stream_tag() | Max Kellermann | 1 | -0/+26 |
2009-12-31 | song_update: use decoder_plugin_tag_dup() | Max Kellermann | 1 | -1/+1 |
2009-11-11 | added missing config.h includes for extended LFS support | Max Kellermann | 1 | -0/+1 |
2009-11-07 | decoder_list: pass previous plugin pointer to lookup functions | Max Kellermann | 1 | -2/+2 |
2009-10-20 | mapper, update, ...: use g_build_filename(), G_DIR_SEPARATOR, ... | Max Kellermann | 1 | -1/+1 |
2009-10-13 | song: renamed attribute "url" to "uri" | Max Kellermann | 1 | -2/+2 |
2009-10-12 | song: moved code to song_update.c | Max Kellermann | 1 | -56/+0 |
2009-07-06 | song: initialize mtime in song_alloc() | Max Kellermann | 1 | -0/+1 |
2009-07-06 | song: initialize mtime in song_alloc() | Max Kellermann | 1 | -0/+1 |
2009-03-13 | all: Update copyright header. | Avuton Olrich | 1 | -6/+7 |
2009-02-28 | tag: moved APE code to tag_ape.c | Max Kellermann | 1 | -0/+1 |
2009-02-25 | ls: moved generic URI utilities to uri.c | Max Kellermann | 1 | -1/+1 |
2009-02-15 | decoder_api: moved struct decoder_plugin to decoder_plugin.h | Max Kellermann | 1 | -1/+3 |
2009-01-23 | song: include cleanup | Max Kellermann | 1 | -2/+0 |
2009-01-17 | song: skip archive check for non-musicdir files | Max Kellermann | 1 | -1/+1 |
2009-01-17 | moved fallback APE/ID3 tag loader to song.c | Max Kellermann | 1 | -0/+36 |
2009-01-04 | song: allocate the result of song_get_url() | Max Kellermann | 1 | -6/+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 | -2/+2 |
2009-01-04 | ls: removed hasMusicSuffix() and get_archive_by_suffix() | Max Kellermann | 1 | -16/+31 |
2009-01-04 | song: removed duplicate '\n' check | Max Kellermann | 1 | -5/+2 |
2009-01-03 | song: use GLib instead of utils.h/log.h | Max Kellermann | 1 | -5/+5 |
2009-01-02 | mapper: allocate the result of map_directory_child_fs(), map_song_fs() | Max Kellermann | 1 | -7/+9 |
2008-12-29 | removed os_compat.h | Max Kellermann | 1 | -0/+5 |
2008-12-16 | song: adding support for songs in archives | Viliam Mateicka | 1 | -1/+34 |
2008-11-01 | decoder: return const decoder_plugin structs | Max Kellermann | 1 | -1/+1 |
2008-10-31 | update: check return values | Max Kellermann | 1 | -5/+8 |
2008-10-15 | song: check file type in song_file_update() | Max Kellermann | 1 | -1/+1 |
2008-10-15 | playlist: added support for adding songs not in the music database | Max Kellermann | 1 | -2/+2 |
2008-10-14 | mapper: new song-to-filesystem mapper library | Max Kellermann | 1 | -3/+2 |
2008-10-14 | song: pass const song pointer to song_get_url() | Max Kellermann | 1 | -1/+1 |
2008-10-13 | song: stat file in song_file_update(), don't use isMusic() | Max Kellermann | 1 | -5/+8 |
2008-10-13 | song: song_get_url: fix "/" prefix for songs in music_root | Eric Wong | 1 | -1/+1 |