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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
*gasp* added a comment
Warren Dukes
2004-04-16
1
-0
/
+5
*
only write db in initMp3Directory() when stuff is updated
Warren Dukes
2004-04-16
1
-7
/
+13
*
remove directory mtime from db!
Warren Dukes
2004-04-16
3
-59
/
+125
*
don't stat() the db to get the modtime everytime, instead store it when we re...
Warren Dukes
2004-04-15
4
-14
/
+23
*
round crossfade for status
Warren Dukes
2004-04-15
1
-1
/
+3
*
no point in tallying stats on writeDirectoryDB anymore
Warren Dukes
2004-04-15
1
-2
/
+2
*
log cycling and a few cleanups
Warren Dukes
2004-04-15
9
-23
/
+74
*
clean up a little bit main() code
Warren Dukes
2004-04-15
6
-61
/
+70
*
don't updatedb on sighup if db is being updated
Warren Dukes
2004-04-14
1
-2
/
+4
*
add vim shiznit to end of all source files
Warren Dukes
2004-04-14
70
-0
/
+70
*
ok, finished incremental update!
Warren Dukes
2004-04-14
3
-25
/
+135
*
silly shank, use functions you already have\!
Warren Dukes
2004-04-14
1
-3
/
+2
*
pseduo-code for creating new entries in db for incremental update
Warren Dukes
2004-04-14
1
-8
/
+20
*
incremental update can now recognize if you pass it a deleted path
Warren Dukes
2004-04-14
1
-33
/
+61
*
add copyright notices to new files
Warren Dukes
2004-04-13
4
-0
/
+74
*
make some code look neater
Warren Dukes
2004-04-13
1
-3
/
+3
*
fix some misc chld signal handling for update process
Warren Dukes
2004-04-13
1
-3
/
+3
*
add a error msg for playerSeek()
Warren Dukes
2004-04-13
1
-0
/
+1
*
have update process ignore signals when writing db
Warren Dukes
2004-04-13
3
-0
/
+21
*
ok, rework myfprintf so it uses write() and never use any file stream
Warren Dukes
2004-04-13
7
-31
/
+36
*
block signals when writing db to ensure db isn't corrupted
Warren Dukes
2004-04-13
4
-0
/
+14
*
when doing signal functions (like sigaction) make sure it wasn't interrupted ...
Warren Dukes
2004-04-13
6
-14
/
+31
*
add --only-update-db command line option
Warren Dukes
2004-04-13
1
-1
/
+14
*
rename all ascii/utf8 stuff to latin1/utf8
Warren Dukes
2004-04-13
5
-31
/
+27
*
plug a potential memory leak
Warren Dukes
2004-04-13
1
-1
/
+4
*
lots of fsCharset, utf8/ascii converting clean-up and robustness stuff
Warren Dukes
2004-04-13
7
-40
/
+152
*
fix a small booboo and add some debugging stuff
Warren Dukes
2004-04-13
2
-3
/
+5
*
add my own utf8/ascii converters and utf8 validator
Warren Dukes
2004-04-13
4
-2
/
+132
*
volatile fun-ness
Warren Dukes
2004-04-12
5
-33
/
+33
*
forgetting to increment playlist version after reading the db
Warren Dukes
2004-04-12
2
-0
/
+2
*
cleanup interface between interface.[ch] and command.[ch]
Warren Dukes
2004-04-12
3
-53
/
+92
*
minor little tweak on reporting update status
Warren Dukes
2004-04-12
1
-1
/
+3
*
more volatile stuff
Warren Dukes
2004-04-11
2
-6
/
+6
*
add volatile qualifiers to some shared mem buffer stuff, to enusre compiler
Warren Dukes
2004-04-11
3
-20
/
+20
*
clean up signal handling using a polling method, from the genius that is mack...
Warren Dukes
2004-04-11
11
-89
/
+110
*
we no longer need to block signals in tag.c, since update is now done
Warren Dukes
2004-04-11
1
-22
/
+0
*
ok, fix some bug due to a child process dieing before the parent can
Warren Dukes
2004-04-11
3
-6
/
+22
*
incremental updates and command-list/update kung fu
Warren Dukes
2004-04-11
5
-61
/
+217
*
more software volume tweeks
Warren Dukes
2004-04-11
1
-2
/
+2
*
adjust scaling of software volume
Warren Dukes
2004-04-11
5
-19
/
+18
*
do while(wait3) for sighandler
Warren Dukes
2004-04-11
1
-2
/
+2
*
add --disable-audio configure option
Warren Dukes
2004-04-11
4
-7
/
+19
*
fix some snafoos
Warren Dukes
2004-04-11
3
-4
/
+2
*
don't stop playlist on finishPlaylist()[D
Warren Dukes
2004-04-11
1
-1
/
+0
*
update job id stuff
Warren Dukes
2004-04-11
2
-3
/
+13
*
updating_db in status and some ideas for the TODO that i've already forgotten
Warren Dukes
2004-04-11
3
-0
/
+10
*
make "update" command background/non-blocking
Warren Dukes
2004-04-11
7
-26
/
+111
*
add --only-create-db option from msells
Warren Dukes
2004-04-11
6
-5
/
+27
*
work in prep of using msells/sbh's non-blocking update method
Warren Dukes
2004-04-10
2
-8
/
+96
*
ideas on how to make readDirectoryInfo and readSongInfo deal with already
Warren Dukes
2004-04-10
2
-0
/
+48
[next]