]> git.sesse.net Git - vlc/history - modules/access/directory.c
Use gettext_noop() consistently
[vlc] / modules / access / directory.c
2008-05-21 Rémi Denis-CourmontUse gettext_noop() consistently
2008-05-09 Rafaël CarréDo not leak psz_demux
2008-05-08 Rémi Denis-CourmontInclude vlc_plugin.h as needed
2008-04-14 Jean-Paul SamanMerge branch 'master' of git@git.videolan.org:vlc
2008-04-14 Pierre d'Herbemontaccess: Rename access2 to access as access is no longer...
2008-04-14 Pierre d'Herbemontdemux: Rename demux2 to demux as demux is no longer...
2008-04-14 Pierre d'HerbemontReplace vlc_bool_t by bool, VLC_TRUE by true and VLC_FA...
2008-03-12 Rémi DuraffortAnother time "Remove useless test before a free".
2008-03-11 Rafaël CarréDo not use playlist_*AddInput() when the playlist has...
2008-03-09 Rafaël CarréFix directory detection with broken filesystems on...
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2008-01-16 Rémi Denis-CourmontRevert the so-called whitelisting commits that are...
2008-01-16 Rafaël Carréinput options whitelisting, step 2 (refs #1371)
2007-12-23 Pierre d'Herbemontmodules/access/directory.c: Fix an input_item memleak.
2007-12-09 Rémi Denis-CourmontUse (s)size_t for pf_read and pf_write.
2007-10-18 Rafaël Carréplaylist_CreateNode(): add an argument to specify an...
2007-10-02 Rémi Denis-CourmontExport Content-Type out of HTTP access using Control.
2007-09-18 Rémi Denis-CourmontReplace strerror() with %m (or Linux DVB: strerror_r...
2007-08-23 Rafaël CarréMerges ITEM_TYPE_VFILE and ITEM_TYPE_AFILE to ITEM_TYPE...
2007-08-20 Rémi Denis-CourmontRemove _GNU_SOURCE and string.h too
2007-08-20 Rémi Denis-CourmontRemove stdlib.h
2007-08-04 Rémi Denis-CourmontFix usage of add_shortcut.
2007-02-22 Laurent AimarDo not use (input_thread_t*)p_access->p_parent it is...
2007-02-20 Clément Stenac* Start cleaning up libvlc playlist API (Refs:#457)
2007-01-04 Rémi Denis-CourmontWin32 compile fix
2007-01-04 Rémi Denis-CourmontAllow directory module to recurse through symbolic...
2007-01-04 Rémi Denis-CourmontFix unlikely deadlock
2007-01-04 Rémi Denis-CourmontMatch file:// with the directory plugin as any browser...
2006-12-10 Clément Stenac* Do not take and release the structure lock for each...
2006-11-28 Rémi Denis-CourmontAvoid duplicate memory allocation
2006-11-28 Rafaël CarréUses file:// MRL only files, don't bug when recursively...
2006-11-28 Rafaël CarréFixes buffer overflow introduced in [18129]
2006-11-28 Rafaël CarréUses file:// MRLs for items added by directory access
2006-11-26 Clément StenacA bit of headers cleanup
2006-11-19 Clément StenacInput options inheritance in directory access (Closes...
2006-11-19 Clément StenacFinish the playlist API transition (hopefully)
2006-11-11 Clément Stenac* Remove some unneeded complexity in playlist and directory
2006-11-10 Rémi Denis-CourmontSwitch the directory to the UTF-8 wrappers
2006-11-10 Rémi Denis-CourmontCode factorization and some warning fixes
2006-09-17 Clément StenacDon't use find for the playlist
2006-09-03 Clément StenacFix possible crash
2006-08-31 Derk-Jan Hartman* Include vlc_input.h so we don't bug out with shared vlc
2006-08-03 Gildas Bazin* modules/access/file.c, directory.c: bug and memory...
2006-05-25 Clément StenacCumulative fix for BeOS - by Cian Duffy < myob87 4t...
2006-05-14 Clément StenacMerge back branch 0.8.6-playlist-vlm to trunk.
2006-04-29 Rémi Denis-CourmontClean up
2006-03-31 Christophe MutricyAccess/*: Second lecture (refs #438)
2006-03-29 Clément StenacAccess strings (Refs:#438)
2006-01-21 Clément StenacEnqueue the item ID instead of pointer for preparse
2006-01-12 Antoine CellerierFSF address change.
2005-12-14 Derk-Jan Hartman* Free scandir results when we are done with them....
2005-12-13 Derk-Jan Hartman* Fix directory.c on WinCE (which has neither DT_DIR...
2005-12-12 Rémi Denis-CourmontDon't recurse in symbolic link - fixes #375
2005-12-12 Rémi Denis-CourmontClean up and remove unnused internal parameter
2005-10-17 Derk-Jan Hartman* cough, cough... undef a config option decleration
2005-10-16 Derk-Jan Hartman* Fix the directory 'ignore' mode which skips .jpg...
2005-08-18 Clément StenacRemove debug
2005-08-15 Rémi Denis-CourmontFix playlist item insertion when local charset is not...
2005-08-05 Christophe Massiot * src/extras/libc.c: Added an implementation of scandi...
2005-08-04 Christophe Massiot * modules/access/directory.c: Call vlc_fix_readdir_cha...
2005-07-11 Christophe Massiot * src/misc/getaddrinfo.c, modules/access/directory...
2005-07-09 Rémi Denis-CourmontMake Zorglub less unhappy
2005-07-08 Rémi Denis-CourmontCopyright fixes
2005-06-28 Derk-Jan Hartman* Fix some configuration options declerations and strings
2005-04-26 Laurent Aimar * all: warning fixes.
2005-03-16 Gildas Bazin* modules/access/directory.c: fixed a bunch of bugs.
2005-03-16 Derk-Jan Hartman* New ignore-filetypes option for the directory module.
2005-02-21 Gildas Bazin* src/misc/modules.c, modules/access/directory.c: Win32...
2005-02-21 Gildas Bazin* configure.ac, modules/access/directory.c: enabled...
2005-02-21 Gildas Bazin* src/extras/dirent.c, ALL: fixed win32/ce dirent repla...
2005-01-14 Yoann Peronneau* modules/access/directory.c: fix a segfault when readi...
2005-01-11 Clément StenacAdd some icons
2004-12-20 Clément StenacNo need to GuessType on directory content
2004-12-16 Clément StenacReally fix all the set_name.
2004-12-14 Clément StenacBetter fix for wx deadlock with preparse
2004-12-14 Clément Stenac* Provide playlist_LockFoo functions for some functions
2004-12-13 Gildas Bazin* modules/access/directory.c: scandir isn't available...
2004-12-12 Eric Petit access/directory.c: BeOS doesn't have scandir(), added...
2004-12-11 Sigmund Augdal Helbergdirectory.c: don't crash on error
2004-12-11 Sigmund Augdal Helbergdirectory.c: sort items before adding to playlist
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...
next