summaryrefslogtreecommitdiff
path: root/src/mod_flv_streaming.c
Commit message (Expand)AuthorAgeFilesLines
* [core] simpler config_check_cond()Glenn Strauss2020-05-231-3/+2
* [core] inline buffer key for *_patch_connection()Glenn Strauss2020-02-241-1/+1
* [mod_flv_streaming] parse query string w/o copyingGlenn Strauss2020-02-241-57/+23
* [multiple] cleaner calloc use in SETDEFAULTS_FUNCMohammed Sadiq2019-04-201-1/+1
* [mod_cml,mod_flv_streaming] fix NULL ptr derefGlenn Strauss2018-12-021-0/+1
* [core] perf: array_reset_data_strings()Glenn Strauss2018-10-221-1/+1
* [mod_flv_streaming] code simplificationsGlenn Strauss2018-09-231-57/+18
* [multiple] code reuse: employ array_match_*()Glenn Strauss2018-09-231-13/+1
* [core] abstraction layer for HTTP header manipGlenn Strauss2018-09-231-2/+2
* [core] code reuse with array_insert_key_value()Glenn Strauss2018-09-161-8/+1
* [core] remove unused includes of stat_cache.hGlenn Strauss2017-07-151-1/+0
* [core] remove some unused header includesGlenn Strauss2017-03-281-1/+0
* [config] more specific checks for array listsGlenn Strauss2017-03-081-0/+6
* [mod_flv_streaming] add end pos param (fixes #1887)Glenn Strauss2017-01-311-13/+19
* http_response_backend_error()Glenn Strauss2016-06-191-1/+0
* [core] open fd when appending file to cq (fixes #2655)Glenn Strauss2016-04-181-11/+4
* consistent inclusion of config.h at top of files (fixes #2073)Glenn Strauss2016-03-191-0/+2
* [config] check config option scope; warn if server option is given in conditi...Stefan Bühler2015-11-071-1/+2
* fix segfaults in many plugins if they failed configurationStefan Bühler2015-05-141-1/+1
* Use buffer API to read and modify "used" memberStefan Bühler2015-02-081-6/+7
* Remove chunkqueue_get_{append,prepend}* APIStefan Bühler2015-02-081-4/+2
* fix buffer, chunk and http_chunk APIStefan Bühler2015-02-081-2/+2
* fix/silence bugs reported by ccc-analyzer (clang)Stefan Bühler2013-11-131-1/+1
* Fix header inclusion order, always include "config.h" before any system headerStefan Bühler2009-10-111-7/+3
* Added some extra warning options in cmake and fix the resulting warnings (unu...Stefan Bühler2009-03-071-0/+1
* Insert many con->mode checks; they should prevent two modules to handle the s...Stefan Bühler2008-08-011-0/+2
* Replace buffer_{append,copy}_string with the _len variant where possible (#17...Stefan Bühler2008-07-301-1/+1
* - white space cleanup part 2 this time 1.4 ;)Marcus Rückert2006-10-041-47/+47
* merged [1082]Jan Kneschke2006-09-071-3/+3
* added mod_flv_streaming.c for streaming flash movies efficientlyJan Kneschke2006-03-071-0/+278