| Commit message (Expand) | Author | Age | Files | Lines |
* | DatabasePlugin: add method ReturnSong() | Max Kellermann | 2012-08-16 | 1 | -4/+2 |
* | playlist_queue: add start/end_index parameters | Max Kellermann | 2012-02-09 | 1 | -2/+14 |
* | input_stream: non-blocking I/O | Max Kellermann | 2011-09-16 | 1 | -2/+12 |
* | playlist: move enum playlist_result to playlist_error.h | Max Kellermann | 2011-09-11 | 1 | -0/+1 |
* | copyright year 2011 | Max Kellermann | 2011-01-29 | 1 | -1/+1 |
* | player_control: removed the global variable "pc" | Max Kellermann | 2011-01-10 | 1 | -4/+7 |
* | playlist_song: add flag "secure" | Max Kellermann | 2010-12-23 | 1 | -4/+4 |
* | playlist_queue: use playlist_open_any() | Max Kellermann | 2010-06-25 | 1 | -48/+2 |
* | playlist_queue: simplify error handler | Max Kellermann | 2010-06-25 | 1 | -9/+8 |
* | playlist_list: playlist_list_open_path() returns input_stream | Max Kellermann | 2010-06-01 | 1 | -1/+6 |
* | playlist_queue: moved code to playlist_mapper.c | Max Kellermann | 2010-02-08 | 1 | -70/+6 |
* | playlist_queue: moved check_translate_song() to playlist_song.c | Max Kellermann | 2010-02-08 | 1 | -118/+2 |
* | playlist_queue: convert absolute paths | Max Kellermann | 2010-01-06 | 1 | -4/+16 |
* | playlist_queue: use the "uri" variable earlier | Max Kellermann | 2010-01-06 | 1 | -6/+7 |
* | input_stream: return allocated input_stream objects | Max Kellermann | 2010-01-01 | 1 | -12/+9 |
* | Update copyright notices. | Avuton Olrich | 2009-12-31 | 1 | -1/+1 |
* | playlist_queue: resolve relative URIs, database lookup | Max Kellermann | 2009-12-27 | 1 | -17/+114 |
* | playlist_queue: load playlists from music directory | Max Kellermann | 2009-12-27 | 1 | -4/+36 |
* | playlist_queue: pass const string to playlist_open_path_into_queue() | Max Kellermann | 2009-12-27 | 1 | -1/+1 |
* | playlist_queue: try open by URI first | Max Kellermann | 2009-12-26 | 1 | -10/+21 |
* | input_stream: return errors with GError | Max Kellermann | 2009-12-15 | 1 | -2/+10 |
* | include config.h in all sources | Max Kellermann | 2009-11-12 | 1 | -0/+1 |
* | playlist_queue: use playlist plugins to load from playlist_directory | Max Kellermann | 2009-11-06 | 1 | -0/+33 |
* | playlist_queue: moved code to playlist_open_remote_into_queue() | Max Kellermann | 2009-11-06 | 1 | -5/+12 |
* | command: "load" supports remote playlists (m3u, xspf, lastfm://) | Max Kellermann | 2009-10-13 | 1 | -0/+94 |