Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2014-06-16 | db/simple: use class boost::intrusive::list | Max Kellermann | 1 | -9/+8 | |
Remove the C list_head library and use type-safe C++ instead. | |||||
2014-02-26 | db/simple: create dedicated directory | Max Kellermann | 1 | -2/+2 | |
2014-01-31 | db/update/Editor: add locking method variants | Max Kellermann | 1 | -0/+16 | |
2014-01-30 | db/update: convert to OO API | Max Kellermann | 1 | -13/+13 | |
Move global variables into the new classes. That may allow multiple update threads for multiple databases one day. | |||||
2014-01-27 | Playlist{Info,Vector}: move to db/ | Max Kellermann | 1 | -1/+1 | |
2014-01-24 | Database*: move to db/ | Max Kellermann | 1 | -3/+3 | |
2014-01-24 | Update*: move to update/ | Max Kellermann | 1 | -0/+0 | |
2014-01-13 | copyright year 2014 | Max Kellermann | 1 | -1/+1 | |
2013-10-30 | *: update copyright year to 2013 | Max Kellermann | 1 | -1/+1 | |
2013-10-19 | *: use references instead of pointers | Max Kellermann | 1 | -10/+10 | |
2013-10-19 | *: use nullptr instead of NULL | Max Kellermann | 1 | -3/+3 | |
2013-10-15 | Client, ...: remove unnecessary glib.h include | Max Kellermann | 1 | -1/+1 | |
2013-07-28 | song: convert header to C++ | Max Kellermann | 1 | -5/+5 | |
2013-01-03 | PlaylistVector: use std::list | Max Kellermann | 1 | -1/+1 | |
2013-01-03 | Directory: rename struct directory to Directory | Max Kellermann | 1 | -6/+6 | |
2013-01-02 | Directory: turn functions to methods | Max Kellermann | 1 | -4/+4 | |
2013-01-02 | Directory: make the header C++ only | Max Kellermann | 1 | -1/+1 | |
2013-01-02 | db_lock: convert to C++ | Max Kellermann | 1 | -1/+1 | |
2013-01-02 | playlist_vector: convert to C++ | Max Kellermann | 1 | -4/+1 | |
2013-01-02 | update: convert to C++ | Max Kellermann | 1 | -3/+6 | |
2012-02-13 | playlist_vector: require database lock for all functions | Max Kellermann | 1 | -2/+2 | |
2012-02-12 | playlist_vector: use the list_head library | Max Kellermann | 1 | -0/+1 | |
2012-02-12 | update_remove: add header update_remove.h | Max Kellermann | 1 | -1/+1 | |
2012-02-12 | update_walk: move code to update_db.c | Max Kellermann | 1 | -0/+103 | |