Commit Graph

1730 Commits (2bcb73cdb80d58ea4bd501b9337d5e1ad70cd28f)
 

Author SHA1 Message Date
Pascal Bach 4a87f75fcf [mod_proxy] add unix domain socket support (fixes #2653)
8 years ago
Stefan Bühler 8db141a1b3 mime.conf: add some new mime types, remove .dat, .sha1, .md5, update .vcf
8 years ago
Stefan Bühler cfaa78ebc5 check fcgi_env_add return value (found by coverity)
8 years ago
Stefan Bühler 2bd89370fc fix segfault when temp file for upload couldn't be created (found by coverity)
8 years ago
Stefan Bühler c5737093db [mod_magnet] fix segfault when accessing not existing lighty.req_env[] entry (found by coverity)
8 years ago
Stefan Bühler 2edec63597 #ifdef all parts belonging to the connection-state debugging
8 years ago
Stefan Bühler c31bf21f97 fix memory leak in mod_status when no counters are set (found by coverity)
8 years ago
Stefan Bühler cfc88cf8f2 check pointer before usage in new etag compare
8 years ago
Stefan Bühler 9f05b61ab4 parse If-None-Match for ETag validation (fixes #2578)
8 years ago
Stefan Bühler 71b5c53a0a show extforward re-run warning only with debug.log-request-handling (fixes #2561)
8 years ago
Stefan Bühler 572681c9f1 fix hex escape in accesslog (fixes #2559)
8 years ago
Stefan Bühler 780e8e6ef4 minor spelling fixes
8 years ago
Stefan Bühler e6925949ab add some until now missing files to dist tarball
8 years ago
Stefan Bühler 427120b41a escape all strings for logging (fixes #2646 log file injection, reported by Jaanus Kääp)
8 years ago
Stefan Bühler 33cebeb0f7 fix segfaults in many plugins if they failed configuration
8 years ago
Stefan Bühler df87b3ef98 fix error message for T_CONFIG_ARRAY config values if an entry value is not a string
8 years ago
Stefan Bühler c92496720d [mod_auth] use crypt_r instead of crypt if available
8 years ago
Stefan Bühler 673923daf8 [tests] fix undefined index warning in sendfile.php
8 years ago
Stefan Bühler deceae78c9 [crc32] fix method signature (const pointer)
8 years ago
Stefan Bühler 68add2602b remove unused stuff from server.h
8 years ago
Stefan Bühler bfce99aacc [bitset] unused -> remove
8 years ago
Stefan Bühler 66ad587f2f [buffer] constify some parameters
8 years ago
Stefan Bühler 91a9a6b391 rename buffer_append_long_hex to buffer_append_uint_hex
8 years ago
Stefan Bühler ad3e93ea96 Use buffer API to read and modify "used" member
8 years ago
Stefan Bühler adfa06de99 [tests] improve valgrind and strace TRACEME, disable condition logging in normal configs
8 years ago
Stefan Bühler 4365bdbebe Remove buffer_prepare_copy() and buffer_prepare_append()
8 years ago
Stefan Bühler 1be163b44a Remove chunkqueue_get_{append,prepend}* API
8 years ago
Stefan Bühler 6afad87d2e fix buffer, chunk and http_chunk API
8 years ago
Stefan Bühler 3521be8b85 print backtrace in assert logging with libunwind
8 years ago
Stefan Bühler d00e1e79b9 [connections] fix bug in connection state handling
8 years ago
Stefan Bühler b0a632f253 [network] fix compile break in calculation of sockaddr_un size if SUN_LEN is not defined (fixes #2609)
8 years ago
Stefan Bühler 76870cfef1 add NEWS entry for previous commit
8 years ago
Marcus Rückert e1aab1c420 Fixed typo found by openSUSE user (boo# 907709)
8 years ago
Stefan Bühler 084df7e99a [ssl] disable SSL3.0 by default
9 years ago
Stefan Bühler 4a6838103d [mod_dirlisting,mod_redirect,mod_rewrite] abort config parsing if pcre-compile fails or isn't available
9 years ago
Stefan Bühler c4f214584a [build] use fortify flags with "extra-warnings"
9 years ago
Moritz Wilhelmy 4d55d4ada3 add support for (Free)BSD extended attributes
9 years ago
Stefan Bühler 059a5a67dd fix typo in NEWS entry for #2579
9 years ago
Stefan Bühler 3b23130ea2 add more mime types and a script to generate mime.conf (fxies #2579)
9 years ago
Stefan Bühler f8f3351506 fix bad shift in conditional netmask ".../0" handling
9 years ago
Stefan Bühler 3605a3bec3 use keep-alive timeout while waiting for HTTP headers; use always the read timeout while waiting for the HTTP body
9 years ago
Stefan Bühler e1b1c52028 - next is 1.4.36
9 years ago
Stefan Bühler d1a2356916 fix SQL injection / host name validation (thx Jann Horn)
9 years ago
Stefan Bühler efc41b2bb1 check length of unix domain socket filenames
9 years ago
Stefan Bühler 7bd0f54ab2 add some asserts to help static analyzers
9 years ago
Stefan Bühler 326f2fb8a4 [mod_accesslog] don't close fd -1
9 years ago
Stefan Bühler 8e31e18b8e [mod_webdav] fix logic error in handling file creation error
9 years ago
Stefan Bühler 57c661c191 fix unchecked return values from stream_open/stat_cache_get_entry
9 years ago
Stefan Bühler b106513e58 [network] check return value of lseek()
9 years ago
Stefan Bühler 9f2be4882d force assertion: setting FD_CLOEXEC must work (if available)
9 years ago