summaryrefslogtreecommitdiff
path: root/src/mod_scgi.c
Commit message (Expand)AuthorAgeFilesLines
* 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-33/+28
* Remove buffer_prepare_copy() and buffer_prepare_append()Stefan Bühler2015-02-081-36/+11
* Remove chunkqueue_get_{append,prepend}* APIStefan Bühler2015-02-081-1/+3
* fix buffer, chunk and http_chunk APIStefan Bühler2015-02-081-94/+41
* check length of unix domain socket filenamesStefan Bühler2014-02-161-2/+15
* [mod_scgi] use goto error for all error cases in mod_scgi_set_defaultsStefan Bühler2014-02-161-4/+4
* add force_assert() to enforce assertions as simple assert()s are disabled by ...Stefan Bühler2014-02-161-6/+6
* fix resource leaks in error cases on config parsing and other initializationsStefan Bühler2014-02-141-8/+13
* [mod_fastcgi,mod_scgi] fix resource leaks on spawning backendsStefan Bühler2014-02-141-0/+4
* fix/silence bugs reported by ccc-analyzer (clang)Stefan Bühler2013-11-131-1/+1
* [mod_scgi] fix log typosStefan Bühler2013-09-061-2/+2
* [auth] put REMOTE_USER into cgi environment, making it accessible to lua via ...Stefan Bühler2013-08-301-6/+0
* [ssl] Fix $HTTP["scheme"] conditional, could be "http" for ssl connections if...Stefan Bühler2013-07-311-1/+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
* Limit amount of bytes we send in one go; fixes stalling in one connection and...Stefan Bühler2011-08-221-1/+1
* [*cgi] Use physical base dir (alias, userdir) as DOCUMENT_ROOT in cgi environ...Stefan Bühler2011-06-131-2/+2
* 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
* Fix header inclusion order, always include "config.h" before any system headerStefan Bühler2009-10-111-12/+13
* Fix handling network-write return values (#2024)Stefan Bühler2009-07-231-10/+3
* Fix issues found with clang analyzerStefan Bühler2009-07-211-14/+15
* Fix hanging connection in mod_scgi (fixes #2024)Stefan Bühler2009-07-131-3/+3
* Reset ignored signals to SIG_DFL before exec() in fastcgi/scgi (fixes #2029)Stefan Bühler2009-07-131-1/+16
* Add server.breakagelog, a "special" stderr (fixes #1863)Stefan Bühler2009-06-211-2/+0
* Fix workaround for incorrect path info/scriptname if scgi prefix is "/" (fixe...Stefan Bühler2009-04-291-5/+5
* Fix SERVER_NAME port stripping (fixes #1968)Stefan Bühler2009-04-281-3/+4
* Use server.tag for SERVER_SOFTWARE if configured (fixes #357)Stefan Bühler2009-04-111-1/+5
* Add revision number to package version for svn/git checkoutsStefan Bühler2009-04-101-1/+3
* Remove the optional port info from SERVER_NAME (thx Mr_Bond)Stefan Bühler2009-04-091-1/+5
* Added some extra warning options in cmake and fix the resulting warnings (unu...Stefan Bühler2009-03-071-9/+10
* Fix segfault in mod_scgi (fixes #1911)Stefan Bühler2009-02-281-6/+8
* Allow digits in [s]cgi env vars (#1712)Stefan Bühler2008-08-011-1/+1
* Insert many con->mode checks; they should prevent two modules to handle the s...Stefan Bühler2008-08-011-9/+2
* mod_{fast,s}cgi: overwrite environment variables (#1722)Stefan Bühler2008-07-311-0/+10
* Use filedescriptor 0 for mod_scgi spawn socket, redirect STDERR to /dev/null ...Stefan Bühler2008-07-311-1/+10
* Replace buffer_{append,copy}_string with the _len variant where possible (#17...Stefan Bühler2008-07-301-4/+4
* Fix scgi HTTP/1.* status parsing (#1638), found by met@uberstats.comStefan Bühler2008-07-281-3/+2
* fixed #729: Incorrect PATH_INFO when FastCGI is serving "/", use "fix-root-sc...mOo2008-05-221-0/+16
* sync code between fastcgi->scgi: copy note_is_sent, fix typosmOo2008-05-221-20/+27
* sync the "if" logic block with mod_fastcgi to make the indention samemOo2008-05-221-73/+74
* fix min-procs handling in mod_scgi.c, just set to max-procs (patch from #623)Stefan Bühler2008-02-281-0/+3
* - fix also scgi and proxy modules. #1489Elan Ruusamäe2008-01-161-2/+3
* renamed ltostr() to LI_ltostr() to fix compile on HP/UX (fixes #465)Jan Kneschke2007-08-181-3/+3
* fixed possible overflow in unix-socket path checks on BSD (#713)Jan Kneschke2007-08-181-6/+2
* * fixed crash on 32bit archs when debug-msgs are printed in mod_scgi,Jan Kneschke2007-07-171-2/+2
* fixed type-cast for NULL in execl() (fixes #1235), fix provided by FrankJan Kneschke2007-06-151-1/+1
* commit fix from Ticket #964Robert Jakabosky2007-01-051-1/+1
* - white space cleanup part 2 this time 1.4 ;)Marcus Rückert2006-10-041-738/+738