summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [mod_authn_ldap] ldap_set_option LDAP_OPT_RESTART (fixes #2940)Glenn Strauss2019-05-272-0/+6
* [mod_maxminddb] MaxMind GeoIP2 supportGlenn Strauss2019-05-265-0/+435
* [core] adjust http_chunk read() retry loopGlenn Strauss2019-05-181-1/+1
* [mod_magnet] expose server addr (local IP) to luaGlenn Strauss2019-05-141-0/+33
* [core] use high precision stat timestamp on OS XGlenn Strauss2019-05-131-0/+4
* [core] buffer_reset() should not be passed NULLGlenn Strauss2019-05-131-6/+4
* [core] chunkqueue perf: read small files into memGlenn Strauss2019-05-133-6/+45
* [core] chunkqueue perf: skip opening 0-length fileGlenn Strauss2019-05-131-3/+11
* [core] chunkqueue perf: specialized buffer.h funcsGlenn Strauss2019-05-131-9/+20
* [core] chunkqueue perf: code reuseGlenn Strauss2019-05-135-99/+50
* [mod_webdav] invalidate parent dir in stat_cacheGlenn Strauss2019-05-093-12/+42
* [mod_webdav] doc Microsoft-WebDAV-MiniRedir bugsGlenn Strauss2019-05-081-0/+3
* [mod_webdav] workaround Microsoft-WebDAV-MiniRedirGlenn Strauss2019-05-081-0/+28
* [core] check if splay_tree NULL before invalidateGlenn Strauss2019-05-081-4/+5
* [core] store log_state_handling flag on stackGlenn Strauss2019-05-071-3/+4
* [core] support weak etags with If-None-MatchGlenn Strauss2019-05-062-5/+7
* [mod_openssl] use SSL_CTX_set_client_hello_cb()Glenn Strauss2019-05-061-22/+51
* [build] detect FreeBSD elftc_copyfile()Glenn Strauss2019-05-054-7/+12
* [cmake] help cmake on FreeBSD find sys/event.hGlenn Strauss2019-05-051-0/+2
* [stat_cache] fix compilation error for cmakeGlenn Strauss2019-05-041-1/+1
* [core] behavior change: stricter URL normalizationGlenn Strauss2019-05-041-4/+0
* [mod_webdav] quiet coverity warningsGlenn Strauss2019-05-041-8/+11
* [stat_cache] FAM: whitespace-only changeGlenn Strauss2019-05-041-80/+80
* [stat_cache] FAM: separate routine for FDEVENT_INGlenn Strauss2019-05-041-5/+11
* [stat_cache] FAM: improve monitoring, cache 16 secGlenn Strauss2019-05-042-195/+360
* [stat_cache] no longer stat() and open() for statGlenn Strauss2019-05-042-28/+5
* [multiple] open target file earlier in some casesGlenn Strauss2019-05-043-30/+55
* [core] http_chunk_append_file_fd()Glenn Strauss2019-05-042-3/+7
* [core] emit trace using path before clearing pathGlenn Strauss2019-05-041-3/+3
* [scons] adjustment for static build under CentOSGlenn Strauss2019-05-041-1/+2
* [core] use high precision stat timestamp in etagGlenn Strauss2019-05-041-0/+3
* [mod_webdav] update stat_cache after file modGlenn Strauss2019-05-041-13/+38
* [stat_cache] interfaces to invalidate entriesGlenn Strauss2019-05-042-1/+113
* [stat_cache] FAM: funcs to invalidate entriesGlenn Strauss2019-05-041-13/+71
* [stat_cache] FAM: ignore event with no valid matchGlenn Strauss2019-05-041-0/+7
* [stat_cache] FAM: check hash collision before addGlenn Strauss2019-05-041-18/+10
* [stat_cache] FAM: ignore follow-symlink configGlenn Strauss2019-05-041-23/+4
* [stat_cache] FAM: improve handling modified fileGlenn Strauss2019-05-041-0/+22
* [stat_cache] FAM: use entry hash index as userdataGlenn Strauss2019-05-041-5/+6
* [stat_cache] FAM: check FAMNextEvent() return codeGlenn Strauss2019-05-041-1/+1
* [stat_cache] FAM: reduce string copyingGlenn Strauss2019-05-041-35/+15
* [stat_cache] remove splaytree ins/del debug codeGlenn Strauss2019-05-041-21/+0
* [stat_cache] pass age param for stat cache cleanupGlenn Strauss2019-05-041-6/+14
* [stat_cache] store entries without trailing slashGlenn Strauss2019-05-041-3/+22
* [stat_cache] separate symlink pol from data structGlenn Strauss2019-05-041-25/+19
* [stat_cache] separate func for symlink policy chkGlenn Strauss2019-04-298-98/+66
* [mod_webdav] check If-None-Match (#1818)Glenn Strauss2019-04-231-9/+24
* [mod_webdav] special-case If: (<DAV:no-lock>)Glenn Strauss2019-04-231-1/+12
* [mod_webdav] disable elftc_copyfile() on FreeBSDGlenn Strauss2019-04-221-0/+2
* [mod_webdav] platform portability fixesGlenn Strauss2019-04-221-3/+16