]> git.sesse.net Git - vlc/history - modules/access/mmap.c
Use var_Inherit* when applicable.
[vlc] / modules / access / mmap.c
2010-08-17 Rémi DuraffortUse var_Inherit* when applicable.
2010-07-11 Rémi Denis-CourmontRemove legacy casts
2010-05-10 Rémi Denis-CourmontUse file path instead of URL where appropriate
2010-02-07 Rémi Denis-Courmontutf8_* -> vlc_* (sed roxxors)
2010-02-07 Rémi Denis-CourmontSplit file path functions out of vlc_charset.h into...
2010-01-21 Laurent AimarUsed uint64_t for access_t::info.i_size/i_pos and acces...
2010-01-16 Rémi Denis-CourmontAccess: remove special case for "-" (standard input)
2010-01-11 Rémi Denis-CourmontRemove useless <errno.h> inclusions
2009-09-30 Felix Paul Kühnemmap: default enable the module on Darwin
2009-08-15 Rémi Denis-CourmontRemove dummy utf8_open() mode parameter in absence...
2009-07-14 JP DingerRemove unneeded casts and intermediaries in va_arg...
2009-04-08 Rémi Denis-CourmontCosmetic
2009-03-31 Rémi Denis-Courmontfmt
2009-03-05 Rémi Denis-CourmontUse dialog_Fatal, fix a bunch (but not all) interaction...
2009-02-03 Rémi Duraffortunused variables.
2009-01-27 Rémi Denis-CourmontTrailing ;
2009-01-27 Rémi Denis-CourmontRemove redumdant fcntl() calls
2009-01-20 Laurent AimarRemoved useless ACCESS_GET_MTU/STREAM_GET_MTU.
2008-11-08 Rémi Denis-Courmontmmap: fix large file support on 32-bits archs (closes...
2008-11-08 Rémi Denis-Courmontmmap: fix debug message formats
2008-10-29 Rémi Denis-CourmontRemove most stray semi-colons in module descriptions
2008-10-12 Rémi Denis-CourmontDisable mmap by default (works around #2188)
2008-10-11 Rémi Denis-CourmontSet close-on-exec file for file inputs
2008-10-10 Derk-Jan Hartmanmmap: Correct [cbc1122ac4551505181ea048ca14a5f87041090f]
2008-10-10 Derk-Jan Hartmanmmap: Only use MAP_NOCACHE on platforms that support it.
2008-10-10 Derk-Jan Hartmanmmap: open with MAP_NOCACHE
2008-10-10 Derk-Jan Hartmanmmap: backport fcntl defined fix from [47a7e913b9c0dc31...
2008-10-07 Derk-Jan Hartmanmmap: Don't use mmap by default on OS X.
2008-09-19 Derk-Jan Hartmanmmap: Use fnctl to set the READAHEAD flag when supporte...
2008-09-16 Rémi Denis-Courmontmmap: allow tweaking the PTS delay
2008-09-16 Rémi Denis-Courmontmmap: handle I/O errors as fatal
2008-07-22 Laurent AimarCheck for file size change at every read (improve readi...
2008-05-31 Rémi Denis-CourmontPlugins: include vlc_common.h directly instead of vlc...
2008-05-21 Rémi Denis-CourmontUse gettext_noop() consistently
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'HerbemontReplace vlc_bool_t by bool, VLC_TRUE by true and VLC_FA...
2008-03-02 Rémi Denis-CourmontRemove the mmap debugging for now.
2008-02-21 Christophe MutricySome OSes don't have posix_fadvise
2008-02-21 Rémi Denis-CourmontDebug the debug
2008-02-21 Rémi Denis-CourmontWe also read memory mapping sequentially (well, this...
2008-02-21 Rémi Denis-CourmontTell the OS we mostly reqd files sequentially
2008-02-20 Rémi Denis-CourmontRewrite the mmap input as a separate access