1
0
mirror of https://gitlab.xiph.org/xiph/icecast-server.git synced 2024-06-23 06:25:24 +00:00
icecast-server/src
Philipp Schafft d6908eb024 Fix/Cleanup: Answer SOURCE/PUT requests with a real 200-OK.
We have answered SOURCE/PUT requests with a simple
"HTTP/1.0 200 OK\r\n\r\n" while we should answer with complet
headers. This commit corrects this.

Interoperability:
This will work for two classes of clients:
 * Super dumb ones not checking the response and will just send
   data and hope the socket is still open.
 * Those with a real parser.
 * Shoutcast clients (indepnded code path).
 * All libshout, curl, wget, ... based clients.

This *could* break:
 * Clients that check for the exact returned message. However
   as we start with the same string this should work.
   Only client that check for the string including the End-of-header
   CRLF sequense may break.

Please test careful before release.
2015-02-10 09:12:33 +00:00
..
common@ae2a956d88 Sync common/ 2015-02-10 08:46:44 +00:00
acl.c Cleanup codestyle 2015-01-25 19:57:27 +01:00
acl.h Epic Git migration commit 2014-12-02 22:50:57 +01:00
admin.c Feature: Expose TLS status in <listener> tags. 2015-02-09 12:14:16 +00:00
admin.h Cleanup codestyle 2015-01-25 19:57:27 +01:00
auth_anonymous.c Cleanup codestyle 2015-01-25 19:57:27 +01:00
auth_htpasswd.c Cleanup codestyle 2015-01-25 19:57:27 +01:00
auth_static.c Cleanup codestyle 2015-01-25 19:57:27 +01:00
auth_url.c Cleanup codestyle 2015-01-25 19:57:27 +01:00
auth.c Cleanup codestyle 2015-01-25 19:57:27 +01:00
auth.h Cleanup codestyle 2015-01-25 19:57:27 +01:00
cfgfile.c Cleanup codestyle 2015-01-25 19:57:27 +01:00
cfgfile.h Fix: Announce RFC 2817 TLS Support if TLS support is enabled. 2015-02-02 01:05:05 +00:00
client.c Fix: do keep SSL state when reusing a TLS connection. 2015-02-06 10:25:40 +00:00
client.h Feature: Allow RFC 2817 style Upgrade command. 2015-02-02 00:34:45 +00:00
compat.h win32 updates. cleanup of the start and finish of the gui and service 2009-08-05 22:32:47 +00:00
configtest.c Cleanup: Removed tailing spaces 2015-01-10 18:53:44 +00:00
connection.c Fix/Cleanup: Answer SOURCE/PUT requests with a real 200-OK. 2015-02-10 09:12:33 +00:00
connection.h Feature: Allow RFC 2817 style Upgrade command. 2015-02-02 00:34:45 +00:00
event_exec.c Fix: Added missing includes 2014-12-20 13:40:44 +00:00
event_exec.h Added <event>: Unified handling of events. 2014-12-08 00:39:57 +00:00
event_log.c Fix: Added missing includes 2014-12-20 13:40:44 +00:00
event_log.h Added <event>: Unified handling of events. 2014-12-08 00:39:57 +00:00
event_url.c Fix: Added missing includes 2014-12-20 13:40:44 +00:00
event_url.h Added <event>: Unified handling of events. 2014-12-08 00:39:57 +00:00
event.c Fix: do not release events that are still in the queue 2015-01-18 17:26:07 +00:00
event.h Added <event>: Unified handling of events. 2014-12-08 00:39:57 +00:00
format_ebml.c Cleanup: Removed tailing spaces 2015-01-10 18:53:44 +00:00
format_ebml.h Clarify that only these specific files are GPLv2 or v3. 2012-05-24 18:32:06 +00:00
format_flac.c Cleanup: Removed tailing spaces 2015-01-10 18:53:44 +00:00
format_flac.h better coding style, patch by ePirat. refs #2059 2014-11-30 20:32:30 +00:00
format_kate.c Cleanup: Removed tailing spaces 2015-01-10 18:53:44 +00:00
format_kate.h better coding style, patch by ePirat. refs #2059 2014-11-30 20:32:30 +00:00
format_midi.c Cleanup: Removed tailing spaces 2015-01-10 18:53:44 +00:00
format_midi.h better coding style, patch by ePirat. refs #2059 2014-11-30 20:32:30 +00:00
format_mp3.c Cleanup: Removed tailing spaces 2015-01-10 18:53:44 +00:00
format_mp3.h Feature: Extract metadata and export them to stats.xml 2014-12-09 16:08:27 +00:00
format_ogg.c Cleanup: Removed tailing spaces 2015-01-10 18:53:44 +00:00
format_ogg.h Feature: Extract metadata and export them to stats.xml 2014-12-09 16:08:27 +00:00
format_opus.c Feature: Extract metadata and export them to stats.xml 2014-12-09 16:08:27 +00:00
format_opus.h better coding style, patch by ePirat. refs #2059 2014-11-30 20:32:30 +00:00
format_skeleton.c Cleanup: Removed tailing spaces 2015-01-10 18:53:44 +00:00
format_skeleton.h Add Kate and Skeleton codecs to ogg handler. patch by ogg.k.ogg.k 2008-04-19 02:11:37 +00:00
format_speex.c Cleanup: Removed tailing spaces 2015-01-10 18:53:44 +00:00
format_speex.h better coding style, patch by ePirat. refs #2059 2014-11-30 20:32:30 +00:00
format_theora.c Cleanup: Removed tailing spaces 2015-01-10 18:53:44 +00:00
format_theora.h merge multi ogg codec handling. Handle theora and/or vorbis. Place new 2004-12-07 21:06:26 +00:00
format_vorbis.c Cleanup: Removed tailing spaces 2015-01-10 18:53:44 +00:00
format_vorbis.h merge multi ogg codec handling. Handle theora and/or vorbis. Place new 2004-12-07 21:06:26 +00:00
format.c Fix: Added some more HTTP/1.1 headers 2015-02-01 11:56:03 +00:00
format.h Feature: Extract metadata and export them to stats.xml 2014-12-09 16:08:27 +00:00
fserve.c Fix: Added some more HTTP/1.1 headers 2015-02-01 11:56:03 +00:00
fserve.h Allow rereading of the mime types file on xml reload. Also allow for specifying 2007-08-13 21:33:27 +00:00
global.c Cleanup: Removed tailing spaces 2015-01-10 18:53:44 +00:00
global.h Epic Git migration commit 2014-12-02 22:50:57 +01:00
logging.c Cleanup: Removed tailing spaces 2015-01-10 18:53:44 +00:00
logging.h Added <event>: Unified handling of events. 2014-12-08 00:39:57 +00:00
main.c Cleanup: Removed tailing spaces 2015-01-10 18:53:44 +00:00
Makefile.am Cleanup: Removed trivial header files for auth backends 2015-01-06 11:29:07 +00:00
md5.c Cleanup: Removed tailing spaces 2015-01-10 18:53:44 +00:00
md5.h minor cleanups 2004-11-20 02:16:59 +00:00
refbuf.c Cleanup: Removed tailing spaces 2015-01-10 18:53:44 +00:00
refbuf.h type cleanups. reduces memory usage on 64bit, no difference on 32bit. closes #780 2007-12-15 17:02:16 +00:00
sighandler.c Cleanup: Removed tailing spaces 2015-01-10 18:53:44 +00:00
sighandler.h cleanup unused var schedule_config_reread. 2012-11-13 11:25:46 +00:00
slave.c Cleanup: Removed tailing spaces 2015-01-10 18:53:44 +00:00
slave.h Epic Git migration commit 2014-12-02 22:50:57 +01:00
source.c Fix: Detect socket errors on TLS based source connections 2015-02-07 12:21:31 +00:00
source.h Epic Git migration commit 2014-12-02 22:50:57 +01:00
stats.c Cleanup: Removed tailing spaces 2015-01-10 18:53:44 +00:00
stats.h Added 'lagcay' mode stats.xml. 2014-12-18 09:56:54 +00:00
TODO added new lion at end of file so it does not mess up my console. 2012-07-17 14:50:44 +00:00
util.c Fix: Allow client=NULL in util_http_build_header() 2015-02-02 01:08:37 +00:00
util.h Fix: Added some more HTTP/1.1 headers 2015-02-01 11:56:03 +00:00
xslt.c Fix: Added some more HTTP/1.1 headers 2015-02-01 11:56:03 +00:00
xslt.h Epic Git migration commit 2014-12-02 22:50:57 +01:00
yp.c Feature: Sending <admin> field to yp server 2015-01-18 18:47:24 +00:00
yp.h better coding style, patch by ePirat. refs #2059 2014-11-30 20:32:30 +00:00