]> git.sesse.net Git - vlc/history - modules/access/mmap.c
Trailing ;
[vlc] / modules / access / mmap.c
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