]> git.sesse.net Git - vlc/history - src/network/acl.c
Qt: standardbuttons are bad for win32 and translation. Only use custom
[vlc] / src / network / acl.c
2010-06-05 Rémi Denis-CourmontRemove left over HAVE_GETADDRINFO, fix ACL regression...
2010-04-28 Rémi Denis-CourmontRemove useless freeaddrinfo wrapper
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-02-07 Rémi Denis-CourmontACL: remove leading underscores
2010-01-11 Rémi Denis-CourmontRemove useless <errno.h> inclusions
2009-09-08 JP DingerAdd support for last lines without newline in .hosts...
2009-06-15 Rémi Duraffortfree(NULL) is legal.
2009-05-25 Rémi Denis-CourmontRevert "correct realloc() usage, on failure realloc...
2009-05-24 Jean-Paul Samancorrect realloc() usage, on failure realloc will return...
2008-09-20 Antoine Celleriers/vlc_object_yield/vlc_object_release/
2008-07-02 Rémi Denis-CourmontIgnore invalid ACL allow line
2008-05-31 Rémi Denis-Courmontlibvlc: use vlc_common.h (libvlccore) instead of vlc...
2008-05-30 Rafaël CarréRemove dead code - CID 9
2008-04-14 Jean-Paul SamanMerge branch 'master' of git@git.videolan.org:vlc
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.
2007-09-18 Rémi Denis-CourmontFix the most common strerror() usages (threads, network...
2007-09-10 Rafaël CarréRemoves trailing spaces. Removes tabs.
2007-08-20 Rémi Denis-CourmontRemember not to include anything before vlc/vlc.h
2007-04-05 Rémi Denis-CourmontCompiler warnings rampage
2006-12-03 Rémi Denis-CourmontACL: remove potentially harmful macro conditional defin...
2006-11-26 Clément StenacA bit of headers cleanup
2006-05-07 Rémi Denis-CourmontACL_* documentation
2006-04-02 Rémi Denis-CourmontFix warning
2006-03-28 Clément StenacString fixes in src (Refs:#438)
2006-02-13 Rémi Denis-CourmontAll Unicode fixes for fopen() (refs #528)
2006-01-12 Antoine CellerierFSF address change.
2005-12-05 Rémi Denis-Courmont- Don't print a bogus warning when reading on empty...