summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [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
* [mod_magnet] fix segfault when accessing not existing lighty.req_env[] entry ...Stefan Bühler2015-07-051-1/+1
* #ifdef all parts belonging to the connection-state debuggingStefan Bühler2015-07-051-1/+5
* fix memory leak in mod_status when no counters are set (found by coverity)Stefan Bühler2015-07-051-1/+2
* check pointer before usage in new etag compareStefan Bühler2015-07-051-1/+2
* parse If-None-Match for ETag validation (fixes #2578)Stefan Bühler2015-07-053-11/+145
* show extforward re-run warning only with debug.log-request-handling (fixes #2...Stefan Bühler2015-07-051-3/+5
* fix hex escape in accesslog (fixes #2559)Stefan Bühler2015-07-051-1/+1
* minor spelling fixesStefan Bühler2015-06-212-2/+2
* add some until now missing files to dist tarballStefan Bühler2015-06-211-34/+39
* escape all strings for logging (fixes #2646 log file injection, reported by J...Stefan Bühler2015-05-283-5/+67
* fix segfaults in many plugins if they failed configurationStefan Bühler2015-05-1430-19/+48
* fix error message for T_CONFIG_ARRAY config values if an entry value is not a...Stefan Bühler2015-05-141-3/+3
* [mod_auth] use crypt_r instead of crypt if availableStefan Bühler2015-02-123-5/+20
* [crc32] fix method signature (const pointer)Stefan Bühler2015-02-082-2/+2
* remove unused stuff from server.hStefan Bühler2015-02-081-8/+0
* [bitset] unused -> removeStefan Bühler2015-02-086-91/+4
* [buffer] constify some parametersStefan Bühler2015-02-082-12/+12
* rename buffer_append_long_hex to buffer_append_uint_hexStefan Bühler2015-02-084-24/+8
* Use buffer API to read and modify "used" memberStefan Bühler2015-02-0857-777/+667
* Remove buffer_prepare_copy() and buffer_prepare_append()Stefan Bühler2015-02-0822-309/+175
* Remove chunkqueue_get_{append,prepend}* APIStefan Bühler2015-02-0817-351/+465
* fix buffer, chunk and http_chunk APIStefan Bühler2015-02-0861-1396/+1043
* print backtrace in assert logging with libunwindStefan Bühler2015-02-075-2/+90
* [connections] fix bug in connection state handlingStefan Bühler2015-02-071-13/+9
* [network] fix compile break in calculation of sockaddr_un size if SUN_LEN is ...Stefan Bühler2015-02-071-6/+7
* [ssl] disable SSL3.0 by defaultStefan Bühler2014-10-161-1/+1