summaryrefslogtreecommitdiff
path: root/pbx/pbx_config.c
AgeCommit message (Expand)Author
2007-02-26Merged revisions 56856 via svnmerge from Joshua Colp
2007-02-16Merged revisions 54898 via svnmerge from Russell Bryant
2007-01-29Merged revisions 52679 via svnmerge from Tilghman Lesher
2007-01-06Merged revisions 49742 via svnmerge from Jason Parker
2006-12-30Merged revisions 49073 via svnmerge from Joshua Colp
2006-12-21This small update will generate WARNINGS if there is garbage in your extensio...Steve Murphy
2006-10-02Merged revisions 44186 via svnmerge from Paul Cadach
2006-09-21Lots more removal of deprecated thingsTilghman Lesher
2006-09-20Constify the result of a config retrieval function, to avoid mutilation (issu...Tilghman Lesher
2006-09-18merge qwell's CLI verbification workKevin P. Fleming
2006-09-16merge markster's usersconf branch with some slight changesKevin P. Fleming
2006-08-31everything that loads a config that needs a config file to runMatt O'Gorman
2006-08-29Merged revisions 41269 via svnmerge from Russell Bryant
2006-08-29Bugfix for 7813 applied to trunk as per patch supplied by stevensSteve Murphy
2006-08-21merge new_loader_completion branch, including (at least):Kevin P. Fleming
2006-08-08Merge team/russell/ast_verbose_threadstorageRussell Bryant
2006-07-12Merged revisions 37417 via svnmerge from Kevin P. Fleming
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...Kevin P. Fleming
2006-06-05it's time... only enable global priority jumping if the config file says to d...Kevin P. Fleming
2006-05-09various doxygen fixesKevin P. Fleming
2006-04-14This rather large commit changes the way modules are loaded. Luigi Rizzo
2006-04-11Merged revisions 19345 via svnmerge from Kevin P. Fleming
2006-04-08since the module API is changing, it's a good time to const-ify the descripti...Kevin P. Fleming
2006-04-06whitespace and formatting fix postponed from last commit:Luigi Rizzo
2006-04-06split pbx_load_module so we can reduce the indentation depth.Luigi Rizzo
2006-04-06use FREE instead of free as pointer to the destructor function.Luigi Rizzo
2006-03-29Whitespace fix forgotten by someone who added a note about needing to fix thi...Olle Johansson
2006-03-28as reported in mantis #6066, fix a bunch of cli bugs andLuigi Rizzo
2006-02-24Reverting revision 10998 that was accidentaly committed to trunk. My apologies.Olle Johansson
2006-02-24Update to trunkOlle Johansson
2006-01-18constify arguments in more places where strings should not be modified (issue...Russell Bryant
2006-01-06Merged revisions 7831 via svnmerge fromTilghman Lesher
2005-12-04convert most of the option_*'s to a single ast_flags structure. Also, fix someRussell Bryant
2005-11-29remove extraneous svn:executable propertiesKevin P. Fleming
2005-11-14finish merging doxygen updates from issue #5605Russell Bryant
2005-10-24Doxygen documentation update from oej (issue #5505)Russell Bryant
2005-10-13ensure that priorityjumping option returns to its default during reload if it...Kevin P. Fleming
2005-09-23move process_quotes_and_slashes to utils.c since it is used by both pbx_ael a...Russell Bryant
2005-09-14update MANY more files with proper copyright/license info (thanks Ian!)Kevin P. Fleming
2005-07-26add a global option to disable priority jumping in applications (when they ge...Kevin P. Fleming
2005-06-06more file version tagsKevin P. Fleming
2005-06-06major Makefile and build process improvements, including removal of all hardc...Kevin P. Fleming
2005-06-03allow global variables to be reset on reload (defaults to off) (bug #4385)Kevin P. Fleming
2005-05-19add 'dontwarn' option to asterisk.conf to appease the whining masses :p (bug ...Russell Bryant
2005-05-19check to see if a comma or an open paren came first when splitting the applic...Russell Bryant
2005-05-12fix some more typos and clarity issuesRussell Bryant
2005-05-12fix a little typoRussell Bryant
2005-04-29don't use '%i' at all, since we have no current use cases that need non base-...Kevin P. Fleming
2005-04-27perform global variable substitution before splitting extension and cidmatch ...Kevin P. Fleming
2005-04-21use double-quotes instead of angle-brackets for non-system include files (bug...Kevin P. Fleming