| Commit message (Expand) | Author | Files | Lines |
2014-08-07 | fs/io/BufferedReader: new class to replace class TextFile | Max Kellermann | 1 | -3/+3 |
2014-08-07 | fs/output, fs/TextFile: move to fs/io/ | Max Kellermann | 1 | -3/+3 |
2014-07-30 | *Save, *State: use the OutputStream API instead of FILE* | Max Kellermann | 1 | -10/+22 |
2014-07-30 | StateFile: use nullptr instead of NULL | Max Kellermann | 1 | -1/+1 |
2014-02-27 | Playlist*: move to queue/ | Max Kellermann | 1 | -1/+1 |
2014-02-07 | Mapper: move map_song_detach() to db/DatabaseSong.cxx | Max Kellermann | 1 | -2/+3 |
2014-02-04 | Instance: add Database attribute | Max Kellermann | 1 | -2/+6 |
2014-02-04 | StateFile: pass Database to SongLoader | Max Kellermann | 1 | -1/+2 |
2014-02-03 | QueueSave: use class SongLoader | Max Kellermann | 1 | -2/+5 |
2014-01-28 | OutputAll: convert to class, move instance to class Partition | Max Kellermann | 1 | -3/+3 |
2014-01-24 | Mixer*: move to mixer/ | Max Kellermann | 1 | -1/+1 |
2014-01-23 | output/*: move to output/plugins/ | Max Kellermann | 1 | -1/+1 |
2014-01-13 | copyright year 2014 | Max Kellermann | 1 | -1/+1 |
2013-12-08 | TextFile: move to fs subsystem | Denis Krjuchkov | 1 | -1/+1 |
2013-11-28 | include cleanup using iwyu | Max Kellermann | 1 | -1/+1 |
2013-10-19 | *: use references instead of pointers | Max Kellermann | 1 | -7/+7 |
2013-10-17 | fs/Path: rename to AllocatedPath | Max Kellermann | 1 | -1/+1 |
2013-10-02 | Log: new logging library API | Max Kellermann | 1 | -13/+14 |
2013-10-02 | Listen, ...: add missing includes | Max Kellermann | 1 | -1/+2 |
2013-08-07 | ConfigPath: return a Path object | Max Kellermann | 1 | -3/+4 |
2013-04-08 | event/TimeoutMonitor: eliminate support for periodic events | Max Kellermann | 1 | -2/+1 |
2013-04-08 | StateFile: schedule timer only after a change | Max Kellermann | 1 | -15/+6 |
2013-04-08 | StateFile: move code to RememberVersions(), IsModified() | Max Kellermann | 1 | -12/+21 |
2013-02-02 | StateFile: use file system API, log in UTF-8 | Denis Krjuchkov | 1 | -7/+9 |
2013-01-18 | Path: new class "Path" wraps filesystem path strings | Max Kellermann | 1 | -3/+3 |
2013-01-14 | event/TimeoutMonitor: wrapper for g_timeout_source_new() | Max Kellermann | 1 | -13/+5 |
2013-01-14 | StateFile: convert to a class | Max Kellermann | 1 | -64/+34 |
2013-01-14 | Main, IOThread: move GMainLoop setup code to class EventLoop | Max Kellermann | 1 | -3/+5 |
2013-01-07 | volume: convert to C++ | Max Kellermann | 1 | -4/+1 |
2013-01-05 | Partition: new class, container for Playlist and PlayerControl | Max Kellermann | 1 | -15/+19 |
2013-01-04 | playlist: convert to C++ | Max Kellermann | 1 | -1/+1 |
2013-01-03 | TextFile: convert to a class | Max Kellermann | 1 | -12/+4 |
2013-01-03 | text_file: convert to C++ | Max Kellermann | 1 | -1/+1 |
2013-01-02 | db_save, state_file: convert to C++ | Max Kellermann | 1 | -5/+8 |
2012-07-10 | require GLib 2.16 | Max Kellermann | 1 | -1/+0 |
2012-03-06 | use g_strerror() instead of strerror() | Max Kellermann | 1 | -2/+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 | -14/+17 |
2010-07-25 | state_file: use the text_file library | Max Kellermann | 1 | -5/+8 |
2010-07-25 | database, ...: remove EINTR checks after stdio calls | Max Kellermann | 1 | -2/+2 |
2009-12-31 | Update copyright notices. | Avuton Olrich | 1 | -1/+1 |
2009-11-12 | include config.h in all sources | Max Kellermann | 1 | -0/+1 |
2009-11-10 | configure.ac: require GLib 2.12 | Max Kellermann | 1 | -0/+1 |
2009-10-13 | state_file: use g_timeout_add_seconds() | Max Kellermann | 1 | -2/+3 |
2009-10-08 | state_file: save only if something has changed | Max Kellermann | 1 | -0/+22 |
2009-10-06 | output_state: no CamelCase | Max Kellermann | 1 | -2/+2 |
2009-07-15 | state_file: don't rewind the stream while reading the state file | Max Kellermann | 1 | -5/+11 |
2009-07-15 | state_file: simplified state_file_finish() | Max Kellermann | 1 | -4/+6 |
2009-07-15 | state_file: fixed debug messages | Max Kellermann | 1 | -1/+3 |
2009-07-14 | playlist: removed {save,read}PlaylistState() | Max Kellermann | 1 | -2/+3 |