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
/
database.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2009-01-04
database: use stdbool
Max Kellermann
1
-21
/
+20
2009-01-04
database: db_init() initializes library, does not update
Max Kellermann
1
-8
/
+2
2009-01-04
stats: added stats_update()
Max Kellermann
1
-4
/
+1
2009-01-04
don't exit after --create-db
Max Kellermann
1
-7
/
+0
2009-01-02
database: use GLib instead of utils.h
Max Kellermann
1
-2
/
+3
2009-01-01
event_pipe: added pipe_event enum and callbacks
Max Kellermann
1
-1
/
+0
2009-01-01
event_pipe: renamed functions from main_notify_* to event_pipe_*
Max Kellermann
1
-1
/
+1
2009-01-01
main_notify: renamed source to event_pipe.c
Max Kellermann
1
-1
/
+1
2008-12-29
database: use GLib logging
Max Kellermann
1
-36
/
+38
2008-12-29
removed os_compat.h
Max Kellermann
1
-1
/
+6
2008-12-28
utils: removed myFgets()
Max Kellermann
1
-3
/
+7
2008-11-05
path: no CamelCase
Max Kellermann
1
-2
/
+2
2008-10-28
utils: use g_str_has_prefix() instead of prefixcmp()
Max Kellermann
1
-2
/
+2
2008-10-20
path: replaced parent_path() with g_path_get_dirname()
Max Kellermann
1
-4
/
+7
2008-10-09
update: make the job id unsigned
Max Kellermann
1
-1
/
+1
2008-10-09
update: job ID must be positive
Max Kellermann
1
-1
/
+1
2008-10-09
update: don't export updateDirectory()
Max Kellermann
1
-1
/
+13
2008-10-09
database: renamed get_get_song() to db_get_song()
Max Kellermann
1
-2
/
+2
2008-10-09
diretory: moved code to directory_save.c, directory_print.c
Max Kellermann
1
-0
/
+1
2008-10-09
database: removed local variable bufferSize
Max Kellermann
1
-3
/
+2
2008-10-09
database: simplify db_load()
Max Kellermann
1
-47
/
+42
2008-10-08
directory: path must not be NULL
Max Kellermann
1
-2
/
+2
2008-10-08
directory: eliminate CamelCase
Max Kellermann
1
-10
/
+9
2008-10-08
database: renamed functions, "db_" prefix and no CamelCase
Max Kellermann
1
-19
/
+26
2008-10-08
database: removed printDirectoryInfo()
Max Kellermann
1
-10
/
+0
2008-10-08
directory: moved code to database.c
Max Kellermann
1
-265
/
+54
2008-10-08
directory: converted isRootDirectory() to an inline function
Max Kellermann
1
-5
/
+5
2008-10-08
song: removed CamelCase
Max Kellermann
1
-1
/
+1
2008-10-08
song: converted typedef Song to struct song
Max Kellermann
1
-6
/
+7
2008-10-08
directory: converted typedef Directory to struct directory
Max Kellermann
1
-28
/
+33
2008-10-08
update: merged exploreDirectory() into updateDirectory()
Max Kellermann
1
-1
/
+1
2008-10-08
directory: added directory_is_empty()
Max Kellermann
1
-1
/
+1
2008-10-08
directory: moved code to update.c
Max Kellermann
1
-575
/
+17
2008-10-07
directory: fix return value in removeDeletedFromDirectory
Eric Wong
1
-1
/
+1
2008-10-07
directory: serialize song deletes from playlist during update
Eric Wong
1
-3
/
+28
2008-10-07
directory: use songvec_for_each for iterators
Eric Wong
1
-28
/
+30
2008-10-07
dbUtils/directory: traverseAllIn forEachSong returns -1 on error
Eric Wong
1
-12
/
+9
2008-10-07
Assert if we don't have song or song->url set
Eric Wong
1
-2
/
+2
2008-10-06
song: stop storing song_type
Eric Wong
1
-1
/
+1
2008-10-06
song: use flex arrays to store song->url
Eric Wong
1
-1
/
+1
2008-10-06
directory: reuse existing directory if found on update
Eric Wong
1
-4
/
+9
2008-10-06
directory: simplify list update handling logic
Eric Wong
1
-45
/
+60
2008-10-06
directory: streamline deletes
Eric Wong
1
-17
/
+15
2008-09-29
directory: isRootDirectory() is a one-liner
Eric Wong
1
-4
/
+1
2008-09-29
directory: writeDirectoryInfo propagates errors
Eric Wong
1
-21
/
+19
2008-09-29
directory: make it clear that DIRECTORY_MTIME is deprecated
Eric Wong
1
-1
/
+1
2008-09-29
directory: remove "Mp3" references
Eric Wong
1
-17
/
+17
2008-09-29
directory: remove shortname arguments everywhere
Eric Wong
1
-80
/
+41
2008-09-29
directory: replace DirectoryList with dirvec
Eric Wong
1
-195
/
+96
2008-09-29
directory: remove unused CPP defines
Eric Wong
1
-4
/
+0
[next]