]> git.sesse.net Git - vlc/history - modules/access/directory.c
directory: remove special case for '-'
[vlc] / modules / access / directory.c
2010-01-16 Rémi Denis-Courmontdirectory: remove special case for '-'
2010-01-16 Rémi Denis-CourmontMerge file and directory plugins
2009-12-30 Jean-Baptiste KempfWin32: kill a warning
2009-08-20 Jean-Baptiste KempfFix directory compilation on Win32
2009-08-06 Rémi Denis-CourmontWork around missing POSIX.2008 dirfd() on Solaris ...
2009-07-14 JP DingerRemove unneeded casts and intermediaries in va_arg...
2009-06-24 Rémi Denis-Courmontdirectory: handle relative paths properly
2009-05-31 Rémi Denis-CourmontMerge commit 'origin/base'
2009-05-29 Rémi Duraffortaccess_directory: fix memleaks.
2009-03-08 Rémi Duraffortaccess_directory: missing include.
2009-03-08 Rémi Denis-CourmontFix XML encoding of our crappy XSPF extensions
2009-03-08 Derk-Jan Hartmandirectory: Add XSPF node-extension support to our direc...
2009-02-23 Jean-Baptiste KempfDirectory: ignore .ini files.
2009-02-08 Rémi Denis-CourmontRevert "directory: Add XSPF node-extension support...
2009-01-27 Rémi Denis-CourmontTrailing ;
2009-01-20 Laurent AimarRemoved useless ACCESS_GET_MTU/STREAM_GET_MTU.
2009-01-17 Antoine CellerierIgnore image types in directory access.
2009-01-10 Rémi Denis-CourmontDirectory: ignore SSA files - fixes #2341
2008-10-30 Rémi Denis-CourmontCleanup directory URI encoding
2008-10-29 Rémi Denis-CourmontRemove most stray semi-colons in module descriptions
2008-10-22 Rémi Denis-Courmontdirectory: do not try to open "-" as it refers to stdin
2008-10-12 Derk-Jan Hartmandirectory: Add XSPF node-extension support to our direc...
2008-10-12 Derk-Jan Hartmandirectory: close fd before return
2008-10-08 Laurent AimarFixed a segfault in access directory.
2008-09-30 Rémi Denis-CourmontDo not stat directories on Windows
2008-09-30 Rémi Denis-CourmontWork around dirfd compilation breakage
2008-09-28 Rémi Denis-CourmontDo not add subdirectories entries
2008-09-27 Rémi Denis-CourmontRemove useless includes
2008-09-27 Rémi Denis-CourmontRemove dummy debug
2008-09-27 Rémi Denis-CourmontOops, forgot some dead code
2008-09-27 Rémi Denis-CourmontDirectory as XSPF playlist
2008-09-20 Antoine Celleriers/pl_Yield/pl_Hold/
2008-08-24 Jean-Philippe AndreAvoid runtime warning: directory.c does not give any...
2008-08-19 Rémi DuraffortFix warnings.
2008-08-17 Rémi DuraffortFix warning and potential memleak.
2008-08-14 Pierre d'HerbemontMerge branch 'codecleanup' of git://repo.or.cz/vlc...
2008-08-14 Pierre d'Herbemontcodecleanup: Replace input_Item by input_item.
2008-07-25 Rémi DuraffortUse pl_Release with the right argument.
2008-07-22 Pierre d'Herbemontdirectory: assert() at critical places.
2008-07-21 Rémi DuraffortUse pl_Release.
2008-07-21 Rémi DuraffortUse pl_Locked and pl_Unlocked
2008-07-16 Pierre d'Herbemontdirectory: Make sure we can exit and interrupt the...
2008-07-15 Pierre d'Herbemontdirectory: playlist_NodeCreate needs a lock.
2008-07-13 Pierre d'Herbemontdirectory: Remove unuseful debug message.
2008-07-13 Pierre d'Herbemontdirectory: Return VLC_EGENERIC in case of interruption...
2008-07-13 Pierre d'Herbemontdirectory: Don't get stuck if playlist dies. And remove...
2008-06-14 Jean-Baptiste KempfRemove unused variable.
2008-06-14 Pierre d'HerbemontRemove VLC_DIR_ACTIVITY, as it is not used.
2008-06-14 Pierre d'Herbemontdirectory: Playlist code shouldn't be used here.
2008-05-31 Rémi Denis-CourmontPlugins: include vlc_common.h directly instead of vlc...
2008-05-27 Rémi Denis-CourmontA lot of missing const in options lists
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
next