summaryrefslogtreecommitdiff
path: root/funcs/func_realtime.c
AgeCommit message (Expand)Author
2016-10-27Remove ASTERISK_REGISTER_FILE.Corey Farrell
2015-04-13git migration: Refactor the ASTERISK_FILE_VERSION macroMatt Jordan
2013-12-16security: Inhibit execution of privilege escalating functionsDavid M. Lee
2013-01-02Prevent crashes from occurring when reading from data sources with large valuesMatthew Jordan
2012-07-11Allow the REALTIME() function to report errors back to the caller.Tilghman Lesher
2012-06-15Multiple revisions 369001-369002Kevin P. Fleming
2011-01-30Add Function and Application Relationships to documentationAndrew Latham
2009-07-16Merged revisions 206807 via svnmerge from Tilghman Lesher
2009-06-15More 'static' qualifiers on module global variables.Kevin P. Fleming
2008-12-13Merge ast_str_opaque branch (discontinue usage of ast_str internals)Tilghman Lesher
2008-11-22last commit worked on OpenBSD but still generated warning on Ubuntu.Michiel van Baak
2008-11-22make this compile under devmodeMichiel van Baak
2008-11-19Two new functions, REALTIME_FIELD, and REALTIME_HASH, which should makeTilghman Lesher
2008-11-01Merge changes from team/group/appdocsxmlRussell Bryant
2008-06-19Older versions of GNU gcc do not allow 'NULL' as sentinel.Michiel van Baak
2008-02-06Add REALTIME_STORE and REALTIME_DESTROY dialplan functions provided by sergee.Terry Wilson
2008-01-31Add missing braces.Joshua Colp
2007-11-21remove another set of redundant #include "asterisk/options.h"Luigi Rizzo
2007-11-19another bunch of include removals (errno.h and asterisk/logger.h)Luigi Rizzo
2007-11-16Start untangling header inclusion in a way that does not affectLuigi Rizzo
2007-10-28Merged revisions 87262 via svnmerge from Tilghman Lesher
2007-07-23Merge the dialplan_aesthetics branch. Most of this patch simply converts app...Tilghman Lesher
2007-07-16For my next trick I will make it so dialplan functions no longer need to call...Joshua Colp
2007-07-16It is no longer required for each module that deals with a channel to call as...Joshua Colp
2007-03-15Merged revisions 58933 via svnmerge from Tilghman Lesher
2007-02-12Formatting fixesTilghman Lesher
2007-01-07When calling the Realtime app more than once, unset fields which wereTilghman Lesher
2007-01-06finish const-ifying ast_func_read()Kevin P. Fleming
2006-12-17replace ast_build_string() with ast_str_*().Luigi Rizzo
2006-08-21merge new_loader_completion branch, including (at least):Kevin P. Fleming
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...Kevin P. Fleming
2006-05-20fix the build of func_realtime and aelparse with MTX_PROFILE enabledRussell Bryant
2006-05-03suppress a compiler warningRussell Bryant
2006-05-03remove variable declarations in the middle of two blocks.Luigi Rizzo
2006-05-02Introducing the REALTIME() dialplan functionBJ Weschke