summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* [core] refactor base64 functions into separate fileStefan Bühler2015-11-226-132/+265
* [core] encode path with ENCODING_REL_URI in redirect to directory (fixes #266...Stefan Bühler2015-11-071-1/+1
* [core] add '~' to safe characters in ENCODING_REL_URI/ENCODING_REL_URI_PART e...Stefan Bühler2015-11-071-4/+4
* [core] revert increase of temp file size back to 1MB, provide a configure opt...Stefan Bühler2015-11-075-10/+26
* [config] check config option scope; warn if server option is given in conditi...Stefan Bühler2015-11-0737-199/+242
* [mod_secdownload] use a hopefully constant time comparison to check hash (fix...Stefan Bühler2015-10-271-1/+11
* add force_assert for many allocations and function resultsGaurav2015-10-163-1/+25
* [core] don't buffer request bodies smaller than 64k on diskStefan Bühler2015-10-131-1/+5
* [mod_auth] implement and use safe_memclear, using memset_s or explicit_bzero ...Loganaden Velvindron2015-09-269-161/+237
* [core] check configparserAlloc() result with force_assertGaurav2015-09-261-0/+1
* [core] fix search for header end if split across chunks (fixes #2670)Stefan Bühler2015-09-241-1/+1
* [core] allocate at least 4k buffer for incoming dataStefan Bühler2015-09-241-2/+3
* [stat-cache] fix handling of collisions, might have returned wrong data (fixe...Stefan Bühler2015-09-161-54/+49
* fix some warnings found by coverity ("leak" in setup phase, not catching too ...Stefan Bühler2015-08-302-3/+12
* [scons] fix crypt() detection, other improvementsStefan Bühler2015-08-291-1/+2
* [mmap] handle SIGBUS in network; those get triggered if the file gets smaller...Stefan Bühler2015-08-291-2/+41
* [scons] various improvementsStefan Bühler2015-08-291-43/+64
* [plugins] when modules are linked statically still only load the modules give...Stefan Bühler2015-08-293-60/+131
* [mmap] fix mmap alignmentStefan Bühler2015-08-233-7/+20
* [mod_cgi] rewrite mmap and generic (post body) send error handlingStefan Bühler2015-08-231-54/+119
* [build] put --as-needed into linker flags instead of cflagsStefan Bühler2015-08-231-4/+5
* [mod_dirlisting] remove sys/syslimits.h; base.h already includes limits.hStefan Bühler2015-08-233-7/+0
* [bsd xattr] fix compile break with BSD extended attributes in stat_cacheStefan Bühler2015-08-221-1/+1
* [kqueue] fix kevent callStefan Bühler2015-08-221-1/+1
* [cmake] fix FreeBSD linker bugStefan Bühler2015-08-221-1/+1
* [cmake] don't put date into config.h (not used anyway), only unset local vars...Stefan Bühler2015-08-222-39/+37
* maintain cq->bytes_in in chunk API; keep bytes_out/bytes_in syncedStefan Bühler2015-08-227-150/+97
* fix some unchecked return value warningsStefan Bühler2015-08-225-11/+62
* [cmake] cleanup cache variables if features get deactivatedStefan Bühler2015-08-221-17/+65
* [cmake] lowercase commands, whitespace cleanup, remove clutter in else(...), ...Stefan Bühler2015-08-221-576/+576
* rewrite network (write) backendsStefan Bühler2015-08-2217-1396/+866
* fix undefined integer shiftStefan Bühler2015-08-221-1/+1
* increase upload temporary chunk file size from 1MB to 16MBStefan Bühler2015-08-131-4/+5
* fix out-of-filedescriptors when uploading "large" files (fixes #2660, thx rmi...Stefan Bühler2015-08-131-1/+1
* [mod_dirlisting] fix dir-listing.set-footer not showingStefan Bühler2015-08-091-1/+1
* [mod_proxy] remove debug log line from error log (fixes #2659)Stefan Bühler2015-08-031-1/+0
* [configfile] fix reading uninitialized variable (found by Willian B.)Stefan Bühler2015-07-192-12/+15
* [mod_proxy] add unix domain socket support (fixes #2653)lighttpd-1.4.36--rc1Pascal Bach2015-07-111-14/+34
* check fcgi_env_add return value (found by coverity)Stefan Bühler2015-07-051-2/+2
* fix segfault when temp file for upload couldn't be created (found by coverity)Stefan Bühler2015-07-051-3/+3