summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [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-192-0/+2
* [core] fix memset_s call (fixes #2698)Stefan Bühler2015-12-182-1/+2
* - next ist 1.4.39Stefan Bühler2015-12-054-4/+6
* [core] show correct crypt support result (fixes #2690)lighttpd-1.4.38Kyle J. McKay2015-12-042-1/+2
* [network] add darwin-sendfile backend (fixes #2687)Kyle J. McKay2015-12-047-3/+78
* [mod_fastcgi/mod_scgi] zero sockaddr structs before use (fixes #2691)Kyle J. McKay2015-12-043-8/+9
* [tests] do not half-close socket before having received the response (fixes #...Stefan Bühler2015-12-041-1/+0
* [tests] test apr-md5 in mod-auth.tStefan Bühler2015-12-042-4/+22
* mod-auth.t: no crypt md5 for darwinKyle J. McKay2015-12-041-0/+1
* [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-2210-337/+678
* [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-074-41/+59
* [core] add '~' to safe characters in ENCODING_REL_URI/ENCODING_REL_URI_PART e...Stefan Bühler2015-11-072-4/+5
* [core] revert increase of temp file size back to 1MB, provide a configure opt...Stefan Bühler2015-11-076-10/+27
* [config] check config option scope; warn if server option is given in conditi...Stefan Bühler2015-11-0738-199/+243
* [mod_secdownload] use a hopefully constant time comparison to check hash (fix...Stefan Bühler2015-10-272-1/+12
* add force_assert for many allocations and function resultsGaurav2015-10-164-1/+26
* [core] don't buffer request bodies smaller than 64k on diskStefan Bühler2015-10-132-1/+6
* [mod_auth] implement and use safe_memclear, using memset_s or explicit_bzero ...Loganaden Velvindron2015-09-2612-181/+310
* [core] check configparserAlloc() result with force_assertGaurav2015-09-262-0/+2
* [core] fix search for header end if split across chunks (fixes #2670)Stefan Bühler2015-09-242-1/+2
* [core] allocate at least 4k buffer for incoming dataStefan Bühler2015-09-242-2/+4
* [stat-cache] fix handling of collisions, might have returned wrong data (fixe...Stefan Bühler2015-09-162-54/+50
* fix packdist.sh output linksStefan Bühler2015-09-151-3/+6
* -next is 1.4.38Stefan Bühler2015-09-154-4/+6
* packdist.sh: use fakeroot for make dist to have root owned files in tarlighttpd-1.4.37Stefan Bühler2015-08-301-1/+1
* fix some warnings found by coverity ("leak" in setup phase, not catching too ...Stefan Bühler2015-08-303-3/+13
* [scons] fix buildStefan Bühler2015-08-291-2/+1
* [scons] fix crypt() detection, other improvementsStefan Bühler2015-08-292-32/+42
* [mmap] handle SIGBUS in network; those get triggered if the file gets smaller...Stefan Bühler2015-08-292-2/+42
* [scons] various improvementsStefan Bühler2015-08-295-116/+213
* [plugins] when modules are linked statically still only load the modules give...Stefan Bühler2015-08-294-60/+132
* [mmap] fix mmap alignmentStefan Bühler2015-08-234-7/+21
* [mod_cgi] rewrite mmap and generic (post body) send error handlingStefan Bühler2015-08-232-54/+120
* [build] put --as-needed into linker flags instead of cflagsStefan Bühler2015-08-232-6/+25
* small README for FreeBSD build setupStefan Bühler2015-08-232-1/+52
* [mod_dirlisting] remove sys/syslimits.h; base.h already includes limits.hStefan Bühler2015-08-235-28/+19
* [bsd xattr] fix compile break with BSD extended attributes in stat_cacheStefan Bühler2015-08-222-1/+2
* [autoconf] define HAVE_CRYPT when crypt() is presentStefan Bühler2015-08-222-0/+2
* [tests] fix warning about newline in filenameStefan Bühler2015-08-221-0/+1
* [kqueue] fix kevent callStefan Bühler2015-08-222-1/+2
* [tests] search for perl in PATH instead of /usr/bin; whitespace + test config...Stefan Bühler2015-08-2229-1185/+1200
* [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-226-11/+63
* [cmake] cleanup cache variables if features get deactivatedStefan Bühler2015-08-222-19/+67
* [cmake] lowercase commands, whitespace cleanup, remove clutter in else(...), ...Stefan Bühler2015-08-225-696/+696