- 03 Jan, 2013 4 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
- 02 Jan, 2013 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
- 29 Aug, 2012 1 commit
-
-
Max Kellermann authored
-
- 08 Aug, 2012 1 commit
-
-
Max Kellermann authored
-
- 07 Aug, 2012 1 commit
-
-
Max Kellermann authored
Let the database plugin do the match.
-
- 01 Aug, 2012 1 commit
-
-
Max Kellermann authored
-
- 13 Feb, 2012 1 commit
-
-
Max Kellermann authored
-
- 12 Feb, 2012 1 commit
-
-
Max Kellermann authored
-
- 02 Feb, 2012 1 commit
-
-
Max Kellermann authored
Reduce the number of lock/unlock cycles, and make database handling safer.
-
- 24 Jan, 2012 4 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
Wrap songvec_find() and other songvec methods.
-
Max Kellermann authored
Random access is not needed, and a linked list is easier to manage: we don't need to (re-)allocate the pointer array.
-
Max Kellermann authored
Pass only the "name" to a directory, instead of the full (relative) path.
-
- 27 Nov, 2011 2 commits
-
-
Max Kellermann authored
"stat" is a macro on mingw32, which is a pretty stupid thing, and this commit works around this build failure.
-
Max Kellermann authored
-
- 13 Sep, 2011 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
Use this struct for db_walk().
-
- 09 May, 2011 1 commit
-
-
Max Kellermann authored
Keep those when scanning for empty directories. The check in playlist_vector_is_empty() was missing.
-
- 29 Jan, 2011 1 commit
-
-
Max Kellermann authored
-
- 21 Dec, 2010 1 commit
-
-
Max Kellermann authored
Cast the constant to dev_t, not to unsigned.
-
- 23 Sep, 2010 1 commit
-
-
Max Kellermann authored
Fix gcc warning.
-
- 21 Jul, 2010 1 commit
-
-
Max Kellermann authored
Don't open the music directory for each "lsinfo" call. Get the list of playlist files from the memory database.
-
- 01 Jan, 2010 1 commit
-
-
Avuton Olrich authored
-
- 12 Nov, 2009 1 commit
-
-
Max Kellermann authored
After we've been hit by Large File Support problems several times in the past week (which only occur on 32 bit platforms, which I don't have), this is yet another attempt to fix the issue.
-
- 11 Nov, 2009 1 commit
-
-
Max Kellermann authored
*sigh* another Large File breakage. ino_t/dev_t this time. We need to include config.h in directory.h to get this straight.
-
- 01 Apr, 2009 2 commits
-
-
Max Kellermann authored
Moved code from db_get_song().
-
Max Kellermann authored
Renamed directory_get_directory() to directory_lookup_directory(). Added API documentation.
-
- 13 Mar, 2009 1 commit
-
-
Avuton Olrich authored
This updates the copyright header to all be the same, which is pretty much an update of where to mail request for a copy of the GPL and the years of the MPD project. This also puts all committers under 'The Music Player Project' umbrella. These entries should go individually in the AUTHORS file, for consistancy.
-
- 09 Mar, 2009 1 commit
-
-
Jochen Keil authored
[mk: fixed whitespace errors; use delete_song() instead of songvec_delete()]
-
- 28 Feb, 2009 1 commit
-
-
Max Kellermann authored
Remember the modification time of each directory. This is important for archives (which are virtual directories right now), but may also be useful for an automatic update mechanism.
-
- 27 Feb, 2009 1 commit
-
-
Max Kellermann authored
Moved some of them to to directory_save.c, and others to database.c.
-
- 04 Jan, 2009 1 commit
-
-
Max Kellermann authored
directory_is_root() is cheaper than isRootDirectory(directory_get_path()).
-
- 16 Dec, 2008 1 commit
-
-
Viliam Mateicka authored
-
- 31 Oct, 2008 1 commit
-
-
Max Kellermann authored
"LOG_H" is a macro which is also used by ffmpeg/log.h. This is ffmpeg's fault, because short macros should be reserved for applications, but since it's always a good idea to choose prefixed macro names, even for applications, we are going to do that in MPD.
-
- 13 Oct, 2008 2 commits
-
-
Max Kellermann authored
directory_get_name() returns the base name of the directory.
-
Max Kellermann authored
The inline functions directory_is_empty() and directory_get_path() don't modify the object - pass constant object pointers to them.
-