summaryrefslogtreecommitdiff
path: root/src/mod_uploadprogress.c
Commit message (Expand)AuthorAgeFilesLines
* [core] remove unused includes of stat_cache.hGlenn Strauss2017-07-151-1/+0
* [mod_uploadprogress] handle query str progress ID (fixes #2808)Glenn Strauss2017-05-071-35/+33
* remove redundant calls to end-of-request hooksGlenn Strauss2017-01-141-2/+1
* [mod_uploadprogress] add to default buildGlenn Strauss2016-09-121-2/+1
* [mod_uploadprogress] fix mem leak (#1858)Glenn Strauss2016-07-071-42/+27
* 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-0/+2
* Remove chunkqueue_get_{append,prepend}* APIStefan Bühler2015-02-081-4/+7
* fix buffer, chunk and http_chunk APIStefan Bühler2015-02-081-5/+5
* 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-4/+4
* Added some extra warning options in cmake and fix the resulting warnings (unu...Stefan Bühler2009-03-071-5/+6
* Insert many con->mode checks; they should prevent two modules to handle the s...Stefan Bühler2008-08-011-0/+1
* Replace buffer_{append,copy}_string with the _len variant where possible (#17...Stefan Bühler2008-07-301-8/+11
* - white space cleanup part 2 this time 1.4 ;)Marcus Rückert2006-10-041-90/+90
* removed debug codeJan Kneschke2005-09-261-8/+0
* if we would have streaming mod_uploadprogress would workJan Kneschke2005-09-261-10/+26
* copied mod-uploadprogress as we get to the point where it will work againJan Kneschke2005-09-251-0/+422