]> git.sesse.net Git - vlc/history - src/network
Qt: use the theme icons for the system tray too
[vlc] / src / network /
2013-06-05 Rafaël CarréUse _WIN32 rather than WIN32 (same for WIN64)
2012-11-10 Rémi Denis-CourmontDo not access b_die directly
2012-09-30 Rémi Denis-Courmonttls: poll and timeout during handshake (fixes #7533)
2012-09-30 Rémi Denis-Courmonttls: add service parameter for handshake
2012-09-30 Rémi Denis-Courmonttls: pass host name to handshake function, simplify
2012-09-29 Rémi Denis-Courmonttls: simplify server code
2012-09-29 Rémi Denis-Courmonttls: keep credentials when HTTP reconnects
2012-09-29 Rémi Denis-Courmonttls: unify server and client credential & session concepts
2012-09-29 Rémi Denis-Courmonttls: clean up server credentials activation prototype
2012-09-29 Rémi Denis-Courmonttls: allocate server session in core
2012-09-02 Rémi Denis-CourmontRemove WinCE
2012-09-02 Rémi Denis-CourmontRemove redundant UNDER_CE checks
2012-08-28 Angelo HallerMove mime type guessing by extension to separate file...
2012-08-19 Rémi Denis-Courmontvlc_getaddrinfo: do not copy hints
2012-08-19 Rémi Denis-Courmontvlc_getaddrinfo: pass AI_IDN explicitly where applicable
2012-08-19 Rémi Denis-Courmontvlc_getaddrinfo: pass AI_NUMERICSERV explicitly where...
2012-08-19 Rémi Denis-Courmontvlc_getaddrinfo: remove useless parameter
2012-08-19 Rémi Denis-Courmontvlc_getaddrinfo: port is unsigned, 0 means unspecified
2012-08-10 Florian RoeskeFix ipv6 multicast socket option
2012-07-24 Rémi Denis-Courmonthttpd: add video/webm content type (fix #7208)
2012-05-09 Rémi Denis-Courmonthttpd: use thread cancellation instead of wakeup pipe
2012-04-18 Rémi Denis-Courmontnet_Read(): truly ignore POLLRDHUP
2012-04-04 Frédéric Yhuelnetwork/io.c: minor fix
2012-04-02 Rémi Denis-CourmontMove httpd typedefs to <vlc_httpd.h>
2012-04-01 Rémi Denis-CourmontRemove core ACL support
2012-04-01 Rémi Denis-Courmonthttpd: remove ACL support
2012-04-01 Rémi Denis-CourmontRemove unused ACL parameter of httpd_StreamNew()
2012-04-01 Rémi Denis-CourmontRename and remove unused ACL parameter of httpd_UrlNewU...
2012-04-01 Rémi Denis-CourmontRemove invariable (last) parameter of httpd_UrlNewPrivate()
2012-04-01 Rémi Denis-CourmontRemoved unused httpd_UrlNew()
2012-03-29 Rémi Denis-CourmontRemove bogus VLC_UNUSED
2012-03-19 Rémi Denis-Courmontposix: drop support for non-UTF-8 operating systems
2012-03-04 Felix Paul Kühnesrc: fixed multicast reception on OS X when using the...
2012-01-27 Rémi Denis-CourmontRemove inconsistently used check for <fcntl.h>
2012-01-19 Rémi Denis-CourmontRemove the now broken Maemo 5 poll hack
2011-12-18 Pierre Ynardhttpd: URL-parse --http-host and --rtsp-host
2011-12-18 Pierre Ynardhttpd: remove dead assignment
2011-12-07 KO Myung-HunDo not define ENABLE_ROOTWRAP on OS/2
2011-11-29 Rémi Denis-CourmontRemove write-only HTTPd statistics
2011-11-29 Rémi Denis-CourmontRemove redundant object parameter to stats functions
2011-11-27 Jean-Baptiste KempfLGPL
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
next