Commit Graph

1966 Commits (052a049f29ca7478d5e86924add77bce481d68bf)
 

Author SHA1 Message Date
Stefan Bühler f3606dc539 [mod_dirlisting] dir-listing.hide-dotfiles = "enabled" by default (fixes #1081)
7 years ago
Stefan Bühler f56fe331e5 [mod_proxy] use case-insensitive comparision to filter headers, send Connection: Close to backend (fixes #421)
7 years ago
Glenn Strauss dde7bea99a [mod_cgi] kill CGI if fail to write request body
7 years ago
Glenn Strauss f2cbd0a3aa [mod_cgi] simplify mod_cgi_handle_subrequest()
7 years ago
Glenn Strauss e5e66f791f [mod_cgi] consolidate CGI cleanup code
7 years ago
Glenn Strauss 94647804cf [mod_cgi] send 500 if CGI ends and there is no response (fixes #2542)
7 years ago
Glenn Strauss c80ae9b212 [mod_fastcgi] 404 for X-Sendfile file not found (fixes #2474)
7 years ago
Stefan Bühler 02594f107a [plugins] don't include dlfcn.h if not needed (fixes #2548)
7 years ago
Glenn Strauss 75e4859a1b [mod_compress] case-insensitive content-codings (fixes #2645)
7 years ago
Stefan Bühler 6c3c360129 [config] extend duplicate-array-key error (fixes #2704)
7 years ago
Stefan Bühler 2abdf0143b [buffer] use explicit integer promotion to make the code more readable
7 years ago
Stefan Bühler c033a1966e [core] improve conditional enabling (thx Gwenlliana, #2598)
7 years ago
Stefan Bühler ad65603ec0 [core] fix conditional cache handling
7 years ago
Glenn Strauss 1c01a42aa3 [core] never evaluate else branches until the previous branches are aready (fixes #2598)
7 years ago
Stefan Bühler 431559e5df [configparser] don't continue after parse error (fixes #2717)
7 years ago
Glenn Strauss f23a24a263 [mod_cgi] issue trace and exit if execve() fails (closes #2302)
7 years ago
fbrosson 36a266ec29 fix links to online docs in template config files
7 years ago
Glenn Strauss 665cc39b95 [mod_cgi] edge case chdir "/" when docroot "/" (fixes #2460)
7 years ago
Glenn Strauss 5cc061bfab [core] do not send SIGHUP to process group unless server.max-workers is used (fixes #2711)
7 years ago
Glenn Strauss 3fd80ff8ec [mod_cgi] use MAP_PRIVATE to mmap temporary file instead of MAP_SHARED (fixes #2715)
7 years ago
Stefan Bühler 1a71c13869 [autobuild] fix lua configure error handling
7 years ago
Stefan Bühler 107f40545c cleanup dead keyvalue code
7 years ago
Stefan Bühler 566cf8decb add force_assert for more allocation results
7 years ago
Stefan Bühler f3b577ddee use libmemcached instead of deprecated libmemcache
7 years ago
Stefan Bühler c354229f42 add handling for lua 5.2 and 5.3 (fixes #2674)
7 years ago
fbrosson d8e028e069 [mod_ssi] enhance support for ssi vars
7 years ago
Stefan Bühler 3dd2f66d13 - next is 1.4.40
7 years ago
Stefan Bühler c27e27a51b [scons] fix fullstatic build
7 years ago
Stefan Bühler 6ef3b709db [chunk] fix use after free / double free (fixes #2700)
7 years ago
Stefan Bühler 737d4f0f20 [core] fix memset_s call (fixes #2698)
7 years ago
Stefan Bühler 53c4ab8438 - next ist 1.4.39
7 years ago
Kyle J. McKay b37dd77491 [core] show correct crypt support result (fixes #2690)
7 years ago
Kyle J. McKay 159ca0c15d [network] add darwin-sendfile backend (fixes #2687)
7 years ago
Kyle J. McKay b0ecb4d44b [mod_fastcgi/mod_scgi] zero sockaddr structs before use (fixes #2691)
7 years ago
Stefan Bühler ab05eb7cec [tests] do not half-close socket before having received the response (fixes #2688)
7 years ago
Stefan Bühler 1566748b1a [tests] test apr-md5 in mod-auth.t
7 years ago
Kyle J. McKay 2bcb73cdb8 mod-auth.t: no crypt md5 for darwin
7 years ago
Stefan Bühler b9c14b24dd [autobuild] fix missing header in tar ball
7 years ago
Stefan Bühler bfaa48260a [mod_secdownload] add required algorithm option; old behaviour available as "md5", new options "hmac-sha1" and "hmac-sha256"
7 years ago
Stefan Bühler b0a4421272 [core] refactor base64 functions into separate file
7 years ago
Stefan Bühler 85d8a17575 [core] encode path with ENCODING_REL_URI in redirect to directory (fixes #2661, thx gstrauss)
7 years ago
Stefan Bühler 3943de280e [core] add '~' to safe characters in ENCODING_REL_URI/ENCODING_REL_URI_PART encoding
7 years ago
Stefan Bühler a069548370 [core] revert increase of temp file size back to 1MB, provide a configure option "server.upload-temp-file-size" instead (fixes #2680)
7 years ago
Stefan Bühler c512345fa2 [config] check config option scope; warn if server option is given in conditional
7 years ago
Stefan Bühler 39add4476f [mod_secdownload] use a hopefully constant time comparison to check hash (fixes #2679)
8 years ago
Gaurav 5c5f67a5c7 add force_assert for many allocations and function results
8 years ago
Stefan Bühler f19128086c [core] don't buffer request bodies smaller than 64k on disk
8 years ago
Loganaden Velvindron d7be04beb5 [mod_auth] implement and use safe_memclear, using memset_s or explicit_bzero if available
8 years ago
Gaurav 37bdb250a4 [core] check configparserAlloc() result with force_assert
8 years ago
Stefan Bühler a93be99441 [core] fix search for header end if split across chunks (fixes #2670)
8 years ago