| Commit message (Expand) | Author | Files | Lines |
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 |
2009-07-14 | state_file: eliminated the sf_callbacks array | Max Kellermann | 1 | -17/+9 |
2009-03-13 | all: Update copyright header. | Avuton Olrich | 1 | -6/+7 |
2009-02-10 | audio: moved state file code to output_state.c | Max Kellermann | 1 | -1/+1 |
2009-01-18 | main: moved the save_state timer to state_file.c | Max Kellermann | 1 | -2/+26 |
2009-01-18 | state_file: added state_file_init() and state_file_finish() | Max Kellermann | 1 | -21/+31 |
2009-01-18 | state_file: include cleanup | Max Kellermann | 1 | -1/+0 |
2009-01-17 | conf: no CamelCase, part I | Max Kellermann | 1 | -1/+1 |
2009-01-03 | state_file: use GLib instead of utils.h / stat() | Max Kellermann | 1 | -3/+3 |
2009-01-03 | state_file: errors are non-fatal in read_state_file() | Max Kellermann | 1 | -16/+3 |
2008-12-29 | state_file: use GLib logging | Max Kellermann | 1 | -8/+10 |
2008-12-02 | replaced mpd_noreturn by G_GNUC_NORETURN | Thomas Jansen | 1 | -1/+1 |
2008-12-02 | replaced mpd_likely/mpd_unlikely by G_LIKELY/G_UNLIKELY | Thomas Jansen | 1 | -3/+3 |
2008-10-08 | don't include os_compat.h | Max Kellermann | 1 | -1/+3 |
2008-09-23 | Remove EINTR checking for open(2) | Eric Wong | 1 | -2/+1 |
2008-03-26 | unsigned counters | Max Kellermann | 1 | -2/+2 |
2008-01-03 | Cleanup #includes of standard system headers and put them in one place | Eric Wong | 1 | -6/+1 |
2007-08-27 | export FATAL() with noreturn attribute | Eric Wong | 1 | -1/+0 |
2007-05-26 | After changing ERROR();exit() to FATAL(), gcc incorrectly detects some | J. Alexander Treuman | 1 | -0/+1 |
2007-05-26 | Changing all calls to ERROR() followed by exit(EXIT_FAILURE) with a single | J. Alexander Treuman | 1 | -8/+4 |
2007-04-05 | The massive copyright update | Avuton Olrich | 1 | -1/+1 |
2007-01-14 | Don't initialize globals to zero (or NULL) | Eric Wong | 1 | -1/+1 |
2006-07-30 | software volume can now be saved and read from the state file | Eric Wong | 1 | -0/+2 |
2006-07-30 | Standardize state_file handling routines. | Eric Wong | 1 | -0/+112 |