summaryrefslogtreecommitdiff
path: root/src/mod_cml_funcs.c
Commit message (Expand)AuthorAgeFilesLines
* add handling for lua 5.2 and 5.3 (fixes #2674)Stefan Bühler2016-01-031-13/+22
* Use buffer API to read and modify "used" memberStefan Bühler2015-02-081-7/+2
* Always use our 'own' md5 implementation, fixes linking issues on MacOS (fixes...Stefan Bühler2011-07-301-15/+5
* [md5] fix md5 includes if openssl is not available (#2269)Stefan Bühler2011-04-241-0/+6
* 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/+1
* workaround some warnings from libmemcacheStefan Bühler2009-03-071-3/+3
* - white space cleanup part 2 this time 1.4 ;)Marcus Rückert2006-10-041-63/+63
* fixed md5 on 64bit platformsJan Kneschke2005-11-171-1/+0
* added file_isdirJan Kneschke2005-08-311-0/+25
* removed unused variableJan Kneschke2005-08-181-1/+0
* added fucntionname to errormsgJan Kneschke2005-07-261-2/+2
* added functions file_isreg() and dir_files() and added last-modified handlingJan Kneschke2005-07-241-4/+75
* ported mod_cml to luaJan Kneschke2005-07-151-193/+109
* a small rename Jan Kneschke2005-07-141-1/+1
* check parameters for memcache functions and added functions for md5() and fet...Jan Kneschke2005-07-111-11/+148
* added memcache supportJan Kneschke2005-07-091-5/+62
* replace mysql my memcache prototypes, fixes parameter handling Jan Kneschke2005-07-081-24/+8
* use log_* functions for debugging and don't segfault on evaluationJan Kneschke2005-07-071-7/+11
* added mod_cml (Cache Meta Language)Jan Kneschke2005-07-061-0/+109