summaryrefslogtreecommitdiff
path: root/funcs/func_groupcount.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
2015-01-23Fix typo's (retrieve, specified, address).Walter Doekes
2014-03-27Fix dialplan function NULL channel safety issuesCorey Farrell
2012-04-17Avoid cppcheck warnings; removing unused vars and a bit of cleanup.Walter Doekes
2012-01-09Replace direct access to channel name with accessor functionsTerry Wilson
2011-07-14Merged revisions 328247 via svnmerge from Leif Madsen
2010-02-17Add support for GROUP_MATCH_COUNT regex matching on categoryJeff Peeler
2009-12-02Merged revisions 232268 via svnmerge from David Vossel
2009-04-29Merge str_substitution branch.Tilghman Lesher
2009-04-22Fix building of chan_h323 with gcc-3.3Jeff Peeler
2008-11-01Merge changes from team/group/appdocsxmlRussell Bryant
2008-10-06Merged revisions 146799 via svnmerge from Tilghman Lesher
2008-01-10Merged revisions 97697 via svnmerge from Joshua Colp
2008-01-08Merged revisions 97152 via svnmerge from Joshua Colp
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-06-14Merged revisions 69259 via svnmerge from Jason Parker
2007-06-13Use read/write lock based lists for group counting.Joshua Colp
2007-04-25Merged revisions 61805 via svnmerge from Joshua Colp
2007-04-19Merged revisions 61681 via svnmerge from Tilghman Lesher
2007-01-24Doxygen updateOlle Johansson
2007-01-06finish const-ifying ast_func_read()Kevin P. Fleming
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-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
2005-12-03Bug 5858 - Make the chanvars.c functions return a 'const char *'Tilghman Lesher
2005-11-29remove extraneous svn:executable propertiesKevin P. Fleming
2005-11-08make app_queue 1.2 jump compliant (issue #5580)Russell Bryant
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-07-28make GROUP set group@categroy instead of category@groupRussell Bryant
2005-07-27don't crash if no group is specified (bug #4836)Russell Bryant
2005-06-06more file version tagsKevin P. Fleming
2005-05-15add dialplan functions for Caller ID, language and timeouts (bug #4219, with ...Kevin P. Fleming
2005-05-08Update groupcount / db documentation (bug #4200, etc)Mark Spencer
2005-05-05major re-work of dialplan functions, including:Kevin P. Fleming