summaryrefslogtreecommitdiff
path: root/src/stat_cache.c
Commit message (Expand)AuthorAgeFilesLines
* [core] _WIN32 custom fs funcs on UTF-8 pathsGlenn Strauss2023-05-031-18/+1
* [core] _WIN32 stat(), '/' and '\\' adjustmentsGlenn Strauss2023-05-031-0/+20
* [core] _WIN32 sys-unistd.h to wrap <unistd.h>Glenn Strauss2023-05-031-1/+1
* [multiple] _WIN32 stat() compat sys-stat.hGlenn Strauss2023-05-031-10/+6
* [core] pass fdn to fdevent_sched_close,_unregisterGlenn Strauss2023-01-231-1/+1
* [multiple] clang -Wstrict-prototypes for C2xGlenn Strauss2023-01-191-1/+1
* [multiple] employ ck_calloc, ck_malloc shared codeGlenn Strauss2022-12-101-7/+4
* [core] use inotify_init() if missing IN_* definesGlenn Strauss2022-10-011-0/+8
* [core] compiler workarounds for very old gcc,glibcGlenn Strauss2022-03-121-0/+3
* [core] add more const to stat_cache_update_entry()Glenn Strauss2021-12-121-1/+1
* [core] mark attr malloc, returns nonnullGlenn Strauss2021-09-171-0/+3
* [build] propagate HAVE_DLFCN_H in buildsGlenn Strauss2021-09-081-0/+2
* [core] quiet compiler warningsGlenn Strauss2021-09-041-1/+1
* [multiple] Y2038 32-bit signed time_t mitigationsGlenn Strauss2021-09-041-5/+5
* [core] clear etag in stat_cache_get_entry_open()Glenn Strauss2021-08-271-1/+3
* [multiple] reduce redundant NULL buffer checksGlenn Strauss2021-08-271-23/+25
* [core] inline fam_dir_entry buffer 'name' memberGlenn Strauss2021-08-271-18/+18
* [multiple] prefer monotonic time for internal useGlenn Strauss2021-03-111-5/+5
* [core] adjust stat_cache_get_entry() conditionsGlenn Strauss2021-03-071-13/+7
* [multiple] etag.[ch] -> http_etag.[ch]; better impGlenn Strauss2020-12-251-2/+2
* buffer_append_path_len() to join pathsGlenn Strauss2020-12-241-2/+1
* [core] attempt to quiet some coverity warningsGlenn Strauss2020-12-171-0/+1
* [core] portability fix if st_mtime not definedGlenn Strauss2020-12-091-0/+2
* [core] wrap a macro value with parensGlenn Strauss2020-12-081-3/+3
* [core] attempt to quiet some coverity warningsGlenn Strauss2020-11-291-4/+9
* [multiple] more forgiving config str to boolean (fixes #3036)Glenn Strauss2020-11-161-1/+2
* [core] stat_cache preprocessor paranoiaGlenn Strauss2020-11-051-1/+3
* [core] use struct kevent on stack in stat_cacheGlenn Strauss2020-11-051-10/+8
* [core] use kqueue() instead of FAM/gamin on *BSDGlenn Strauss2020-11-041-2/+129
* [core] use inotify in stat_cache.[ch] on LinuxGlenn Strauss2020-11-041-14/+154
* [core] silence coverity warnings (false positives)Glenn Strauss2020-10-201-2/+2
* [core] stat_cache_entry reference countingGlenn Strauss2020-10-201-4/+30
* [multiple] stat_cache_path_stat() for struct stGlenn Strauss2020-10-191-0/+5
* [core] stat_cache_get_entry_open()Glenn Strauss2020-10-191-5/+47
* [core] stat_cache_path_isdir()Glenn Strauss2020-10-131-0/+5
* [core] save errno around close() if fstat() failsGlenn Strauss2020-10-111-0/+2
* [core] rename splaytree.[ch] to algo_splaytree.[ch]Glenn Strauss2020-10-111-1/+1
* [core] dlsym for FAMNoExists() for compat w/ famGlenn Strauss2020-08-101-0/+13
* [mod_auth,mod_vhostdb] add caching option (fixes #2805)Glenn Strauss2020-07-131-33/+31
* [multiple] address coverity warningsGlenn Strauss2020-07-101-1/+1
* [core] splaytree_djbhash() in splaytree.h (reuse)Glenn Strauss2020-07-101-22/+3
* [core] uint32_t is plenty large for path namesGlenn Strauss2020-07-091-13/+13
* quiet clang analyzer scan-build warningsGlenn Strauss2020-07-081-0/+6
* [core] prefer getxattr() instead of get_attr()Glenn Strauss2020-07-081-2/+10
* [core] return EINVAL if stat_cache_get_entry w/o /Glenn Strauss2020-07-081-1/+4
* [multiple] correct misspellings in commentsGlenn Strauss2020-07-081-2/+2
* [multiple] split con, request (very large change)Glenn Strauss2020-07-081-3/+3
* [core] isolate stat_cache subsystemGlenn Strauss2020-07-081-18/+20
* [multiple] omit passing srv to fdevent_handlerGlenn Strauss2020-07-081-3/+3
* [multiple] stat_cache singletonGlenn Strauss2020-07-081-235/+262