]> git.sesse.net Git - vlc/history - src/network
Win32: fix poll() return value
[vlc] / src / network /
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
2008-08-06 Derk-Jan HartmanRevert "poll(): ifndef HAVE_POLL means we don't use...
2008-08-06 Derk-Jan Hartmanpoll(): ifndef HAVE_POLL means we don't use poll()...
2008-08-04 Rémi Denis-CourmontFix wrapper: use SOCK_STREAM rather than SOCK_DGRAM...
2008-08-03 Justus PiaterDeclared many static variables const
2008-07-02 Rémi Denis-CourmontIgnore invalid ACL allow line
2008-06-22 Rémi Denis-CourmontFix nissing include and atoi() invocation
2008-06-21 Rémi Denis-CourmontRemove VLC_OBJECT_HTTPD_HOST
2008-06-19 Rémi DuraffortRemove msg_Err about memory allocation.
2008-06-12 Rémi Denis-Courmontaccept: ignore interrupts
2008-06-12 Rémi Denis-Courmontconnect: handle EINTR
2008-06-12 Rémi Denis-CourmontNetwork: handle interrupts when reading and some comments
2008-06-12 Rémi Denis-CourmontFactorize interrupt handling
2008-06-09 Rémi Denis-CourmontSupport for sudo
2008-06-08 Rémi Denis-CourmontFix typo
2008-06-06 Rémi Denis-CourmontBring the root wrapper back
2008-06-06 Rémi Denis-CourmontFix/split rootwrap_bind
2008-06-01 Rémi Denis-CourmontSimplify AI_NUMERICSERV usage
2008-05-31 Rémi Denis-Courmontlibvlc: use vlc_common.h (libvlccore) instead of vlc...
2008-05-31 Rémi Denis-CourmontIgnore vlc_object_wait return value
2008-05-30 Rémi Denis-CourmontFix NULL pointer deferences (CID 120 & 121)
2008-05-30 Rafaël CarréRemove dead code - CID 9
2008-05-29 Rémi Denis-CourmontSpelling
2008-05-28 Rémi Denis-CourmontDo not serialize DNS queries on Win32, that's slooow!
2008-05-28 Rémi Denis-CourmontFix gai_strerror replacement
2008-05-28 Jean-Paul SamanMerge branch 'master' of git@git.videolan.org:vlc
2008-05-28 Rémi Denis-CourmontSimplify, and remove racy IDN code
2008-05-27 Rémi Denis-CourmontSpare a few relocs
2008-05-27 Pierre d'Herbemontlibvlccore: Make sure all symbol listed in libvlccore...
2008-05-09 Rémi Denis-CourmontUgly fix for httpd deadlock
2008-05-05 Rémi Denis-CourmontRemove unused variable
2008-05-04 Rémi Denis-CourmontUse libvlc_priv_t for httpd
2008-05-04 Rémi Denis-Courmontvlc_mutex_init: remove unused paramter
2008-05-04 Rémi Denis-CourmontFix symbols list
2008-05-03 Rémi Denis-CourmontProvide sendmsg and recvmsg replacements
2008-05-03 Rémi Denis-CourmontOnly compile the winsock stubs file on Win32
2008-05-01 Rémi Denis-CourmontRemove I64C as well
2008-04-22 Pierre d'Herbemonthttpd: Fix vlc_object_wait() usage. It's needed to...
2008-04-14 Jean-Paul SamanMerge branch 'master' of git@git.videolan.org:vlc
2008-04-14 Pierre d'HerbemontReplace vlc_bool_t by bool, VLC_TRUE by true and VLC_FA...
2008-03-30 Rémi Denis-CourmontRemove HTTPD object type
2008-03-25 Rafaël CarréCorrectly use WSAStringToAddress()
2008-03-12 Rémi DuraffortOne more "Remove useless test before free"
2008-03-04 Rémi Denis-CourmontRemove misleading dummy "Interrupted system call" error...
2008-03-04 Rémi Denis-CourmontAvoid dummy "unknown option dccp-service" error
next