]> git.sesse.net Git - vlc/history - src/network/httpd.c
aout: remove aout_DecIsEmpty()
[vlc] / src / network / httpd.c
2015-02-18 Rémi Denis-CourmontMark unreachable code on GCC even if NDEBUG
2014-08-25 Rémi Denis-Courmonthttpd: reject incoming requests bodies over 64k
2014-08-25 Rémi Denis-Courmonthttpd: reindent
2014-08-23 Rémi Denis-Courmonthttpd: advertise HTTP/1.1 support over TLS
2014-08-23 Rémi Denis-Courmonttls: add ALPN parameters
2014-08-22 Rémi Denis-Courmonthttpd: dead code
2014-08-22 Rémi Denis-Courmontgnutls: remove client certificate support
2014-04-27 Rémi Denis-Courmonthttpd: do not fail-open on memory errors
2014-04-27 Rémi Denis-Courmonthttpd_RedirectNew: avoid strdup() with unhandled error
2014-04-27 Rémi Denis-Courmonthttpd_FileNew: avoid strdup() with unhandled error
2014-04-27 Rémi Denis-Courmonthttpd: remove write only string
2014-02-25 Rafaël Carréhttpd: avoid uncontrolled format strings
2014-02-20 Rafaël Carréhttpd: cosmetics
2014-02-20 Rafaël Carréhttpd: simplify MsgAdd
2014-02-20 Rafaël Carréhttpd: use c99 for
2014-02-20 Rafaël Carréhttpd: remove commented out debug code
2014-02-18 Jean-Baptiste KempfFix possible XSS in httpd_HtmlError
2014-02-17 Denis CharmetAllow custom HTTP headers for httpd_Stream
2014-02-16 Rafaël CarréhttpdAuthOk: fix mismatched parameters order
2014-02-16 Rafaël Carréhttpd: whitespace
2014-02-16 Rafaël Carréhttpd: split user auth
2014-02-16 Rafaël Carréhttpd: use c99 for
2014-02-16 Rafaël Carréhttpd: simplify httpd_ReasonFromCode
2014-02-16 Rafaël Carréhttp: split loop function
2014-02-16 Rafaël Carréhttpd: cosmetics
2014-02-16 Rafaël Carréhttpd: use switch, cosmetics
2013-12-29 Rémi Denis-CourmontRemove inconsistently used HAVE_UNISTD_H
2013-12-29 Rémi Denis-Courmontsrc: use vlc_strerror_c() for log messages
2013-09-16 Steinar H. Gundersonhttpd: Start new clients only at keyframes.
2013-06-05 Rafaël CarréUse _WIN32 rather than WIN32 (same for WIN64)
2012-09-30 Rémi Denis-Courmonttls: add service parameter for handshake
2012-09-30 Rémi Denis-Courmonttls: pass host name to handshake function, simplify
2012-09-29 Rémi Denis-Courmonttls: simplify server code
2012-09-02 Rémi Denis-CourmontRemove WinCE
2012-09-02 Rémi Denis-CourmontRemove redundant UNDER_CE checks
2012-08-28 Angelo HallerMove mime type guessing by extension to separate file...
2012-07-24 Rémi Denis-Courmonthttpd: add video/webm content type (fix #7208)
2012-05-09 Rémi Denis-Courmonthttpd: use thread cancellation instead of wakeup pipe
2012-04-02 Rémi Denis-CourmontMove httpd typedefs to <vlc_httpd.h>
2012-04-01 Rémi Denis-Courmonthttpd: remove ACL support
2012-04-01 Rémi Denis-CourmontRemove unused ACL parameter of httpd_StreamNew()
2012-04-01 Rémi Denis-CourmontRename and remove unused ACL parameter of httpd_UrlNewU...
2012-04-01 Rémi Denis-CourmontRemove invariable (last) parameter of httpd_UrlNewPrivate()
2012-04-01 Rémi Denis-CourmontRemoved unused httpd_UrlNew()
2011-12-18 Pierre Ynardhttpd: URL-parse --http-host and --rtsp-host
2011-12-18 Pierre Ynardhttpd: remove dead assignment
2011-11-29 Rémi Denis-CourmontRemove write-only HTTPd statistics
2011-11-29 Rémi Denis-CourmontRemove redundant object parameter to stats functions
2011-11-27 Jean-Baptiste KempfLGPL
2011-11-03 Rémi Denis-CourmontHTTPd: remove never used channel & bidirectional modes
2011-10-24 Pierre YnardRevert "Use separate HTTPd host per protocol"
2011-10-06 Rémi Denis-CourmontFix HTTP/RTSP crash on invalid request URI
2011-10-04 Pierre Ynardhttpd: don't inherit from libvlc object
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
next