| Commit message (Expand) | Author | Files | Lines |
2013-10-14 | load_file | Max Kellermann | 1 | -0/+11 |
2012-10-05 | playlist_save: use temp2 instead of temp | Max Kellermann | 1 | -1/+2 |
2012-09-28 | stored_playlist, playlist_save: use C++ compiler | Max Kellermann | 1 | -149/+0 |
2012-06-12 | Work around incorrect g_file_test() behavior on Win32 | Denis Krjuchkov | 1 | -0/+1 |
2012-02-09 | playlist_save: add start/end_index parameters | Max Kellermann | 1 | -2/+7 |
2011-09-11 | stored_playlist: return GError, code is playlist_result | Max Kellermann | 1 | -5/+5 |
2011-09-11 | playlist: move enum playlist_result to playlist_error.h | Max Kellermann | 1 | -0/+2 |
2011-01-29 | copyright year 2011 | Max Kellermann | 1 | -1/+1 |
2011-01-10 | player_control: removed the global variable "pc" | Max Kellermann | 1 | -3/+4 |
2009-12-31 | Update copyright notices. | Avuton Olrich | 1 | -1/+1 |
2009-12-08 | mapper: apply filesystem_charset to playlists | Max Kellermann | 1 | -1/+4 |
2009-11-12 | include config.h in all sources | Max Kellermann | 1 | -0/+1 |
2009-10-20 | mapper, update, ...: use g_build_filename(), G_DIR_SEPARATOR, ... | Max Kellermann | 1 | -1/+1 |
2009-07-14 | playlist: no CamelCase | Max Kellermann | 1 | -2/+2 |
2009-03-13 | all: Update copyright header. | Avuton Olrich | 1 | -6/+7 |
2009-02-25 | ls: moved generic URI utilities to uri.c | Max Kellermann | 1 | -1/+1 |
2009-02-04 | playlist_save: added spl_save_playlist() | Max Kellermann | 1 | -0/+6 |
2009-02-04 | playlist: renamed global "playlist" variable to "g_playlist" | Max Kellermann | 1 | -3/+3 |
2009-01-25 | playlist: moved is_valid_playlist_name() to stored_playlist.c | Max Kellermann | 1 | -1/+1 |
2009-01-25 | playlist: moved savePlaylist() and loadPlaylsit() to playlist_save.c | Max Kellermann | 1 | -0/+65 |
2009-01-25 | stored_playlist: moved configuration variables from playlist.c | Max Kellermann | 1 | -1/+1 |
2009-01-08 | path: allocate buffer in fs_charset conversion functions | Max Kellermann | 1 | -6/+5 |
2009-01-04 | song: allocate the result of song_get_url() | Max Kellermann | 1 | -5/+7 |
2009-01-04 | playlist: use uri_has_scheme() instead of isRemoteUrl() | Max Kellermann | 1 | -1/+1 |
2009-01-02 | mapper: allocate the result of map_directory_child_fs(), map_song_fs() | Max Kellermann | 1 | -2/+4 |
2009-01-02 | mapper: allocate the result of map_uri_fs(), map_directory_fs() | Max Kellermann | 1 | -4/+8 |
2008-12-24 | playlist: fix stored playlist modifications with absolute paths | Max Kellermann | 1 | -1/+1 |
2008-12-16 | ls: removed isValidRemoteUtf8Url() | Max Kellermann | 1 | -1/+1 |
2008-10-31 | update: check return values | Max Kellermann | 1 | -1/+2 |
2008-10-23 | stored_playlist: don't map files outside the database | Max Kellermann | 1 | -2/+3 |
2008-10-14 | playlist: don't use uninitialized local variable (typo) | Max Kellermann | 1 | -1/+1 |
2008-10-14 | mapper: new song-to-filesystem mapper library | Max Kellermann | 1 | -8/+14 |
2008-10-14 | playlist: moved code to playlist_save.c | Max Kellermann | 1 | -35/+26 |
2008-10-09 | database: renamed get_get_song() to db_get_song() | Max Kellermann | 1 | -1/+1 |
2008-10-08 | database: renamed functions, "db_" prefix and no CamelCase | Max Kellermann | 1 | -12/+18 |
2008-10-08 | database: removed printDirectoryInfo() | Max Kellermann | 1 | -3/+0 |
2008-10-08 | directory: moved code to database.c | Max Kellermann | 1 | -17/+27 |
2008-10-08 | directory: converted typedef Directory to struct directory | Max Kellermann | 1 | -2/+2 |
2008-10-08 | update: merged exploreDirectory() into updateDirectory() | Max Kellermann | 1 | -1/+1 |
2008-10-08 | directory: moved code to update.c | Max Kellermann | 1 | -10/+20 |
2008-09-07 | audio_format: converted typedef AudioFormat to struct audio_format | Max Kellermann | 1 | -3/+4 |
2008-08-26 | moved code to crossfade.c | Max Kellermann | 1 | -9/+10 |
2008-08-26 | clean up CPP includes | Max Kellermann | 1 | -2/+0 |
2008-06-02 | remove audioDeviceStates from playerData and getPlayerData | Eric Wong | 1 | -8/+0 |
2008-04-13 | Make the OutputBuffer API more consistent | Eric Wong | 1 | -1/+1 |
2008-04-13 | Stop passing our single OutputBuffer object everywhere | Eric Wong | 1 | -1/+1 |
2008-04-13 | Stop passing our single DecoderControl object everywhere | Eric Wong | 1 | -1/+1 |
2008-04-13 | Get rid of PlayerControl inside the PlayerData struct | Eric Wong | 1 | -1/+1 |
2008-04-12 | clean up CPP includes | Max Kellermann | 1 | -2/+0 |
2008-04-12 | remove buffered_chunks, use cb->size | Max Kellermann | 1 | -1/+0 |