Commit graph

16 commits

Author SHA1 Message Date
Andreas Öman
f6bed08aef Add a decent URL argument parser 2007-12-02 16:24:14 +00:00
Andreas Öman
05a18bbe52 fix bug in URL parser (i bet there are some left) 2007-12-02 15:32:40 +00:00
Andreas Öman
e89b312454 init random number generator 2007-11-28 08:00:38 +00:00
Andreas Öman
39307445f9 add RTSP URL in HTML interface 2007-11-27 17:22:54 +00:00
Andreas Öman
d304de8f55 reeanble RTSP, drop some debug and tell clients not to cache content 2007-11-25 08:49:06 +00:00
Andreas Öman
c37a5d4b84 disable RTSP for now, it's not access protected 2007-11-24 07:06:37 +00:00
Andreas Öman
6c2564411a Add framework for access control 2007-11-22 20:11:12 +00:00
Andreas Öman
40548fe677 Don't start http server unless user specifies '-h <port>' 2007-11-19 21:53:21 +00:00
Andreas Öman
74e1c687e1 dont include '/' (slash) in remaining part of url 2007-11-04 12:56:50 +00:00
Andreas Öman
aaf2b3939e add http_output_queue() - send a tcp_queue over HTTP connection and prepend it with correct HTTP headers 2007-11-04 09:36:18 +00:00
Andreas Öman
3725d4d544 make http_output_reply_header() public 2007-11-03 06:40:21 +00:00
Andreas Öman
50f37f1456 add callbacks for a virtual http server 2007-11-03 06:34:53 +00:00
Andreas Öman
435ccaa85b restructure code slightly so we get common header parsing for RTSP as well 2007-11-02 22:20:55 +00:00
Andreas Öman
b2f49c519a merge RTSP into the HTTP server 2007-11-02 22:14:19 +00:00
Andreas Öman
abaafa807c merge common code from RTSP and HTTP into http.[ch] 2007-11-02 21:57:09 +00:00
Andreas Öman
7c5149fb74 Add an integrated HTTP server, currently responds with 404 to everything 2007-11-02 18:22:53 +00:00