summaryrefslogtreecommitdiff
path: root/pbx/pbx_loopback.c
AgeCommit message (Expand)Author
2016-10-27Remove ASTERISK_REGISTER_FILE.Corey Farrell
2015-04-13git migration: Refactor the ASTERISK_FILE_VERSION macroMatt Jordan
2014-12-02pbx/pbx_loopback: Speed up switches by avoiding unneeded lookupsMatthew Jordan
2013-08-06Check result of ast_var_assign() calls for memory allocation failure.Walter Doekes
2012-04-04Replace GNU old-style field designator extensions to fix clang warningsJonathan Rose
2011-07-14Merged revisions 328247 via svnmerge from Leif Madsen
2011-02-04Replace ast_log(LOG_DEBUG, ...) with ast_debug()Paul Belanger
2010-09-02Merged revisions 284610 via svnmerge from Tilghman Lesher
2009-08-10AST-2009-005Tilghman Lesher
2008-06-03Merged revisions 120226 via svnmerge from Tilghman Lesher
2007-12-26Use defined return values in load_module in more places.Jason Parker
2007-11-21remove another set of redundant #include "asterisk/options.h"Luigi Rizzo
2007-11-19more errno.h removalLuigi Rizzo
2007-11-16remove a bunch of duplicate includesLuigi Rizzo
2007-11-16Start untangling header inclusion in a way that does not affectLuigi Rizzo
2007-11-01This commits the performance mods that give the priority processing engine in...Steve Murphy
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-03-31minor code simplifications - no need to use temporaryLuigi Rizzo
2006-03-30as discussed with Mark a few weeks ago, the 'newstack' argumentLuigi Rizzo
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-31fix various bugs related to list handling of channel variables (issue #5548)Kevin 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-06-06more file version tagsKevin P. Fleming
2005-04-29don't use '%i' at all, since we have no current use cases that need non base-...Kevin P. Fleming
2005-04-21use double-quotes instead of angle-brackets for non-system include files (bug...Kevin P. Fleming
2005-01-21update copyright headers for 2005Russell Bryant
2005-01-01List improvements from kpfleming (bugs #3166,#3140)Mark Spencer
2004-12-23Speed up ast_list macros (bug #3135)Mark Spencer
2004-10-24Add missing pbx_loopback file...Mark Spencer