Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2013-10-18 | util/StringUtil: rename strchug_fast_c() to strchug_fast() | Max Kellermann | 1 | -1/+1 | |
Overload the name. | |||||
2013-10-02 | Playlist*: use nullptr instead of NULL | Max Kellermann | 1 | -3/+3 | |
2013-09-04 | util/Error: new error passing library | Max Kellermann | 1 | -10/+8 | |
Replaces GLib's GError. | |||||
2013-04-09 | string_util: convert to C++ | Max Kellermann | 1 | -4/+1 | |
2013-01-03 | TextFile: convert to a class | Max Kellermann | 1 | -3/+3 | |
2013-01-03 | text_file: convert to C++ | Max Kellermann | 1 | -1/+1 | |
2013-01-03 | PlaylistVector: use std::list | Max Kellermann | 1 | -6/+5 | |
2013-01-02 | PlaylistInfo: rename class, use std::string | Max Kellermann | 1 | -5/+4 | |
2013-01-02 | playlist_vector: convert to C++ | Max Kellermann | 1 | -1/+1 | |
2013-01-02 | db_save, state_file: convert to C++ | Max Kellermann | 1 | -5/+8 | |
2012-02-12 | playlist_vector: use the list_head library | Max Kellermann | 1 | -4/+4 | |
2011-01-29 | copyright year 2011 | Max Kellermann | 1 | -1/+1 | |
2010-12-23 | string_util: add function strchug_fast() | Max Kellermann | 1 | -1/+2 | |
Replace g_strchug() calls with a cheaper implementation. | |||||
2010-09-23 | playlist_database: initialize pm.mtime | Max Kellermann | 1 | -1/+3 | |
2010-07-21 | update: store playlist files in database | Max Kellermann | 1 | -0/+76 | |
Don't open the music directory for each "lsinfo" call. Get the list of playlist files from the memory database. |