]> git.sesse.net Git - vlc/history - src/network
Use var_Inherit* instead of var_CreateGet*.
[vlc] / src / network /
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
2008-03-04 Rémi Denis-CourmontRemove the 1234 default UDP port hack
2008-03-03 Rémi DuraffortUse (void) instead of VLC_UNUSED (with pierre agreement)
2008-03-03 Rémi DuraffortRevert "Include vlc_common.h to get VLC_UNUSED()"
2008-03-03 Pierre d'HerbemontInclude vlc_common.h to get VLC_UNUSED()
2008-03-03 Rémi Denis-CourmontRemove the old port 80 hack in the network subsystem
2008-03-03 Pierre d'Herbemontnetwork/rootwrap.c: Unused args fix.
2008-03-02 Rémi Denis-CourmontSet the DCCP service code properly.
2008-02-26 Pierre d'Herbemontmisc/objects.c: Don't rely on vlc_object_destroy()...
2008-02-25 Rafaël Carréfix #1461
2008-02-10 Rémi Denis-CourmontReally (I swear) implement the waitpipe in net_write
2008-02-10 Rémi Denis-CourmontFix net_Write waitpipe usage, cleanups
2008-02-10 Rémi Denis-CourmontRemove arbitrary timer in net_Write()
2008-02-09 Rémi Denis-CourmontUse the exception set in poll().
2008-02-09 Rémi Denis-CourmontHandle waitpipe error failures.
2008-02-03 Rémi Denis-CourmontUse waitpipe when establishing an outgoing network...
2008-01-29 Rémi Denis-CourmontSync Multipart JPEG content-type with the one used...
2008-01-28 Rémi Denis-CourmontFix net_AcceptSingle return value
2008-01-28 Rémi Denis-CourmontFix previous commit (dead code...)
2008-01-28 Rafaël Carrénetwork/udp.c net_SetCSCov(): removes warnings if UDPLI...
2008-01-24 Rémi Denis-CourmontInclude assert.h when needed
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2008-01-23 Rémi Denis-Courmontavoid mere whitespaces when hostname is not specified
2008-01-21 Rémi Denis-CourmontRemove potential deadlocks in waitpipe with net_*
2008-01-21 Rémi Denis-CourmontSet non-blocking mode on accepted sockets
2008-01-20 Rémi Denis-CourmontRemoev reverse abstraction
2008-01-16 Rémi Denis-CourmontRevert the so-called whitelisting commits that are...
2008-01-05 Rémi Denis-Courmontnet_Accept: poll() takes milliseconds rather than micro...
2008-01-05 Rémi Denis-Courmontexcess debug
2008-01-05 Rémi Denis-CourmontUse the event pipe in net_Read instead of an arbitrary...
2007-12-28 Ilkka Ollakkasmall fix for http-streaming, don't set b_die to true...
2007-12-23 Rémi Denis-CourmontFix format string injection in the Connection field...
2007-12-22 Rémi Denis-Courmontsyntax error
next