summaryrefslogtreecommitdiff
path: root/src/mod_magnet_cache.c
Commit message (Expand)AuthorAgeFilesLines
* [multiple] employ ck_calloc, ck_malloc shared codeGlenn Strauss2022-12-101-8/+3
* [multiple] employ ck_realloc_u32() shared codeGlenn Strauss2022-12-101-5/+2
* [mod_magnet] clear stack when reloading scriptGlenn Strauss2022-02-191-4/+4
* [mod_magnet] defer req_env init unless neededGlenn Strauss2022-02-191-3/+8
* [multiple] __attribute_nonnull__ now takes paramsGlenn Strauss2021-10-051-1/+1
* [multiple] quiet coverity warningsGlenn Strauss2021-09-091-0/+1
* [mod_magnet] reuse lighty lua tableGlenn Strauss2021-09-081-6/+4
* [core] quiet compiler warningsGlenn Strauss2021-09-041-0/+1
* [mod_magnet] cache script objects at config timeGlenn Strauss2021-08-271-13/+15
* [mod_magnet] sync script load w/ stat_cacheGlenn Strauss2021-08-271-64/+97
* [mod_magnet] inline name and etag buffers in cacheGlenn Strauss2021-08-271-44/+35
* [multiple] reduce redundant NULL buffer checksGlenn Strauss2021-08-271-2/+4
* [core] consistent inclusion of sys-time.hGlenn Strauss2021-04-281-1/+1
* [multiple] mark addtl funcs attr returns_nonnullGlenn Strauss2021-03-261-0/+1
* [multiple] prefer monotonic time for internal useGlenn Strauss2021-03-111-4/+0
* [multiple] stat_cache singletonGlenn Strauss2020-07-081-15/+13
* [multiple] connection hooks no longer get (srv *)Glenn Strauss2020-07-081-3/+3
* [core] use config_plugin_values_init()Glenn Strauss2020-07-081-2/+2
* [mod_magnet] use config_plugin_values_init()Glenn Strauss2020-05-231-7/+5
* [multiple] reduce code dup in list resizingGlenn Strauss2019-02-121-4/+1
* [core] some header cleanupGlenn Strauss2018-04-081-0/+1
* [core] increase stat_cache abstractionGlenn Strauss2018-02-021-1/+2
* [core] remove some unused header includesGlenn Strauss2017-03-281-1/+0
* [autobuild] rm module stub code for missing depsGlenn Strauss2016-10-171-3/+0
* consistent inclusion of config.h at top of files (fixes #2073)Glenn Strauss2016-03-191-0/+2
* add handling for lua 5.2 and 5.3 (fixes #2674)Stefan Bühler2016-01-031-9/+1
* fix buffer, chunk and http_chunk APIStefan Bühler2015-02-081-2/+2
* add force_assert() to enforce assertions as simple assert()s are disabled by ...Stefan Bühler2014-02-161-2/+2
* Fix header inclusion order, always include "config.h" before any system headerStefan Bühler2009-10-111-3/+3
* Added some extra warning options in cmake and fix the resulting warnings (unu...Stefan Bühler2009-03-071-2/+2
* - white space cleanup part 2 this time 1.4 ;)Marcus Rückert2006-10-041-3/+3
* fix for lua not installedJan Kneschke2006-09-151-2/+6
* added mod_magnetJan Kneschke2006-09-101-0/+133