]> git.sesse.net Git - vlc/history - modules/misc/network
Fix a bunch of preferences errors
[vlc] / modules / misc / network /
2005-10-08 Rémi Denis-Courmontiface-addr -> miface-addr
2005-10-01 Steve Lhommeavoid declaration collision on MSVC
2005-09-22 Gildas Bazin* modules/misc/network/ipv6.c: EVC compilation fixes.
2005-09-14 Christophe Massiot * mudules/misc/network/ipv4.c: Expand output buffer...
2005-09-10 Steve Lhomme* ipv4.c: make MSVC happy
2005-09-09 Gildas Bazin* configure.ac, src/extras/libc.c, modules/misc/network...
2005-08-21 Rémi Denis-CourmontCompile fix
2005-08-21 Rémi Denis-CourmontDefine IPV6_PROTECTION_LEVEL manually - closes #96
2005-08-18 Rémi Denis-CourmontDon't print EAFNOSUPPORT error when the given name...
2005-08-14 Rémi Denis-Courmontgot the value for PROTECTION_LEVEL_* hard-coded
2005-08-13 Rémi Denis-Courmont[Win32] Attempt to guess best interface for multicast
2005-08-02 Rémi Denis-Courmont- When both IPv4 and IPv6 plugins return a socket,...
2005-08-01 Rémi Denis-Courmont- Kludge to be able to use strerror() with Winsock
2005-07-27 Rémi Denis-CourmontAdd const where appropriate
2005-07-09 Rémi Denis-CourmontMake Zorglub less unhappy
2005-07-08 Rémi Denis-CourmontCopyright fixes
2005-07-04 Rémi Denis-CourmontIPv6 Source-Specific Multicast support
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-26 Rémi Denis-CourmontForgot this file
2005-06-10 Derk-Jan Hartman* Some changes to preferences categorization (This...
2005-05-31 Rémi Denis-CourmontRemoved debug message
2005-05-31 Rémi Denis-CourmontCleanup
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-03-05 Sam Hocevar * Added "Id" svn:keywords property to all files conta...
2004-02-22 Eric Petitipv4.c : BeOS compile fix
2004-02-15 Gildas Bazin* modules/misc/network/ipv6.c: fix for ipv6 name resolu...
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-25 Felix Paul Kühnestring review by Christophe Mutricy aka xtophe
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-27 Sam Hocevar * bootstrap:
2003-06-24 Sam Hocevar * modules/**/.cvsignore: added Makefile{,.in.am}...
2003-06-15 Christophe Massiot* Removed the ugly dependancy on glibc in the ipv6...
2003-06-13 Gildas Bazin* modules/misc/network/ipv6.c: fixed multicast support...
2003-06-12 Gildas Bazin* modules/misc/network/ipv6.c: gave a quick try to...
2003-06-06 Gildas Bazin* modules/misc/network/ipv6.c: oups, ipv6 multicast...
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-02-07 Marc Aribertiglibc 2.1 port for linupy (linux on a yopy pda)
2003-01-23 Sam Hocevar * ./modules/misc/network/ipv4.c: we use INADDR_NONE...
2003-01-16 Sam Hocevar * ./modules/**/.cvsignore: added common *$(LIBEXT...
2003-01-09 Christophe Massiot* OS X: Fixed a segfault with empty configuration strin...
2003-01-02 Christophe MassiotCosmetic.
2002-12-23 Christophe MassiotFixed my fix :p.
2002-12-23 Christophe MassiotFixed a side-effect bug with IPv6 addresses (thanks...
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-19 Gildas Bazin* modules/misc/network/ipv6.c: restored the msg_*(...
2002-11-14 Christophe MassiotMajor change of the channels management. p_format-...
2002-10-04 Sam Hocevar * ./bootstrap: we use the proper linker for plugin...
2002-10-01 Christophe MassiotFor people who have several network interfaces, added...
2002-09-30 Sam Hocevar * ./debian/rules: moved the gtk_main and gnome_main...
2002-09-30 Sam Hocevar * ALL: the build mechanism now uses automake. See...
2002-09-30 Sam Hocevar * ALL: added *.am files here and there for future...
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...