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