1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Sep 15, 2025 — Sep 15, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
serve: add 'debug' command to set debug level More... about 14 years ago
serve: add 'check' command for checking pipeline status #gklst More... about 14 years ago
serve: tag debug output with 'server::' prefix More... about 14 years ago
serve: add 'quit' command to stop the server More... about 14 years ago
serve: add function is_running() to report whether the socket is accepting new connections More... about 14 years ago
serve: add server command, 'stopoutput' More... about 14 years ago
feed: there is no need to call parser.stop() in feed::stop() More... about 14 years ago
rbuf: use log.h for console debug output More... about 14 years ago
rbuf: ensure that we are always protected by a single mutex in rbuf::write() More... about 14 years ago
output: move all stream_method specific code into output_stream_thread() More... about 14 years ago
output: fix stream stop methodology More... about 14 years ago
serve: this ugly hack will remind me to clean up the formating code later on More... about 14 years ago
serve: before attaching new clients, check that all active sockets are valid More... about 14 years ago
serve: remove unneeded braces in serve_client::stop() More... about 14 years ago
serve: track the data format within the serve_client class More... about 14 years ago
serve: only send http headers when we're sure we're not going to pass the socket off to the binary data streamer More... about 14 years ago
output: Removing trailing whitespace from line 63 More... about 14 years ago
dvbtee: temporary hack: pass -S 2 to start streaming from the http listener port+1 More... about 14 years ago
output: inline function tcp_send() to be updated later More... about 14 years ago
output: check for and delete dead output_stream's when pushing data More... about 14 years ago
output: add the ability to spawn an http server for multiple streaming clients #gklst More... about 14 years ago
serve: use socket_listen class for handling incoming socket connections #gklst More... about 14 years ago
listen: add socket_listen class for handling incoming socket connections #gklst More... about 14 years ago
parse: output: use CHAR_CMD_COMMA macro where possible More... about 14 years ago
output: add function is_streaming() to report current state More... about 14 years ago
serve: dynamic serve_client context creation More... about 14 years ago
output: prevent output_stream::start() from being called twice More... about 14 years ago
serve: output: display socket fd in debug More... about 14 years ago
serve: create class serve_client to manage client context (work-in-progress) #gklst More... about 14 years ago
stream: one small step closer to fixing up a buggy streamback scheme More... about 14 years ago