]> git.sesse.net Git - vlc/history - src/network
Merge branch 'master' into lpcm_encoder
[vlc] / src / network /
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.
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...
2009-05-20 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-17 Rémi Denis-CourmontAvoid ?: GCC-ism
2009-04-12 Rémi Denis-CourmontRemove unused vlc_(send|recv)msg
2009-03-31 Rémi Denis-CourmontFix httpd reference counting (closes: #2614)
2009-03-31 Rémi Denis-CourmontCosmetics
2009-03-31 Rémi Denis-CourmontFix missing prototype warning
2009-02-14 Rémi DuraffortNo need to add a '\n' at the end of messages passed...
2009-01-18 Rémi Denis-CourmontWin32 old crappy poll replacement: misc fixes
2009-01-18 Rémi Denis-CourmontWin32: wake up select every split tenth of seconds...
2009-01-18 Rémi Denis-CourmontPoll: cleanup #includes
2009-01-18 Rémi Denis-CourmontRevert "Improve Win32 poll replacement (and fix #1949...
2009-01-18 Rémi Denis-CourmontFix waitpipe error handling in net_Accept()
2009-01-18 Rémi Denis-CourmontWin32: fix poll() return value
2009-01-17 Rémi Denis-CourmontSuppress httpd_mutex variable
2009-01-17 Rémi Denis-Courmonthttpd: use own thread
2009-01-17 Rémi Denis-CourmontRemove unused parameter
2009-01-14 Rémi Denis-Courmonthttpd: use a condition variable instead of msleep,...
2009-01-14 Rémi Denis-Courmonthttpd: fix error handling path
2009-01-12 Rémi Denis-CourmontUseless vlc_object_wait() usage
2009-01-11 Rémi Denis-CourmontAdd .ogx in case someone ever needs it
2009-01-11 Rémi Denis-CourmontHTTPd: use the RFC5334 MIME types for their respective...
2009-01-11 Rémi Denis-CourmontHTTPd: guess MIME type for *.ogv
2009-01-03 Rémi Denis-CourmontEWOULDBLOCK may be used instead of EAGAIN for read...
2008-12-15 Rémi Duraffortnetwork/poll: non initialized variable.
2008-12-13 Rémi Duraffortmodule_need wants pointers and boolean so give NULL...
2008-11-27 Rémi Denis-Courmonthttpd: full URL is also valid for HTTP (fixes #2320)
2008-11-27 Rémi Denis-CourmontCompile fix
2008-11-27 Rémi Denis-Courmontnet_Read: cancel-safety
2008-11-26 Sébastien EscudierCorrectly handle multiple clients in httpd
2008-11-12 Paul Corkehttpd: correctly reads from ufd[]...
2008-11-09 Rémi Denis-CourmontFix previous commit (untested)
2008-11-09 Rémi Denis-CourmontImprove Win32 poll replacement (and fix #1949)
2008-11-01 Rémi Denis-CourmontMissing include
2008-10-30 Rémi Denis-Courmontdocumentation
2008-10-30 Rémi Denis-CourmontConvert host name to locale before IDN is applied
2008-10-22 Rémi Denis-CourmontVLM: provide stubs for --disable-vlm
2008-10-22 Rémi Denis-CourmontPrivatize httpd_MsgInit and httpd_MsgClean
2008-10-12 Rémi Denis-Courmontnet_Write: fix polling
2008-10-12 Rémi Denis-Courmontnet_Read, net_Write use void pointer for data
2008-10-09 Rémi Denis-CourmontProvide replacement for CMSG_LEN and CMSG_SPACE
2008-10-05 Rémi Denis-CourmontDo not check for the same error twice (CID#147)
2008-10-05 Rémi Denis-CourmontFix missing declaration (supposedly crash on amd64)
2008-09-24 Derk-Jan Hartmanhttpd: Fix keepalive/close of non-matching HTTP versions.
2008-09-23 Sebastien EscudierNullify p_httpd to avoid crashes
next