summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* consistent inclusion of config.h at top of files (fixes #2073)Glenn Strauss2016-03-19133-67/+247
* [core] truncate pidfile on exit (fixes #2695)Kyle J. McKay2016-03-191-27/+42
* [core] fix request_start in keep-alive requests to mark time when received fi...Stefan Bühler2016-03-191-0/+6
* [core] log remote address on request timeouts (fixes #652)Stefan Bühler2016-03-191-2/+4
* restart (some) syscalls after SIGCHLD interrupted them; should fix LDAP probl...Stefan Bühler2016-03-191-0/+3
* [ssl] support disabling ssl.verifyclient.activate in SNI callback (fixes #2531)Stefan Bühler2016-03-191-0/+2
* [mod_magnet] define lua_pushglobaltable (for lua5.1) and use it (fixes #2719)Stefan Bühler2016-03-191-7/+6
* [core] accept $SERVER["socket"] without port, use server.port as fallback (fi...Stefan Bühler2016-03-191-3/+8
* [core] more careful parse of $SERVER["socket"] config str (prepare #2204)Glenn Strauss2016-03-191-25/+27
* [core] configparser: error on duplicate keys in array merge (fixes #2685)Glenn Strauss2016-03-151-1/+7
* [core] provide array_extract_element and use itStefan Bühler2016-03-153-21/+41
* [core] fix memory leak in configparser_merge_dataStefan Bühler2016-03-151-0/+1
* [core] refactor array search; raise array size limit to SSIZE_MAXStefan Bühler2016-03-152-55/+42
* [core] rename variable in array.cStefan Bühler2016-03-151-8/+8
* [core] improve array API to prevent theoretical memory leaksStefan Bühler2016-03-155-42/+54
* [mod_fastcgi,mod_scgi] fix leaking file-descriptor when backend spawning fail...Stefan Bühler2016-03-142-22/+43
* [mod_secdownload] fix buffer overflow in secdl_verify_mac (reported by Fortif...Stefan Bühler2016-03-131-1/+1
* [mod_rewrite] fix return type of process_rewrite_rulesStefan Bühler2016-03-131-1/+1
* [mod_dirlisting] dir-listing.hide-dotfiles = "enabled" by default (fixes #1081)Stefan Bühler2016-03-041-1/+1
* [mod_proxy] use case-insensitive comparision to filter headers, send Connecti...Stefan Bühler2016-03-041-3/+3
* [mod_cgi] kill CGI if fail to write request bodyGlenn Strauss2016-03-041-0/+2
* [mod_cgi] simplify mod_cgi_handle_subrequest()Glenn Strauss2016-03-041-37/+3
* [mod_cgi] consolidate CGI cleanup codeGlenn Strauss2016-03-041-109/+25
* [mod_cgi] send 500 if CGI ends and there is no response (fixes #2542)Glenn Strauss2016-03-041-19/+33
* [mod_fastcgi] 404 for X-Sendfile file not found (fixes #2474)Glenn Strauss2016-03-041-10/+10
* [plugins] don't include dlfcn.h if not needed (fixes #2548)Stefan Bühler2016-02-281-1/+1
* [mod_compress] case-insensitive content-codings (fixes #2645)Glenn Strauss2016-02-281-19/+24
* [config] extend duplicate-array-key error (fixes #2704)Stefan Bühler2016-02-231-1/+1
* [buffer] use explicit integer promotion to make the code more readableStefan Bühler2016-02-231-1/+1
* [core] improve conditional enabling (thx Gwenlliana, #2598)Stefan Bühler2016-02-216-20/+21
* [core] fix conditional cache handlingStefan Bühler2016-02-216-66/+120
* [core] never evaluate else branches until the previous branches are aready (f...Glenn Strauss2016-02-211-1/+8
* [configparser] don't continue after parse error (fixes #2717)Stefan Bühler2016-02-191-228/+241
* [mod_cgi] issue trace and exit if execve() fails (closes #2302)Glenn Strauss2016-02-141-5/+4
* [mod_cgi] edge case chdir "/" when docroot "/" (fixes #2460)Glenn Strauss2016-02-141-2/+5
* [core] do not send SIGHUP to process group unless server.max-workers is used ...Glenn Strauss2016-02-141-1/+1
* [mod_cgi] use MAP_PRIVATE to mmap temporary file instead of MAP_SHARED (fixes...Glenn Strauss2016-02-101-2/+2
* cleanup dead keyvalue codeStefan Bühler2016-01-302-190/+9
* add force_assert for more allocation resultsStefan Bühler2016-01-3018-3/+46
* use libmemcached instead of deprecated libmemcacheStefan Bühler2016-01-0310-143/+137
* add handling for lua 5.2 and 5.3 (fixes #2674)Stefan Bühler2016-01-035-465/+340
* [mod_ssi] enhance support for ssi varsfbrosson2016-01-032-3/+6
* [scons] fix fullstatic buildlighttpd-1.4.39Stefan Bühler2015-12-191-6/+52
* [chunk] fix use after free / double free (fixes #2700)Stefan Bühler2015-12-191-0/+1
* [core] fix memset_s call (fixes #2698)Stefan Bühler2015-12-181-1/+1
* [core] show correct crypt support result (fixes #2690)lighttpd-1.4.38Kyle J. McKay2015-12-041-1/+1
* [network] add darwin-sendfile backend (fixes #2687)Kyle J. McKay2015-12-046-3/+77
* [mod_fastcgi/mod_scgi] zero sockaddr structs before use (fixes #2691)Kyle J. McKay2015-12-042-8/+8
* [autobuild] fix missing header in tar ballStefan Bühler2015-11-221-1/+1
* [mod_secdownload] add required algorithm option; old behaviour available as "...Stefan Bühler2015-11-226-323/+540