]> git.sesse.net Git - vlc/history - src/network
Add all bindings as a submodule of the main vlc git tree.
[vlc] / src / network /
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
2008-09-21 Rémi Denis-Courmontlower case the module_* functions
2008-09-20 Antoine Celleriers/vlc_object_yield/vlc_object_release/
2008-09-19 Sebastien EscudierAllow 0 TTL
2008-09-13 Rémi Denis-Courmontclose -> net_Close
2008-09-07 Rémi Denis-Courmontwinsock recvmsg: fix WSARecvFrom usage
2008-09-04 Laurent AimarFixed socket setup in net_ListenSingle.
2008-09-04 Rémi Denis-CourmontRevert "Set buffer sizes"
2008-09-04 Rémi Denis-CourmontSet buffer sizes
2008-08-27 Rémi Denis-Courmontlibvlccore: push threads cancellation down vlc_thread_c...
2008-08-23 Rémi Denis-CourmontMove the executables out of src/
2008-08-13 Rémi Denis-CourmontFix compilation against WinXP (conflicting symbols)
2008-08-13 Rémi Denis-CourmontSimplify free
2008-08-13 Rémi Denis-Courmontvlc_inet_pton: fix memory leak
2008-08-12 Pierre d'Herbemontvlc_network: vlc_poll is always exported. Don't put...
2008-08-12 Pierre d'Herbemontnetwork: vasprintf returns an int.
2008-08-10 Rémi Denis-Courmontvlc_inet_pton: fix return values - fix #1824
2008-08-09 Rémi Denis-CourmontPresumptively avoid using getaddrinfo for the Windows...
2008-08-09 Rémi Denis-Courmontvlc_inet_pton: use getaddrinfo, should fix #1824
2008-08-09 Rémi Denis-Courmontnet_vaPrintf: fix error handling
2008-08-09 Derk-Jan HartmanMerge branch '0.9.0-libass' of git://git.videolan.org/vlc
2008-08-07 Rémi Denis-CourmontAvoid undeclared function call
2008-08-07 Rémi Denis-Courmontvlc_poll: no conditional symbols
2008-08-07 Rémi DuraffortFix threaded function declaration.
2008-08-07 Rémi Denis-CourmontVerbose comment
next