]> git.sesse.net Git - vlc/history - modules/access/directory.c
Improvements to preferences
[vlc] / modules / access / directory.c
2004-12-11 Clément StenacImprovements to preferences
2004-11-16 Clément StenacStrip parent path in directory access
2004-11-14 Clément Stenac* access_directory : only play if we are the current...
2004-11-07 Clément Stenac* Fixed autodelete
2004-11-06 Clément StenacFixes + use new API for directory demuxer
2004-10-07 Derk-Jan Hartman* diretory.c: remove a completly useless translation...
2004-08-31 Derk-Jan Hartman* Don't bitch anymore about not found access_demux...
2004-06-06 Laurent Aimar * access/*: use var_* helpers.
2004-06-03 Laurent Aimar * directory: converted to access2.
2004-05-30 Derk-Jan Hartman* ahum. == on a mask instead of &
2004-05-30 Gildas Bazin* modules/access/directory.c: minor fix.
2004-05-06 Derk-Jan Hartman* fixed a number of memleaks
2004-04-27 Sam Hocevar * Massive spelling corrections.
2004-03-19 Derk-Jan Hartman* fix d_namlen bug
2004-03-19 Derk-Jan Hartman* the directory plugin no longer uses the m3u demux
2004-03-18 Derk-Jan Hartman* prefer S_ISDIR over DT_DIR since it is more reliable.
2004-03-05 Carlo CalabròString review, as promised :)
2004-02-17 Gildas Bazin* ALL: portability fixes.
2004-02-16 Clément StenacAdded an option "recursive"
2003-03-30 Gildas Bazin* modules/*: sanitization of the modules description...
2003-03-24 Gildas Bazin* modules/access/*: pf_read() in access modules is...
2003-03-24 Gildas Bazin* modules/access/directory.c: fixed the directory acces...
2003-03-24 Derk-Jan Hartman* a new directory access module. It parses a directory...