1
I Use This!
Inactive

Commits : Listings

Analyzed about 15 hours ago. based on code collected 1 day ago.
Sep 15, 2025 — Sep 15, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
output: only check for errors during file and http streaming More... about 14 years ago
output_stream: make sure count_in and count_out are initialized in the copy contrustor More... about 14 years ago
output: try to survive failures during streaming More... about 14 years ago
output: check return value of send() function calls More... about 14 years ago
serve: fix cpu hog More... about 14 years ago
serve: hack co-existence of http streaming and html data response More... about 14 years ago
serve: tell command processor if our socket is connected via http More... about 14 years ago
decode: fix warning: suggest explicit braces to avoid ambiguous ‘else’ [-Wparentheses] More... about 14 years ago
serve: fix warning: format ‘%d’ expects argument of type ‘int’, but argument 4 has type ‘size_t {aka long unsigned int}’ [-Wformat] More... about 14 years ago
serve: pass socket into command processor More... about 14 years ago
output: add support for streaming HTTP/1.1 headers, Content-type: application/octet-stream Transfer-Encoding: chunked More... about 14 years ago
parse: add the ability to stream to a user-defined pre-existing socket More... about 14 years ago
output: add the ability to stream to a user-defined pre-existing socket More... about 14 years ago
output: begin to add support for streaming to an open HTTP socket More... about 14 years ago
serve: /scan/ for previous behavior, /scan=2,4,5,7,9,11,13 to scan a list of channels More... about 14 years ago
tune: add scan_for_services() function to support a list rather than range of channels More... about 14 years ago
tune: add start_scan() function to support a list rather than range of channels More... about 14 years ago
tune: check the desired scan mode in the range version of start_scan() More... about 14 years ago
tune: separate start_scan() into two separate functions to build a list of channels and to begin scanning More... about 14 years ago
tune: scan_thread() iterates a list of channels rather than a range of channels to scan More... about 14 years ago
serve: use streamback_callback hack to dump channel lists via http More... about 14 years ago
html: start (unused) function html_dump_channels() More... about 14 years ago
serve: fix http chunking issue when returning no data More... about 14 years ago
serve: create static inline function stream_crlf() More... about 14 years ago
serve: create static function stream_http_chunk() More... about 14 years ago
serve: move static function declaration of serve_thread to directly above class member function More... about 14 years ago
serve: convert some potentially reusable strings into #define'd macros More... about 14 years ago
serve: include EPG in scan when scan=epg or scan/epg etc More... about 14 years ago
serve: include EPG in scan when scan=epg More... about 14 years ago
serve: fix HTTP response More... about 14 years ago