| Commit message (Expand) | Author | Files | Lines |
2013-11-28 | include cleanup using iwyu | Max Kellermann | 1 | -1/+0 |
2013-10-30 | *: update copyright year to 2013 | Max Kellermann | 1 | -1/+1 |
2013-10-19 | *: use references instead of pointers | Max Kellermann | 1 | -1/+1 |
2013-10-02 | Playlist*: use nullptr instead of NULL | Max Kellermann | 1 | -1/+1 |
2013-09-04 | util/Error: new error passing library | Max Kellermann | 1 | -11/+10 |
2013-08-07 | *: remove remaining __cplusplus checks | Max Kellermann | 1 | -4/+0 |
2013-07-28 | song: convert header to C++ | Max Kellermann | 1 | -2/+2 |
2013-01-30 | TagPool, ...: include cleanup | Max Kellermann | 1 | -3/+2 |
2013-01-04 | PlaylistFile: reuse classes PlaylistInfo and PlaylistVector | Max Kellermann | 1 | -10/+3 |
2013-01-02 | don't include stdbool.h in C++ sources | Max Kellermann | 1 | -1/+0 |
2012-09-28 | main: use C++ compiler | Max Kellermann | 1 | -12/+2 |
2012-09-28 | PlaylistFile: use std::list instead of GPtrArray | Max Kellermann | 1 | -13/+25 |
2012-09-28 | stored_playlist, playlist_save: use C++ compiler | Max Kellermann | 1 | -1/+5 |
2011-09-11 | stored_playlist: return GError, code is playlist_result | Max Kellermann | 1 | -18/+17 |
2011-09-11 | playlist: move enum playlist_result to playlist_error.h | Max Kellermann | 1 | -1/+1 |
2011-03-31 | fix common misspellings | Jonathan Neuschäfer | 1 | -1/+1 |
2011-01-29 | copyright year 2011 | Max Kellermann | 1 | -1/+1 |
2009-12-31 | Update copyright notices. | Avuton Olrich | 1 | -1/+1 |
2009-03-13 | all: Update copyright header. | Avuton Olrich | 1 | -6/+7 |
2009-01-25 | playlist: moved is_valid_playlist_name() to stored_playlist.c | Max Kellermann | 1 | -0/+8 |
2009-01-25 | stored_playlist: moved configuration variables from playlist.c | Max Kellermann | 1 | -0/+8 |
2008-12-04 | stored_playlist: include time.h for the time_t type | Max Kellermann | 1 | -0/+1 |
2008-10-23 | stored_playlist: renamed and moved spl_delete() to stored_playlist.c | Max Kellermann | 1 | -0/+3 |
2008-10-23 | stored_playlist: spl_load() returns GPtrArray | Max Kellermann | 1 | -2/+4 |
2008-10-23 | stored_playlist: unsigned index arguments | Max Kellermann | 1 | -2/+2 |
2008-10-22 | stored_playlist: added spl_list() | Max Kellermann | 1 | -0/+18 |
2008-10-22 | stored_playlist: spl_append_uri() returns enum playlist_result | Max Kellermann | 1 | -1/+1 |
2008-10-22 | stored_playlist: de-CamelCase moved function | Max Kellermann | 1 | -3/+2 |
2008-10-22 | stored_playlist: moved functions from playlist.c | Max Kellermann | 1 | -0/+4 |
2008-10-22 | stored_playlist: no CamelCase | Max Kellermann | 1 | -6/+7 |
2008-10-22 | renamed storedPlaylist.c to stored_playlist.c | Max Kellermann | 1 | -2/+2 |
2008-10-08 | song: converted typedef Song to struct song | Max Kellermann | 1 | -2/+3 |
2008-09-07 | playlist: don't pass "fd" to storedPlaylist.c functions | Max Kellermann | 1 | -6/+13 |
2008-04-12 | clean up CPP includes | Max Kellermann | 1 | -1/+0 |
2008-01-01 | storedPlaylist: remove the needless StoredPlaylist struct and just use List | Eric Wong | 1 | -8/+1 |
2008-01-01 | storedPlaylist: cleanup API and avoid needless heap allocations + error checks | Eric Wong | 1 | -7/+3 |
2007-05-24 | Adding rename command, for renaming stored playlists. | J. Alexander Treuman | 1 | -0/+2 |
2007-05-16 | Committing pat's rewrite of the stored playlist code. This also adds two | J. Alexander Treuman | 1 | -0/+46 |