]> git.sesse.net Git - vlc/history - src/network
contrib: vpx: try to set correct target for OSX
[vlc] / src / network /
2011-11-23 Rafaël Carréwin32: fix gnutls access
2011-11-03 Rémi Denis-CourmontRewrite inet_pton() and inet_ntop() into compat
2011-11-03 Rémi Denis-CourmontHTTPd: remove never used channel & bidirectional modes
2011-10-24 Pierre YnardRevert "Use separate HTTPd host per protocol"
2011-10-06 Rémi Denis-CourmontFix HTTP/RTSP crash on invalid request URI
2011-10-04 Pierre Ynardhttpd: don't inherit from libvlc object
2011-09-25 Rémi Denis-CourmontUse separate HTTPd host per protocol
2011-09-25 Rémi Denis-CourmontFix simulatenous HTTPd use of RTSP and HTTP
2011-09-25 Rémi Denis-CourmontFix use of HTTPd from multiple instances in same process
2011-09-25 Rémi Denis-Courmonthttpd_UrlNew*(): write warning to correct VLC object
2011-08-29 Rémi Denis-CourmontCast or convert <ctype.h> functions it parameters to...
2011-08-22 Rémi Denis-CourmontObsolete confusing --miface-addr option and rework...
2011-08-22 Rémi Denis-CourmontRework multicast join
2011-08-22 Rémi Denis-CourmontRemove redumdant family parameter to net_OpenDgram()
2011-08-20 Rémi Denis-CourmontDo not redefine stuff from <ws2ipdef.h>
2011-08-20 Rémi Denis-CourmontMove Winsock poll() emulation to src/win32/
2011-08-02 Rémi Denis-CourmontFactor HTTP/HTTPS/RTSP port in core
2011-08-02 Rémi Denis-Courmonthttpd_ServerIP(): return server port too
2011-08-02 Rémi Denis-CourmontFactor HTTP/HTTPS/RTSP (bind) address in core
2011-08-02 Rémi Denis-CourmontUse separate functions for RTSP and HTTP hosts
2011-08-02 Rémi Denis-CourmontFactor HTTP/TLS server code into httpd core
2011-08-02 Rémi Denis-Courmontnet_Listen: don't print NULL
2011-07-23 Rémi Denis-CourmontBig cleanup of TLS interface
2011-07-23 Rémi Denis-CourmontMerge tls_ServerSessionPrepare() and tls_SessionHandshake()
2011-07-11 Rémi Denis-CourmontRemove object type field
2011-06-13 Rémi Denis-CourmontStub for if_nameindex()
2011-06-11 Rémi Denis-CourmontNuke manual IP version selection
2011-06-02 Jean-Baptiste KempfAndroid: Fix src/network/udp.c compilation.
2011-05-25 Rémi Denis-CourmontRemove vlc_object_attach()
2011-04-05 KO Myung-HunEnable vlc_poll() on OS/2
2011-04-05 KO Myung-HunDefine ALIGN for OS/2.
2011-04-03 Pierre YnardFix spelling: an URL -> a URL
2011-04-03 KO Myung-HunDefine if_nametoindex() for OS/2
2011-03-01 Rémi Denis-CourmontRemove write-only variables
2011-01-12 Pierre Ynardhttpd: use locale-independent us_vasprintf() to write...
2010-12-17 Pierre Ynardrtsp: pass proper PLAY requests to VoD
2010-12-12 Pierre Ynardrtsp: enable forgotten reason phrase
2010-12-10 Pierre Ynardhttpd: gracefully handle too large request bodies
2010-12-10 Pierre Ynardhttpd: fix parsing of request body
2010-12-10 Pierre Ynardhttpd: fix grammar in comments
2010-11-27 Rémi Denis-CourmontWin32: really set fd_set size dynamically
2010-11-24 Rémi Denis-CourmontWin32: fix poll() with more than 64 sockets
2010-11-24 Rémi Denis-CourmontWin32: fix a few warnings
2010-11-10 Rémi Denis-Courmontuse var_Inherit
2010-10-31 Rémi Denis-CourmontRemove unmaintained BeOS support
2010-10-21 Sébastien Escudiernet_OpenDgram don't return 0 in case of failure
2010-09-16 Jean-Baptiste KempfFix Solaris building
2010-07-27 Rémi Denis-CourmontDo not include vlc_modules.h in vlc_common.h
2010-06-05 Rémi Denis-CourmontRemove left over HAVE_GETADDRINFO, fix ACL regression...
2010-05-29 Rémi Denis-CourmontFix Server: HTTP and RTSP header syntax
2010-05-10 Pierre Ynard"#if HAVE_MAEMO" -> "#ifdef HAVE_MAEMO"
2010-05-09 Rémi Denis-CourmontMaemo: work-around segmentation fault when poll() unwinds
2010-05-05 Rémi Denis-Courmontnet_Listen: pass socket type parameter
2010-05-05 Rémi Denis-Courmontnet_Connect: missing hints ai_socktype
2010-04-28 Rémi Denis-CourmontRemove useless freeaddrinfo wrapper
2010-04-28 Rémi Denis-CourmontRemove getnameinfo and getaddrinfo wrappers
2010-04-16 Rémi Denis-CourmontWin32: handle WSAEINTR correctly, should fix #3101
2010-04-11 Rémi Denis-CourmontPrint error when setting TTL fails
2010-03-31 Rémi Denis-CourmontCompile fix
2010-03-31 Rémi Denis-CourmontUse vlc_accept()
2010-03-31 Rémi Denis-Courmontuse vlc_socket()
2010-03-28 Rémi Denis-Courmontgetaddrinfo() may list IPv6 even if not supported
2010-03-28 Rémi DuraffortTypo.
2010-03-13 Rémi Denis-CourmontTLS: attach before inheriting variables
2010-03-06 Rémi Denis-CourmontThread-safe random numbers for session IDs
2010-02-21 Rémi Denis-CourmontRemove confusing debug message (fixes #3319), fetch...
2010-02-14 Rémi Denis-Courmontnet_Write: always a cancellation point as promised
2010-02-14 Rémi Denis-Courmontnet_Write: improve documentation
2010-02-14 Rémi Denis-CourmontTypo
2010-02-13 Antoine CellerierAttach httpd hosts to the main httpd object.
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-Courmontnet_Printf: automagic cast to VLC object
2010-02-07 Rémi Denis-Courmontnet: remove leading underscores
2010-02-07 Rémi Denis-CourmontACL: remove leading underscores
2010-02-01 Rémi Denis-CourmontRemove the getaddrinfo transport protocol and socket...
2010-01-28 Rémi Denis-CourmontRemove useless vlc_object_detach() before vlc_object_re...
2010-01-16 Rémi Denis-CourmontRemove sys/types.h check
2010-01-13 Rémi Denis-CourmontMove core Win32 files to their own directory
2010-01-11 Rémi Denis-CourmontRemove useless <fcntl.h> and <sys/time.h> inclusions
2010-01-11 Rémi Denis-CourmontRemove useless <fcntl.h> inclusions
2010-01-11 Rémi Denis-CourmontRemove useless <errno.h> inclusions
2009-12-27 Paul CorkeFix compilation under MinGW/MSYS on WinXP Remove an...
2009-12-21 Antoine CellerierOnly skip \r or \n.
2009-12-06 Rémi Denis-CourmontDo not assert memory allocations
2009-12-06 Rémi Denis-CourmontUse xmalloc
2009-12-05 JP DingerAdd some more assert()s for unchecked malloc().
2009-12-05 JP DingerIntroduce realloc_or_free() to src/*, and add assert...
2009-11-08 Rémi Denis-CourmontLinux: use accept4 if available (glibc 2.10)
2009-11-08 Rémi Denis-CourmontLinux: create sockets with close-on-exec flag in thread...
2009-10-05 Rémi Denis-Courmontnet_Accept: remove timeout parameter
2009-09-08 JP DingerAdd support for last lines without newline in .hosts...
2009-08-20 Pierre d'HerbemontRevert "network: Remove an unused label."
2009-08-20 Pierre d'Herbemontnetwork: Remove an unused label.
2009-08-20 Pierre d'Herbemontnetwork: Remove an unused variable in udp.
2009-08-04 Rémi Denis-CourmontHTTPd: do not reveal the username through as the realm...
2009-07-19 Rémi Denis-CourmontFix spurious "please select network protocol manually...
2009-07-11 Christophe MutricyTypos
2009-07-02 Rémi Denis-CourmontFix race condition if multiple threads delete the same...
2009-06-15 Rémi Duraffortfree(NULL) is legal.
next