summaryrefslogtreecommitdiff
path: root/funcs/func_logic.c
AgeCommit message (Expand)Author
2017-12-22Remove as much trailing whitespace as possible.Sean Bright
2016-10-27Remove ASTERISK_REGISTER_FILE.Corey Farrell
2015-04-13git migration: Refactor the ASTERISK_FILE_VERSION macroMatt Jordan
2012-07-31Clean up and ensure proper usage of alloca()Kinsey Moore
2011-07-14Merged revisions 328247 via svnmerge from Leif Madsen
2009-04-29Merge str_substitution branch.Tilghman Lesher
2009-04-24Convert the ast_channel data structure over to the astobj2 framework.Russell Bryant
2009-01-13Merged revisions 168546 via svnmerge from Tilghman Lesher
2008-12-16Add timezone to the possible fields in a timespec.Tilghman Lesher
2008-11-01Merge changes from team/group/appdocsxmlRussell Bryant
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-11-12Based on a note in asterisk-dev by Brian Capouch, I determined I too agressiv...Steve Murphy
2007-11-01This commits the performance mods that give the priority processing engine in...Steve Murphy
2007-10-23Merged revisions 86902 via svnmerge from Steve Murphy
2007-09-03Merged revisions 81415 via svnmerge from Tilghman Lesher
2007-07-23Merge the dialplan_aesthetics branch. Most of this patch simply converts app...Tilghman Lesher
2007-01-24Doxygen updateOlle Johansson
2007-01-06finish const-ifying ast_func_read()Kevin P. Fleming
2006-10-10Merged revisions 44808 via svnmerge from Tilghman Lesher
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-11Merged revisions 27051 via svnmerge from Tilghman Lesher
2006-04-14This rather large commit changes the way modules are loaded. Luigi Rizzo
2006-04-08since the module API is changing, it's a good time to const-ify the descripti...Kevin P. Fleming
2006-02-12major dialplan functions updateKevin P. Fleming
2006-02-11build function modules independently (no more pbx_functions.so)Kevin P. Fleming
2006-01-21on this pass, only remove duplicate log messagesRussell Bryant
2006-01-21revert my pass through the tree to remove checks of the result of ast_strdupaRussell Bryant
2006-01-21remove useless checks of the result of ast_strdupaRussell Bryant
2005-12-30update doxygen docs to specify authorsRussell Bryant
2005-11-29remove extraneous svn:executable propertiesKevin P. Fleming
2005-11-08issue #5648Kevin P. Fleming
2005-10-24Doxygen documentation update from oej (issue #5505)Russell Bryant
2005-09-14update MANY more files with proper copyright/license info (thanks Ian!)Kevin P. Fleming
2005-08-23handle whitepace around expressionKevin P. Fleming
2005-08-15Fix description text for IF function. (Bug #4966)Josh Roberson
2005-06-06more file version tagsKevin P. Fleming
2005-06-03clean up logic functions code and help textsKevin P. Fleming
2005-05-20make IF dialplan function handle quoted strings properly (bug #4322, with API...Kevin P. Fleming
2005-05-19Add SET function (bug #4335)Mark Spencer
2005-05-17prevent copying of NULL (bug #4307)Russell Bryant
2005-05-05clean up file headersKevin P. Fleming
2005-05-05major re-work of dialplan functions, including:Kevin P. Fleming