summaryrefslogtreecommitdiff
path: root/src/mod_fastcgi.c
Commit message (Expand)AuthorAgeFilesLines
* [core] improve array API to prevent theoretical memory leaksStefan Bühler2016-03-151-4/+2
* [mod_fastcgi,mod_scgi] fix leaking file-descriptor when backend spawning fail...Stefan Bühler2016-03-141-11/+21
* [mod_fastcgi] 404 for X-Sendfile file not found (fixes #2474)Glenn Strauss2016-03-041-10/+10
* [mod_fastcgi/mod_scgi] zero sockaddr structs before use (fixes #2691)Kyle J. McKay2015-12-041-4/+4
* [config] check config option scope; warn if server option is given in conditi...Stefan Bühler2015-11-071-5/+4
* maintain cq->bytes_in in chunk API; keep bytes_out/bytes_in syncedStefan Bühler2015-08-221-18/+1
* check fcgi_env_add return value (found by coverity)Stefan Bühler2015-07-051-2/+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-52/+47
* Remove buffer_prepare_copy() and buffer_prepare_append()Stefan Bühler2015-02-081-86/+42
* Remove chunkqueue_get_{append,prepend}* APIStefan Bühler2015-02-081-46/+30
* fix buffer, chunk and http_chunk APIStefan Bühler2015-02-081-156/+63
* check length of unix domain socket filenamesStefan Bühler2014-02-161-2/+15
* add force_assert() to enforce assertions as simple assert()s are disabled by ...Stefan Bühler2014-02-161-12/+12
* fix resource leaks in error cases on config parsing and other initializationsStefan Bühler2014-02-141-15/+20
* add comments for switch fall throughsStefan Bühler2014-02-141-1/+1
* [mod_fastcgi,mod_scgi] fix resource leaks on spawning backendsStefan Bühler2014-02-141-0/+3
* [mod_fastcgi] fix use after free (only triggered if fastcgi debug is active)Stefan Bühler2014-02-141-2/+3
* fix/silence bugs reported by ccc-analyzer (clang)Stefan Bühler2013-11-131-3/+1
* [auth] put REMOTE_USER into cgi environment, making it accessible to lua via ...Stefan Bühler2013-08-301-4/+0
* [ssl] Fix $HTTP["scheme"] conditional, could be "http" for ssl connections if...Stefan Bühler2013-07-311-1/+1
* [mod_fastcgi,log] support multi line logging (fixes #2252)Stefan Bühler2013-03-251-2/+2
* mod_fastcgi: fix mix up of "mode" => "authorizer" in other fastcgi configs (f...Stefan Bühler2013-01-041-0/+1
* Fix non-ANSI function declarations.Cyril Brulebois2012-08-311-4/+4
* [mod_*cgi,mod_accesslog] Fix splitting :port with ipv6 (fixes #2333, thx simo...Stefan Bühler2012-04-191-2/+8
* [auth] Add "AUTH_TYPE" environment (for *cgi), remove fastcgi specific workar...Stefan Bühler2012-04-191-29/+0
* Limit amount of bytes we send in one go; fixes stalling in one connection and...Stefan Bühler2011-08-221-1/+1
* fix some gcc warningsStefan Bühler2011-07-301-2/+0
* [*cgi] Use physical base dir (alias, userdir) as DOCUMENT_ROOT in cgi environ...Stefan Bühler2011-06-131-2/+3
* [mod_fastcgi]: remove unused var "last_used"Stefan Bühler2010-12-101-3/+0
* Rename fdevent_event_add to _set to reflect what the function does. Fix some ...Stefan Bühler2010-08-171-5/+5
* cleanup fdevent code, removed linux-rtsig handler, replaced some fprintf callsStefan Bühler2010-08-061-17/+2
* mod_fastcgi: Send 502 "Bad Gateway" if we couldn't open the file for X-Sendfi...Stefan Bühler2010-07-041-0/+4
* Fix parsing of fastcgi.debug option on big-endian (fixes #2230)Stefan Bühler2010-07-041-2/+2
* mod_fastcgi: x-sendfile2 parse error debuggingStefan Bühler2010-01-201-4/+17
* mod_fastcgi: Don't reconnect after connect() succeeded (fixes #2096)Stefan Bühler2009-11-071-23/+6
* mod_fastcgi: fix mod_fastcgi packet parsingStefan Bühler2009-11-071-10/+11
* Fix broken return values from int to enum in mod_fastcgiStefan Bühler2009-10-201-16/+6
* mod_fastcgi: Fix host->active_procs counter, return 503 if connect wasn't suc...Stefan Bühler2009-10-161-4/+5
* mod_fastcgi: Add "X-Sendfile2" - supporting multiple ranged files (fixes #2008)Stefan Bühler2009-10-141-3/+103
* Fix mod_fastcgi bin-path checkStefan Bühler2009-10-121-1/+1
* mod_fastcgi: restart local procs immediately after they terminated, fix local...Stefan Bühler2009-10-111-21/+27
* mod_fastcgi: fix is_local detection, respawn backends if bin-path is set (fix...Stefan Bühler2009-10-111-31/+32
* mod_fastcgi: don't disable backend if disable-time is 0 (fixes #1825)Stefan Bühler2009-10-111-36/+27
* Fix header inclusion order, always include "config.h" before any system headerStefan Bühler2009-10-111-16/+17
* - space cosmetic for last commitElan Ruusamäe2009-09-141-2/+2
* - include query string in fastcgi backend errorsElan Ruusamäe2009-09-141-10/+10
* Remove adaptive spawning code from fastcgi (was disabled for a long time)Stefan Bühler2009-07-231-149/+24
* Use disable-time in fastcgi for all disables after errors, default is 1sec (f...Stefan Bühler2009-07-231-11/+11
* Fix handling network-write return values (#2024)Stefan Bühler2009-07-231-5/+0