]> git.sesse.net Git - vlc/history - modules/misc/network/ipv4.c
Copyright fixes
[vlc] / modules / misc / network / ipv4.c
2005-07-08 Rémi Denis-CourmontCopyright fixes
2005-07-01 Rémi Denis-CourmontPF_* -> AF_*
2005-07-01 Rémi Denis-CourmontThis was pretty useless (if there is no solution, there...
2005-07-01 Christophe MutricyALL: Add some set_shorname() so the preferences look...
2005-06-10 Derk-Jan Hartman* Some changes to preferences categorization (This...
2005-05-22 Rémi Denis-Courmont- Use the new vlc_getaddrinfo API
2005-04-21 Rémi Denis-CourmontApplied patch for support of the IP_MULTICAST_IF
2005-02-21 Gildas Bazin* modules/misc/network/ipv4.c: multicast support for...
2005-02-16 Gildas Bazin* modules/misc/network/ipv4.c: WinCE fix.
2004-10-04 Gildas Bazin* modules/misc/network/ipv4.c: got rid of the #ifdef...
2004-08-02 Gildas Bazin* modules/misc/network/ipv4.c: do a var_Get() on "ttl...
2004-07-29 Derk-Jan Hartman* ipv4.c: ttl setsockopt fix. Thanks to Emmanuel Dreyfu...
2004-07-22 Eric Petit BeOS doesn't know about PF_INET
2004-06-06 Clément StenacPatch by Rémi Denis-Courmont to include TCP listening...
2004-05-16 Gildas Bazin* modules/misc/network/ipv4.c: new --ipv4-timeout confi...
2004-04-21 Derk-Jan Hartman* modules/demux/sgimb.c
2004-02-22 Eric Petitipv4.c : BeOS compile fix
2004-02-01 Alexis de Lattre * ipv4.c: IGMPv3 support for Linux
2004-01-31 Alexis de Lattre * ipv4.c: IGMPv3 support (IP_ADD_SOURCE_MEMBERSHIP...
2004-01-15 Gildas Bazin* modules/misc/network/ipv4.c: fixed breakage on win32.
2004-01-15 Laurent Aimar * ipv4: non blocking connection mode. Please test...
2003-07-31 Laurent Aimar * all: added a i_ttl field in network_socket_t to...
2003-06-15 Christophe Massiot* Removed the ugly dependancy on glibc in the ipv6...
2003-04-21 Gildas Bazin* modules/misc/network/ipv4.c: a bit of cleanup.
2003-03-24 Gildas Bazin* modules/access/*: pf_read() in access modules is...
2003-03-11 Eric Petit modules/misc/network/ipv4.c: BeOS compile fix
2003-03-03 Gildas Bazin* ALL: Finally fixed the MSVC project files.
2003-02-18 Eric Petit * ipv4.c, libvlc.h: add a --ttl option to set time...
2003-01-23 Sam Hocevar * ./modules/misc/network/ipv4.c: we use INADDR_NONE...
2003-01-09 Christophe Massiot* OS X: Fixed a segfault with empty configuration strin...
2003-01-02 Christophe MassiotCosmetic.
2002-12-16 Gildas Bazin* modules/access/udp.c, modules/access/rtp.c, modules...
2002-12-06 Sam Hocevar * ./configure.ac.in: removed -W in favour of -Wtradit...
2002-12-04 Eric Petit * configure.ac.in, mms.c, sap.c, ipv4.c: added network...
2002-11-28 Christophe Massiot* Correct socklen_t detection.
2002-11-23 Sam Hocevar * ./modules/access/http.c, ./modules/misc/network...
2002-11-14 Christophe MassiotMajor change of the channels management. p_format-...
2002-10-01 Christophe MassiotFor people who have several network interfaces, added...
2002-08-08 Sam Hocevar * ./include/modules_inner.h: support for several...
2002-08-08 Sam Hocevar * ./modules/audio_output/oss.c: compilation fixes.
2002-08-04 Sam Hocevar * ./modules/*: moved plugins to the new tree. Yet...