]> git.sesse.net Git - vlc/history - src/network
Don't leak every https parameters.
[vlc] / src / network /
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
2007-12-22 Rémi Denis-CourmontAdd an error message
2007-12-22 Rémi Denis-CourmontFix warnings
2007-12-22 Rémi Denis-CourmontCorner case race condition in the waitpipe
2007-12-22 Rémi Denis-CourmontRemove net_Select. Simplify net_Read consequently.
2007-12-22 Rémi Denis-CourmontRevert [23768] and [23768]. Fix dead lock whenever...
2007-12-21 Pierre d'Herbemontnetwork/io.c: net_Select should return i_total on timeout.
2007-12-21 Pierre d'Herbemontmodules/services_discovery/sap.c: Don't trust announcem...
2007-12-16 Rémi Denis-CourmontI hate Winsuck^H^H^Hock
2007-11-19 Rémi Denis-CourmontComment on the EOF case - this does not change the...
2007-11-07 Antoine CellerierReturn the p_sys pointer in the httpd_{Handler,File...
2007-10-02 Rémi Denis-CourmontWe use error code 456
2007-10-01 Rémi Denis-CourmontCleanup previous commit
2007-10-01 Rémi Denis-CourmontRemoved b_die arbitrary timer from httpd.
2007-10-01 Rafaël CarréThat shouldn't have been part of the previous commit
2007-10-01 Rafaël Carréconfigure.ac: typo, fix #1204
2007-09-26 Rémi Denis-CourmontImprove debug messages (tracking down some DCCP issues)
2007-09-24 Rémi Denis-CourmontFix up HTTP/RTSP version detection:
2007-09-24 Rémi Denis-CourmontPartial fix to response protocol version detection
2007-09-24 Rémi Denis-CourmontIgnore leading "white" characters in HTTP and RTSP...
2007-09-24 Rémi Denis-CourmontAdd HTTP 505 error
2007-09-22 Rémi Denis-CourmontFix error message on failed TCP connection
2007-09-22 Rémi Denis-CourmontFix TLS session cleanup
2007-09-22 Rémi Denis-CourmontCleanup server name parameter handling
2007-09-22 Rémi Denis-CourmontRework/simplify the TLS plugin interface (LibVLC <...
2007-09-19 Rémi Denis-CourmontFix DCCP support
2007-09-19 Rémi Denis-CourmontSupport for DCCP in net_Listen
2007-09-19 Rémi Denis-CourmontFix previous commit
2007-09-19 Rémi Denis-CourmontHandle lack of listener in net_Accept
next