| Commit message (Expand) | Author | Age | Files | Lines |
* | fix segfaults in many plugins if they failed configuration | Stefan Bühler | 2015-05-14 | 1 | -1/+1 |
* | Use buffer API to read and modify "used" member | Stefan Bühler | 2015-02-08 | 1 | -33/+28 |
* | Remove buffer_prepare_copy() and buffer_prepare_append() | Stefan Bühler | 2015-02-08 | 1 | -36/+11 |
* | Remove chunkqueue_get_{append,prepend}* API | Stefan Bühler | 2015-02-08 | 1 | -1/+3 |
* | fix buffer, chunk and http_chunk API | Stefan Bühler | 2015-02-08 | 1 | -94/+41 |
* | check length of unix domain socket filenames | Stefan Bühler | 2014-02-16 | 1 | -2/+15 |
* | [mod_scgi] use goto error for all error cases in mod_scgi_set_defaults | Stefan Bühler | 2014-02-16 | 1 | -4/+4 |
* | add force_assert() to enforce assertions as simple assert()s are disabled by ... | Stefan Bühler | 2014-02-16 | 1 | -6/+6 |
* | fix resource leaks in error cases on config parsing and other initializations | Stefan Bühler | 2014-02-14 | 1 | -8/+13 |
* | [mod_fastcgi,mod_scgi] fix resource leaks on spawning backends | Stefan Bühler | 2014-02-14 | 1 | -0/+4 |
* | fix/silence bugs reported by ccc-analyzer (clang) | Stefan Bühler | 2013-11-13 | 1 | -1/+1 |
* | [mod_scgi] fix log typos | Stefan Bühler | 2013-09-06 | 1 | -2/+2 |
* | [auth] put REMOTE_USER into cgi environment, making it accessible to lua via ... | Stefan Bühler | 2013-08-30 | 1 | -6/+0 |
* | [ssl] Fix $HTTP["scheme"] conditional, could be "http" for ssl connections if... | Stefan Bühler | 2013-07-31 | 1 | -1/+1 |
* | Fix non-ANSI function declarations. | Cyril Brulebois | 2012-08-31 | 1 | -4/+4 |
* | [mod_*cgi,mod_accesslog] Fix splitting :port with ipv6 (fixes #2333, thx simo... | Stefan Bühler | 2012-04-19 | 1 | -2/+8 |
* | Limit amount of bytes we send in one go; fixes stalling in one connection and... | Stefan Bühler | 2011-08-22 | 1 | -1/+1 |
* | [*cgi] Use physical base dir (alias, userdir) as DOCUMENT_ROOT in cgi environ... | Stefan Bühler | 2011-06-13 | 1 | -2/+2 |
* | Rename fdevent_event_add to _set to reflect what the function does. Fix some ... | Stefan Bühler | 2010-08-17 | 1 | -5/+5 |
* | cleanup fdevent code, removed linux-rtsig handler, replaced some fprintf calls | Stefan Bühler | 2010-08-06 | 1 | -17/+2 |
* | Fix header inclusion order, always include "config.h" before any system header | Stefan Bühler | 2009-10-11 | 1 | -12/+13 |
* | Fix handling network-write return values (#2024) | Stefan Bühler | 2009-07-23 | 1 | -10/+3 |
* | Fix issues found with clang analyzer | Stefan Bühler | 2009-07-21 | 1 | -14/+15 |
* | Fix hanging connection in mod_scgi (fixes #2024) | Stefan Bühler | 2009-07-13 | 1 | -3/+3 |
* | Reset ignored signals to SIG_DFL before exec() in fastcgi/scgi (fixes #2029) | Stefan Bühler | 2009-07-13 | 1 | -1/+16 |
* | Add server.breakagelog, a "special" stderr (fixes #1863) | Stefan Bühler | 2009-06-21 | 1 | -2/+0 |
* | Fix workaround for incorrect path info/scriptname if scgi prefix is "/" (fixe... | Stefan Bühler | 2009-04-29 | 1 | -5/+5 |
* | Fix SERVER_NAME port stripping (fixes #1968) | Stefan Bühler | 2009-04-28 | 1 | -3/+4 |
* | Use server.tag for SERVER_SOFTWARE if configured (fixes #357) | Stefan Bühler | 2009-04-11 | 1 | -1/+5 |
* | Add revision number to package version for svn/git checkouts | Stefan Bühler | 2009-04-10 | 1 | -1/+3 |
* | Remove the optional port info from SERVER_NAME (thx Mr_Bond) | Stefan Bühler | 2009-04-09 | 1 | -1/+5 |
* | Added some extra warning options in cmake and fix the resulting warnings (unu... | Stefan Bühler | 2009-03-07 | 1 | -9/+10 |
* | Fix segfault in mod_scgi (fixes #1911) | Stefan Bühler | 2009-02-28 | 1 | -6/+8 |
* | Allow digits in [s]cgi env vars (#1712) | Stefan Bühler | 2008-08-01 | 1 | -1/+1 |
* | Insert many con->mode checks; they should prevent two modules to handle the s... | Stefan Bühler | 2008-08-01 | 1 | -9/+2 |
* | mod_{fast,s}cgi: overwrite environment variables (#1722) | Stefan Bühler | 2008-07-31 | 1 | -0/+10 |
* | Use filedescriptor 0 for mod_scgi spawn socket, redirect STDERR to /dev/null ... | Stefan Bühler | 2008-07-31 | 1 | -1/+10 |
* | Replace buffer_{append,copy}_string with the _len variant where possible (#17... | Stefan Bühler | 2008-07-30 | 1 | -4/+4 |
* | Fix scgi HTTP/1.* status parsing (#1638), found by met@uberstats.com | Stefan Bühler | 2008-07-28 | 1 | -3/+2 |
* | fixed #729: Incorrect PATH_INFO when FastCGI is serving "/", use "fix-root-sc... | mOo | 2008-05-22 | 1 | -0/+16 |
* | sync code between fastcgi->scgi: copy note_is_sent, fix typos | mOo | 2008-05-22 | 1 | -20/+27 |
* | sync the "if" logic block with mod_fastcgi to make the indention same | mOo | 2008-05-22 | 1 | -73/+74 |
* | fix min-procs handling in mod_scgi.c, just set to max-procs (patch from #623) | Stefan Bühler | 2008-02-28 | 1 | -0/+3 |
* | - fix also scgi and proxy modules. #1489 | Elan Ruusamäe | 2008-01-16 | 1 | -2/+3 |
* | renamed ltostr() to LI_ltostr() to fix compile on HP/UX (fixes #465) | Jan Kneschke | 2007-08-18 | 1 | -3/+3 |
* | fixed possible overflow in unix-socket path checks on BSD (#713) | Jan Kneschke | 2007-08-18 | 1 | -6/+2 |
* | * fixed crash on 32bit archs when debug-msgs are printed in mod_scgi, | Jan Kneschke | 2007-07-17 | 1 | -2/+2 |
* | fixed type-cast for NULL in execl() (fixes #1235), fix provided by Frank | Jan Kneschke | 2007-06-15 | 1 | -1/+1 |
* | commit fix from Ticket #964 | Robert Jakabosky | 2007-01-05 | 1 | -1/+1 |
* | - white space cleanup part 2 this time 1.4 ;) | Marcus Rückert | 2006-10-04 | 1 | -738/+738 |