summaryrefslogtreecommitdiff
path: root/src/mod_cml.c
Commit message (Expand)AuthorAgeFilesLines
* [core] inline buffer key for *_patch_connection()Glenn Strauss2020-02-241-4/+4
* [multiple] cleaner calloc use in SETDEFAULTS_FUNCMohammed Sadiq2019-04-201-1/+1
* [core] perf: simple, quick buffer_clear()Glenn Strauss2018-11-231-6/+6
* [core] abstraction layer for HTTP header manipGlenn Strauss2018-09-231-1/+0
* [core] some header cleanupGlenn Strauss2018-04-081-3/+3
* [core] reduce exposure of unistd.h, other includesGlenn Strauss2017-07-151-1/+0
* [core] calloc plugin_config for consistent initGlenn Strauss2017-04-301-1/+1
* [core] remove some unused header includesGlenn Strauss2017-03-281-1/+0
* [config] more specific checks for array listsGlenn Strauss2017-03-081-0/+6
* remove #include "stream.h" where not usedGlenn Strauss2016-12-051-2/+0
* consistent inclusion of config.h at top of files (fixes #2073)Glenn Strauss2016-03-191-0/+2
* use libmemcached instead of deprecated libmemcacheStefan Bühler2016-01-031-18/+31
* [config] check config option scope; warn if server option is given in conditi...Stefan Bühler2015-11-071-1/+2
* fix segfaults in many plugins if they failed configurationStefan Bühler2015-05-141-0/+2
* Use buffer API to read and modify "used" memberStefan Bühler2015-02-081-7/+5
* fix buffer, chunk and http_chunk APIStefan Bühler2015-02-081-5/+5
* fix/silence bugs reported by ccc-analyzer (clang)Stefan Bühler2013-11-131-1/+1
* Fix header inclusion order, always include "config.h" before any system headerStefan Bühler2009-10-111-9/+9
* Added some extra warning options in cmake and fix the resulting warnings (unu...Stefan Bühler2009-03-071-1/+2
* - white space cleanup part 2 this time 1.4 ;)Marcus Rückert2006-10-041-55/+55
* - remove unused variableMarcus Rückert2006-10-031-3/+0
* - removed the session-id codeJan Kneschke2006-01-311-123/+0
* added the power-magnet to mod_cmlJan Kneschke2005-12-291-32/+90
* more unsigned/sign compare fixesJan Kneschke2005-11-181-0/+3
* removed some debugJan Kneschke2005-11-101-11/+1
* removed setup_connection (merged [295])Jan Kneschke2005-08-081-26/+10
* ported mod_cml to luaJan Kneschke2005-07-151-18/+7
* fixed memcache support, added more comments and fixed handling of trigger.han...Jan Kneschke2005-07-111-0/+34
* added memcache supportJan Kneschke2005-07-091-1/+37
* use log_* functions for debugging and don't segfault on evaluationJan Kneschke2005-07-071-0/+5
* renamed cache.extension to cml.extension and fixed initialisationJan Kneschke2005-07-071-3/+23
* rename the function calls to mod_cmlJan Kneschke2005-07-061-13/+13
* added mod_cml (Cache Meta Language)Jan Kneschke2005-07-061-0/+329