]> git.sesse.net Git - vlc/history - modules/access/tcp.c
Include the BlackMagic SDK stuff with <>.
[vlc] / modules / access / tcp.c
2010-07-11 Rémi Denis-CourmontRemove legacy casts
2010-05-10 Rémi Denis-CourmontRename access_t.psz_path to psz_location
2009-05-01 Laurent AimarAdd most of *-caching options as safe
2009-01-27 Rémi Denis-CourmontTrailing ;
2009-01-20 Laurent AimarRemoved useless ACCESS_GET_MTU/STREAM_GET_MTU.
2008-10-31 Rémi DuraffortFix potential memleak (+cleaning).
2008-10-29 Rémi Denis-CourmontRemove most stray semi-colons in module descriptions
2008-07-05 Rémi Denis-CourmontFix misleading comment
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-05-01 Rémi Denis-CourmontRemove I64C as well
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-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-09 Rémi Denis-CourmontUse (s)size_t for pf_read and pf_write.
2007-10-02 Rémi Denis-CourmontExport Content-Type out of HTTP access using Control.
2007-08-20 Rémi Denis-CourmontRemove stdlib.h
2006-11-26 Clément StenacA bit of headers cleanup
2006-07-19 Clément StenacSome more demux and access code factorization
2006-03-31 Christophe MutricyAccess/*: Second lecture (refs #438)
2006-03-29 Clément StenacAccess strings (Refs:#438)
2006-01-12 Antoine CellerierFSF address change.
2005-12-05 Rémi Denis-Courmonts/OpenTCP/ConnectTCP/ for consistency
2005-09-29 Jean-Paul SamanRemove trailing whitespace
2005-08-02 Rémi Denis-CourmontMinor bugfix and cleanup
2005-07-09 Rémi Denis-CourmontMake Zorglub less unhappy
2005-07-08 Rémi Denis-CourmontCopyright fixes
2004-12-16 Clément StenacReally fix all the set_name.
2004-12-11 Clément StenacImprovements to preferences
2004-11-07 Rémi Denis-Courmontnet_* API update for encryption (recv / send virtualiza...
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-02 Laurent Aimar * all: removed ACCESS_GET_SEEKPOINT_INFO.
2004-06-01 Laurent Aimar * all: a few changes in access2 (added a info field...
2004-05-30 Laurent Aimar * tcp: convertd to access2.
2004-04-27 Sam Hocevar * Massive spelling corrections.
2004-01-25 Gildas Bazin* modules/access/*: strings review + coding style fixes.
2004-01-05 Laurent Aimar * tcp: use net_*.
2003-12-04 Sam Hocevar * modules/misc/dummy/renderer.c:
2003-11-30 Laurent Aimar * all: added a TCP access input module.