]> git.sesse.net Git - vlc/history - src/network/httpd.c
Use separate HTTPd host per protocol
[vlc] / src / network / httpd.c
2011-09-25 Rémi Denis-CourmontUse separate HTTPd host per protocol
2011-09-25 Rémi Denis-CourmontFix simulatenous HTTPd use of RTSP and HTTP
2011-09-25 Rémi Denis-CourmontFix use of HTTPd from multiple instances in same process
2011-09-25 Rémi Denis-Courmonthttpd_UrlNew*(): write warning to correct VLC object
2011-08-02 Rémi Denis-CourmontFactor HTTP/HTTPS/RTSP port in core
2011-08-02 Rémi Denis-Courmonthttpd_ServerIP(): return server port too
2011-08-02 Rémi Denis-CourmontFactor HTTP/HTTPS/RTSP (bind) address in core
2011-08-02 Rémi Denis-CourmontUse separate functions for RTSP and HTTP hosts
2011-08-02 Rémi Denis-CourmontFactor HTTP/TLS server code into httpd core
2011-07-23 Rémi Denis-CourmontBig cleanup of TLS interface
2011-07-23 Rémi Denis-CourmontMerge tls_ServerSessionPrepare() and tls_SessionHandshake()
2011-07-11 Rémi Denis-CourmontRemove object type field
2011-05-25 Rémi Denis-CourmontRemove vlc_object_attach()
2011-04-03 Pierre YnardFix spelling: an URL -> a URL
2011-03-01 Rémi Denis-CourmontRemove write-only variables
2011-01-12 Pierre Ynardhttpd: use locale-independent us_vasprintf() to write...
2010-12-17 Pierre Ynardrtsp: pass proper PLAY requests to VoD
2010-12-12 Pierre Ynardrtsp: enable forgotten reason phrase
2010-12-10 Pierre Ynardhttpd: gracefully handle too large request bodies
2010-12-10 Pierre Ynardhttpd: fix parsing of request body
2010-12-10 Pierre Ynardhttpd: fix grammar in comments
2010-05-29 Rémi Denis-CourmontFix Server: HTTP and RTSP header syntax
2010-03-31 Rémi Denis-CourmontCompile fix
2010-03-31 Rémi Denis-CourmontUse vlc_accept()
2010-03-06 Rémi Denis-CourmontThread-safe random numbers for session IDs
2010-02-13 Antoine CellerierAttach httpd hosts to the main httpd object.
2010-01-28 Rémi Denis-CourmontRemove useless vlc_object_detach() before vlc_object_re...
2010-01-11 Rémi Denis-CourmontRemove useless <fcntl.h> inclusions
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-08-04 Rémi Denis-CourmontHTTPd: do not reveal the username through as the realm...
2009-07-02 Rémi Denis-CourmontFix race condition if multiple threads delete the same...
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-03-31 Rémi Denis-CourmontFix httpd reference counting (closes: #2614)
2009-03-31 Rémi Denis-CourmontCosmetics
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
2008-11-27 Rémi Denis-Courmonthttpd: full URL is also valid for HTTP (fixes #2320)
2008-11-26 Sébastien EscudierCorrectly handle multiple clients in httpd
2008-11-12 Paul Corkehttpd: correctly reads from ufd[]...
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-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-20 Antoine Celleriers/vlc_object_yield/vlc_object_release/
2008-08-27 Rémi Denis-Courmontlibvlccore: push threads cancellation down vlc_thread_c...
2008-08-09 Derk-Jan HartmanMerge branch '0.9.0-libass' of git://git.videolan.org/vlc
2008-08-07 Rémi DuraffortFix threaded function declaration.
2008-08-03 Justus PiaterDeclared many static variables const
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-CourmontFactorize interrupt handling
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-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-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-12 Rémi DuraffortOne more "Remove useless test before free"
2008-02-26 Pierre d'Herbemontmisc/objects.c: Don't rely on vlc_object_destroy()...
2008-02-25 Rafaël Carréfix #1461
2008-01-29 Rémi Denis-CourmontSync Multipart JPEG content-type with the one used...
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2008-01-21 Rémi Denis-CourmontSet non-blocking mode on accepted sockets
2008-01-20 Rémi Denis-CourmontRemoev reverse abstraction
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-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-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-18 Rémi Denis-CourmontFix the most common strerror() usages (threads, network...
next