Commit History

Author SHA1 Message Date
  Kinsey Moore 882ec55b31 Clean up and ensure proper usage of alloca() 12 years ago
  Leif Madsen bdf076843a Merged revisions 328247 via svnmerge from 13 years ago
  Tilghman Lesher ce99465a3b AST-2009-005 15 years ago
  Tilghman Lesher 7e4e4b0d36 Clarify CUT code, and in the process, fix a bug in trunk only 15 years ago
  Kevin P. Fleming 701033c41b More 'static' qualifiers on module global variables. 15 years ago
  Tilghman Lesher 1954229e8a Recorded merge of revisions 197194 via svnmerge from 15 years ago
  Tilghman Lesher 37025c8fa6 Merge str_substitution branch. 15 years ago
  Russell Bryant 7f3512428b Merged revisions 163253 via svnmerge from 16 years ago
  Russell Bryant 38a3fa4b39 Merge changes from team/group/appdocsxml 16 years ago
  Steve Murphy 22df4f0131 (closes issue #13557) 16 years ago
  Tilghman Lesher e42546fef0 Reset default CUT delimiter back to '-' 17 years ago
  Luigi Rizzo a3d5e81bf4 remove another set of redundant #include "asterisk/options.h" 17 years ago
  Luigi Rizzo dcb25c2a5c another bunch of include removals (errno.h and asterisk/logger.h) 17 years ago
  Luigi Rizzo 47e70077d6 Start untangling header inclusion in a way that does not affect 17 years ago
  Steve Murphy 38f510abd2 This commits the performance mods that give the priority processing engine in the pbx, a 25-30% speed boost. The two updates used, are, first, to merge the ast_exists_extension() and the ast_spawn_extension() where they are called sequentially in a loop in the code, into a slightly upgraded version of ast_spawn_extension(), with a few extra args; and, second, I modified the substitute_variables_helper_full, so it zeroes out the byte after the evaluated string instead of demanding you pre-zero the buffer; I also went thru the code and removed the code that zeroed this buffer before every call to the substitute_variables_helper_full. The first fix provides about a 9% speedup, and the second the rest. These figures come from the 'PIPS' benchmark I describe in blogs, conf. reports, etc. 17 years ago
  Tilghman Lesher 4c4b3fa340 Merged revisions 87262 via svnmerge from 17 years ago
  Tilghman Lesher 54ece011c1 Use the same delimited character as the FILTER function in FIELDQTY and CUT. 17 years ago
  Tilghman Lesher 34c4795347 Merge the dialplan_aesthetics branch. Most of this patch simply converts applications 17 years ago
  Joshua Colp ec0b41df1c For my next trick I will make it so dialplan functions no longer need to call ast_module_user_add and ast_module_user_remove. These are now called in the ast_func_read and ast_func_write functions outside of the module. 17 years ago
  Joshua Colp 20ea2e3dd0 It is no longer required for each module that deals with a channel to call ast_module_user_hangup_all in it's unload function. The loader will automatically perform this action for it. 17 years ago
  Tilghman Lesher 02ff88d303 Modifications to allow the output of SHELL() to be split per line (Issue 8676) 18 years ago
  Kevin P. Fleming a46aff2ba9 finish const-ifying ast_func_read() 18 years ago
  Kevin P. Fleming 90db3f33ab merge new_loader_completion branch, including (at least): 18 years ago
  Kevin P. Fleming 2687538ae6 simplify autoconfig include mechanism (make tholo happy he can use lint again :-) 18 years ago
  Russell Bryant 5241bdc2d4 remove almost all of the checks of the result from ast_strdupa() or alloca(). 18 years ago
  Luigi Rizzo a87e19a1c9 remove some unnecessary braces 18 years ago
  Luigi Rizzo c8d72dde26 This rather large commit changes the way modules are loaded. 18 years ago
  Kevin P. Fleming 9f7c341f1c since the module API is changing, it's a good time to const-ify the description() and key() return values 18 years ago
  Russell Bryant c674004ec1 remove the uses of the deprecated STANDARD_LOCAL_USER 19 years ago
  Russell Bryant 96f3038858 remove LOCAL_USER_ACF_ADD since it is now the same as LOCAL_USER_ADD 19 years ago