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