- Mar 16, 2016
-
-
Marvin Scholz authored
This conditionally disables specific functions which seem to be missing in some android NDK versions.
-
- Feb 03, 2016
-
-
Stephan Jauernick authored
-
- Nov 28, 2015
-
-
Marvin Scholz authored
-
- Nov 20, 2015
-
-
Philipp Schafft authored
This fixes missing includes of standard headers. This seems to happened as a result of cleaning up the protocol code.
-
- Nov 04, 2015
-
-
Philipp Schafft authored
-
- Feb 10, 2015
-
-
Philipp Schafft authored
-
Philipp Schafft authored
-
Philipp Schafft authored
This fixes a lot bugs. debug fprintf()s are included intentionally and will be removed by the next commit.
-
Philipp Schafft authored
This adds a micro library for handling HTTP Transfer encodings. This is mostly to implement PUT with chunked support in Icecast2.
-
Philipp Schafft authored
This added support for the standard HTTP/1.1 methods: * OPTIONS - Query the server to tell what features are supported. * DELETE - Delete a resource on a server. In Icecast2 context this is about what is known as 'kick source'. * TRACE - Asks the server to return the request to the client as body. The client is to send a body-less request and the server will return with a 200 OK and the body to to be the exact bitstream it got from the client (or any (reverse) proxy). The Content-Type is to be set to 'message/http'. * CONNECT - Client asks the server to proxy the request to the given resource. This hardly seems to make sense for Icecast2 but may be used by some clients such as libshout. Therefor I added it as well so we have at least an ID assigned to it. Please note that this is a ABI breaker and you will need to recompile your projects (use 'make clean all'). See: RFC2616
-
- Dec 29, 2014
-
-
Thomas B. Rücker authored
see 53658217
-
- Dec 27, 2014
-
-
Signed-off-by:
Thomas B. Ruecker <thomas@ruecker.fi>
-
- Dec 24, 2014
-
-
From: Erik van Pienbroek <epienbro@fedoraproject.org> Date: Mon, 22 Dec 2014 18:02:09 +0100
-
- Dec 05, 2014
-
-
Thomas B. Rücker authored
This change was ACKd by all authors and explicitly states the license to be LGPLv2 in all files to match COPYING. This removes ambiguity when using these files e.g. as part of libshout. For a list of authors, pease refer to the copyright headers of each file.
-
- Dec 02, 2014
-
-
Marvin Scholz authored
-
- Nov 22, 2014
-
-
Philipp Schafft authored
svn path=/icecast/trunk/httpp/; revision=19348
-
Philipp Schafft authored
Changed ABI a bit: updated httpp_request_type_e-type. To avoid any problems do a complet rebuild of your projects. Thank you. svn path=/icecast/trunk/httpp/; revision=19347
-
- Nov 07, 2014
-
-
Philipp Schafft authored
svn path=/icecast/trunk/net/; revision=19282
-
Philipp Schafft authored
svn path=/icecast/trunk/httpp/; revision=19281
-
- Jul 04, 2013
-
-
Philipp Schafft authored
svn path=/icecast/trunk/log/; revision=18961
-
- Apr 02, 2013
-
-
Philipp Schafft authored
svn path=/icecast/trunk/log/; revision=18900
-
- Jan 16, 2013
-
-
Philipp Schafft authored
svn path=/icecast/trunk/avl/; revision=18771
-
- Jan 02, 2013
-
-
Philipp Schafft authored
svn path=/icecast/trunk/log/; revision=18756
-
- Jul 31, 2012
-
-
Philipp Schafft authored
svn path=/icecast/trunk/log/; revision=18485
-
- Jul 16, 2012
-
-
Philipp Schafft authored
svn path=/icecast/trunk/httpp/; revision=18452
-
- Jun 07, 2012
-
-
Philipp Schafft authored
svn path=/icecast/trunk/log/; revision=18363
-
Philipp Schafft authored
svn path=/icecast/trunk/log/; revision=18362
-
Philipp Schafft authored
svn path=/icecast/trunk/log/; revision=18361
-
Thomas B. Rücker authored
svn path=/icecast/trunk/log/; revision=18356
-
- Jul 07, 2009
-
-
Karl Heyes authored
svn path=/icecast/trunk/httpp/; revision=16213
-
- Jul 06, 2009
-
-
Karl Heyes authored
of sock_connected had incorrect return in failure case. svn path=/icecast/trunk/net/; revision=16209
-
- Mar 14, 2009
-
-
Karl Heyes authored
specifying the TCP send buffer size, it seems that on at least some win32 systems, the window size stays at 8k (even with registry settings) which could limit available streaming bandwidth. svn path=/icecast/trunk/net/; revision=15766
-
- Jan 09, 2009
-
-
Karl Heyes authored
svn path=/icecast/trunk/thread/; revision=15614
-
- Jan 08, 2009
-
-
Karl Heyes authored
bind parameter to connect_wto call. Some small compiler cleanups. svn path=/icecast/trunk/net/; revision=15611
-
Karl Heyes authored
compiler printf arg checking. timing: win32 fix, don't use timeGetTime, fixes access log timestamp svn path=/icecast/trunk/log/; revision=15610
-
- Jul 19, 2008
-
-
Karl Heyes authored
is using them currently, so lets reduce the structure size. On win32, this extra lock increases the handles usage considerably. svn path=/icecast/trunk/avl/; revision=15120
-
- Feb 28, 2008
-
-
Karl Heyes authored
svn path=/icecast/trunk/net/; revision=14545
-
- Feb 05, 2008
-
-
Karl Heyes authored
svn path=/icecast/trunk/net/; revision=14457
-
- Jan 24, 2008
-
-
Karl Heyes authored
glibc this calls for a stat of /etc/localtime each time svn path=/icecast/trunk/log/; revision=14429
-
- Dec 20, 2007
-
-
Karl Heyes authored
svn path=/icecast/trunk/net/; revision=14319
-