index
:
mpd
custom-cookie-path
eric
master
osx
path
svn/ancl
svn/andreas
svn/branch-0.10.3
svn/branch-0.11.4-fixes
svn/branch-0.12.1-fixes
svn/branch-0.13.0-fixes
svn/mpd-tree
svn/msells
svn/oggflac
svn/q-mpd
svn/r2562-metadata-handling-rewrite
svn/r2642-pre-avuton-merge
svn/shank-rewrite-config
svn/trunk
v0.14.x
v0.15.x
v0.16.x
v0.17.x
clone of git://git.musicpd.org/master/mpd.git
Alexander Sulfrian
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
state_file.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
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