1
I Use This!
Inactive

Commits : Listings

Analyzed about 15 hours ago. based on code collected about 15 hours ago.
Aug 17, 2024 — Aug 17, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
dvbtee: temporary hack: pass -S 2 to start streaming from the http listener port+1 More... almost 13 years ago
output: inline function tcp_send() to be updated later More... almost 13 years ago
output: check for and delete dead output_stream's when pushing data More... almost 13 years ago
output: add the ability to spawn an http server for multiple streaming clients #gklst More... almost 13 years ago
serve: use socket_listen class for handling incoming socket connections #gklst More... almost 13 years ago
listen: add socket_listen class for handling incoming socket connections #gklst More... almost 13 years ago
parse: output: use CHAR_CMD_COMMA macro where possible More... almost 13 years ago
output: add function is_streaming() to report current state More... almost 13 years ago
serve: dynamic serve_client context creation More... almost 13 years ago
output: prevent output_stream::start() from being called twice More... almost 13 years ago
serve: output: display socket fd in debug More... almost 13 years ago
serve: create class serve_client to manage client context (work-in-progress) #gklst More... almost 13 years ago
stream: one small step closer to fixing up a buggy streamback scheme More... almost 13 years ago
output: only check for errors during file and http streaming More... almost 13 years ago
output_stream: make sure count_in and count_out are initialized in the copy contrustor More... almost 13 years ago
output: try to survive failures during streaming More... almost 13 years ago
output: check return value of send() function calls More... almost 13 years ago
serve: fix cpu hog More... almost 13 years ago
serve: hack co-existence of http streaming and html data response More... almost 13 years ago
serve: tell command processor if our socket is connected via http More... almost 13 years ago
decode: fix warning: suggest explicit braces to avoid ambiguous ‘else’ [-Wparentheses] More... almost 13 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... almost 13 years ago
serve: pass socket into command processor More... almost 13 years ago
output: add support for streaming HTTP/1.1 headers, Content-type: application/octet-stream Transfer-Encoding: chunked More... almost 13 years ago
parse: add the ability to stream to a user-defined pre-existing socket More... almost 13 years ago
output: add the ability to stream to a user-defined pre-existing socket More... almost 13 years ago
output: begin to add support for streaming to an open HTTP socket More... almost 13 years ago
serve: /scan/ for previous behavior, /scan=2,4,5,7,9,11,13 to scan a list of channels More... almost 13 years ago
tune: add scan_for_services() function to support a list rather than range of channels More... almost 13 years ago
tune: add start_scan() function to support a list rather than range of channels More... almost 13 years ago