aboutsummaryrefslogtreecommitdiff
path: root/src/directory.h
Commit message (Expand)AuthorAge
* Directory: make the header C++ onlyMax Kellermann2013-01-02
* SongFilter: convert to a C++ classMax Kellermann2012-08-29
* directory: use gcc.h macros, not GLibMax Kellermann2012-08-08
* DatabaseSelection: add "match" attributeMax Kellermann2012-08-08
* db_plugin: convert to C++Max Kellermann2012-08-01
* directory.h: move DIRECTORY_DIR to directory_save.cMax Kellermann2012-02-13
* playlist_vector: use the list_head libraryMax Kellermann2012-02-12
* directory: require the caller to lock the db_mutexMax Kellermann2012-02-02
* directory: replace songvec with doubly linked listMax Kellermann2012-01-24
* directory: add function directory_get_song(), ...Max Kellermann2012-01-24
* directory: replace dirvec with doubly linked listMax Kellermann2012-01-24
* directory: simplify constructors and clarify API documentationMax Kellermann2012-01-24
* Merge branch 'v0.16.x'Max Kellermann2011-11-28
|\
| * directory: rename attribute "stat" to "have_stat"Max Kellermann2011-11-27
| * directory: convert "stat" to a boolMax Kellermann2011-11-27
* | db_plugin: add method visit()Max Kellermann2011-09-13
* | database: add struct db_visitorMax Kellermann2011-09-13
* | Merge branch 'v0.16.x'Max Kellermann2011-06-03
|\|
| * directory: allow directories with just playlistsMax Kellermann2011-05-09
* | copyright year 2011Max Kellermann2011-01-29
|/
* Merge branch 'v0.15.x' into v0.16.xMax Kellermann2011-01-07
|\
| * directory: fix warning "comparison between signed and unsigned"Max Kellermann2010-12-21
* | directory: cast DEVICE_INARCHIVE, DEVICE_CONTAINER to dev_tMax Kellermann2010-09-23
* | update: store playlist files in databaseMax Kellermann2010-07-21
* | Update copyright notices.Avuton Olrich2009-12-31
* | include config.h in all sourcesMax Kellermann2009-11-12
* | directory: include config.hMax Kellermann2009-11-11
|/
* directory: added directory_lookup_song()Max Kellermann2009-04-01
* directory: renamed directory_get_directory()Max Kellermann2009-04-01
* all: Update copyright header.Avuton Olrich2009-03-13
* decoder_plugin: added method container_scan()Jochen Keil2009-03-09
* directory: added "mtime" propertyMax Kellermann2009-02-28
* directory: moved DIRECTORY_* string constantsMax Kellermann2009-02-27
* directory: added directory_is_root()Max Kellermann2009-01-04
* song: adding support for songs in archivesViliam Mateicka2008-12-16
* added prefix to header macrosMax Kellermann2008-10-31
* directory: added directory_get_name()Max Kellermann2008-10-13
* directory: pass const pointers to inline functionsMax Kellermann2008-10-13
* directory: use mpd_sizeof_str_flex_array for path, tooEric Wong2008-10-13
* directory: added inline wrappers for accessing childrenMax Kellermann2008-10-09
* directory: moved dirvec struct declaration to dirvec.hMax Kellermann2008-10-09
* diretory: moved code to directory_save.c, directory_print.cMax Kellermann2008-10-09
* directory: include sys/types.hMax Kellermann2008-10-08
* directory: path must not be NULLMax Kellermann2008-10-08
* directory: directory_get_path(NULL) is not allowedMax Kellermann2008-10-08
* directory: eliminate CamelCaseMax Kellermann2008-10-08
* directory: moved code to database.cMax Kellermann2008-10-08
* directory: converted isRootDirectory() to an inline functionMax Kellermann2008-10-08
* don't include os_compat.hMax Kellermann2008-10-08
* song: converted typedef Song to struct songMax Kellermann2008-10-08