aboutsummaryrefslogtreecommitdiffstats
path: root/funcs/func_db.c
AgeCommit message (Expand)AuthorFilesLines
2007-11-21remove another set of redundant #include "asterisk/options.h"rizzo1-1/+0
2007-11-19another bunch of include removals (errno.h and asterisk/logger.h)rizzo1-1/+0
2007-11-16Start untangling header inclusion in a way that does not affectrizzo1-4/+0
2007-06-14Add a massive set of changes for converting to use the ast_debug() macro.russell1-8/+3
2007-01-24Doxygen updateoej1-0/+2
2007-01-06finish const-ifying ast_func_read()kpfleming1-4/+4
2006-10-03bug #8076 check option_debug before printing to debug channel.mogorman1-5/+8
2006-08-21merge new_loader_completion branch, including (at least):kpfleming1-15/+4
2006-07-06Merged revisions 37143 via svnmerge from tilghman1-7/+6
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...kpfleming1-4/+4
2006-05-25add DB_DELETE function for the common case of retrieving and deleting a key inrussell1-0/+49
2006-04-14This rather large commit changes the way modules are loaded. rizzo1-9/+6
2006-04-08since the module API is changing, it's a good time to const-ify the descripti...kpfleming1-2/+2
2006-02-12major dialplan functions updatekpfleming1-66/+48
2006-02-11build function modules independently (no more pbx_functions.so)kpfleming1-9/+42
2006-01-23code clean up and macro implementation from mogorman1-38/+50
2005-12-30update doxygen docs to specify authorsrussell1-1/+2
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7221 f38db490-d61c-443f-...kpfleming1-0/+0
2005-11-08issue #5648kpfleming1-3/+3
2005-11-03major update to arg/option parsing APIs and documentationkpfleming1-3/+3
2005-10-24Doxygen documentation update from oej (issue #5505)russell1-2/+2
2005-09-14update MANY more files with proper copyright/license info (thanks Ian!)kpfleming1-4/+15
2005-06-06more file version tagskpfleming1-0/+4
2005-05-19minor doc fixeskpfleming1-3/+3
2005-05-19Cache result from database function reads (conf call)markster1-9/+15
2005-05-18add DB_EXISTS function to be able to check if a key exists in the databaserussell1-0/+44
2005-05-08Convert app_db to function variables (bug #4201)markster1-0/+104