summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Add support for pipe logging for server.errorlog (fixes #296)Stefan Bühler2009-04-106-91/+95
* Some small example-config updates (fixes #1540)Stefan Bühler2009-04-091-8/+2
* Include mmap.h from chunk.h to fix some problems with #define mmap mmap64 (fi...Stefan Bühler2009-04-092-0/+2
* Check for regular file in mod_cgi, so we don't try to start directoriesStefan Bühler2009-04-092-0/+6
* Fix hashing the terminating zero in etag.cStefan Bühler2009-04-091-1/+1
* Fix some cmake issues (xattr and mysql)Stefan Bühler2009-04-091-3/+5
* Add proper SUID bit detection (fixes #416)Stefan Bühler2009-04-095-1/+16
* Rename configure.in to configure.ac, with small cleanups (fixes #1932)Stefan Bühler2009-04-092-6/+17
* Remove mod_uploadprogress from cmake/scons (fixes #1955)Stefan Bühler2009-04-092-2/+2
* Fix "mod_indexfile(s)" typos (#1948)Stefan Bühler2009-04-092-2/+3
* Fix mod_proxy RoundRobin (off by one problem if only one backend is up)Stefan Bühler2009-04-092-1/+2
* Remove the optional port info from SERVER_NAME (thx Mr_Bond)Stefan Bühler2009-04-095-6/+23
* Strip trailing dot from "Host:" headerStefan Bühler2009-04-092-2/+11
* Removed unneeded buffer_is_empty check in stat cacheStefan Bühler2009-04-061-1/+1
* Fix mixed declarations and code in mod_rrdtoolStefan Bühler2009-04-051-1/+1
* Remove link from errormsg about fastcgi apps (fixes #1942)Stefan Bühler2009-04-052-4/+2
* Allow xattr to overwrite mime type (fixes #1929)Stefan Bühler2009-04-052-17/+20
* Finally removed spawn-fcgiStefan Bühler2009-04-038-509/+11
* Fix workaround for incorrect path info/scriptname if fastcgi prefix is "/" (f...Stefan Bühler2009-04-015-9/+45
* - adjust identing after patchElan Ruusamäe2009-03-111-40/+40
* - Create rrd file for empty rrdfile in mod_rrdtool (#1788)Elan Ruusamäe2009-03-112-3/+8
* New lighttpd man page (moved it to section 8) (fixes #1875)Stefan Bühler2009-03-074-20/+73
* Added some extra warning options in cmake and fix the resulting warnings (unu...Stefan Bühler2009-03-0745-64/+111
* workaround some warnings from libmemcacheStefan Bühler2009-03-071-3/+3
* [cmake] add lighttpd-angelStefan Bühler2009-03-071-0/+4
* - next is 1.4.23Stefan Bühler2009-03-074-4/+7
* Fix segfault if siginfo_t* is NULL in sigaction handler (fixes #1926)lighttpd-1.4.22Stefan Bühler2009-03-072-0/+4
* Fix some problems with more strict compilers (#1923)Stefan Bühler2009-03-078-9/+14
* Fix useless redirection of stderr in mod_rrdtool, as it gets redirected to /d...Stefan Bühler2009-03-032-8/+2
* Fix autogen.sh warning (gnu make extensions in doc/)Stefan Bühler2009-03-031-1/+1
* Treat EPIPE as connection-closed error in network_freebsd_sendfile.c (another...Stefan Bühler2009-02-282-1/+3
* Fix segfault in mod_scgi (fixes #1911)Stefan Bühler2009-02-282-6/+9
* Fix EAGAIN handling for freebsd sendfile (fixes #1913, thx AnMaster for spott...Stefan Bühler2009-02-242-2/+3
* [doc] dos2unix doc/magnet.txtStefan Bühler2009-02-191-429/+429
* Fix rrd error after graceful restart (fixes #419)Stefan Bühler2009-02-192-3/+7
* Handle EINTR in mod_rrdtool (fixes #604)Stefan Bühler2009-02-192-5/+47
* Fix default vhost in mod_simple_vhost (fixes #1905)Stefan Bühler2009-02-172-0/+3
* Fix wrong lua type for CACHE_MISS/CACHE_HIT in mod_cml (fixes #533)Stefan Bühler2009-02-172-3/+3
* - next is 1.4.22Stefan Bühler2009-02-174-4/+7
* Fix wrong format strings (#1900, thx stepancheg)lighttpd-1.4.21Stefan Bühler2009-02-162-4/+5
* [tests] Fix mod-rewrite test (skipped too many tests if php wasn't running)Stefan Bühler2009-02-101-1/+1
* Added Language conditional (fixes #1119); patch by petarStefan Bühler2009-02-056-0/+21
* Allow tabs in header values (fixes #1822)Stefan Bühler2009-02-052-1/+2
* Silenced the annoying "request timed out" warning, enable with the "debug.log...Stefan Bühler2009-02-054-6/+12
* Fix error handling in freebsd-sendfile (fixes #1813)Stefan Bühler2009-02-052-7/+3
* [cmake] Fix package version in binaryStefan Bühler2009-02-053-16/+18
* Fix max-connection limit handling/100% cpu usage (fixes #1436)Stefan Bühler2009-02-052-3/+4
* Use modified etags in mod_compress (fixes #1800)Stefan Bühler2009-02-042-24/+35
* Add option to ignore the "Expect: 100-continue" header instead of returning 4...Stefan Bühler2009-02-045-5/+11
* Allow mod_compress to return 304 (Not Modified); compress ignores the static-...Stefan Bühler2009-02-043-17/+36