Historial de Commits

Autor SHA1 Mensaje Fecha
  Kinsey Moore f2b74c1b1b Clean up and ensure proper usage of alloca() hace 13 años
  Leif Madsen 51e95f4603 Introduce <support_level> tags in MODULEINFO. hace 14 años
  Tilghman Lesher ce99465a3b AST-2009-005 hace 16 años
  Tilghman Lesher 7e4e4b0d36 Clarify CUT code, and in the process, fix a bug in trunk only hace 16 años
  Kevin P. Fleming 701033c41b More 'static' qualifiers on module global variables. hace 16 años
  Tilghman Lesher 1954229e8a Recorded merge of revisions 197194 via svnmerge from hace 16 años
  Tilghman Lesher 37025c8fa6 Merge str_substitution branch. hace 16 años
  Russell Bryant 7f3512428b Merged revisions 163253 via svnmerge from hace 16 años
  Russell Bryant 38a3fa4b39 Merge changes from team/group/appdocsxml hace 17 años
  Steve Murphy 22df4f0131 (closes issue #13557) hace 17 años
  Tilghman Lesher e42546fef0 Reset default CUT delimiter back to '-' hace 17 años
  Luigi Rizzo a3d5e81bf4 remove another set of redundant #include "asterisk/options.h" hace 17 años
  Luigi Rizzo dcb25c2a5c another bunch of include removals (errno.h and asterisk/logger.h) hace 17 años
  Luigi Rizzo 47e70077d6 Start untangling header inclusion in a way that does not affect hace 17 años
  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. hace 18 años
  Tilghman Lesher 4c4b3fa340 Merged revisions 87262 via svnmerge from hace 18 años
  Tilghman Lesher 54ece011c1 Use the same delimited character as the FILTER function in FIELDQTY and CUT. hace 18 años
  Tilghman Lesher 34c4795347 Merge the dialplan_aesthetics branch. Most of this patch simply converts applications hace 18 años
  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. hace 18 años
  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. hace 18 años
  Tilghman Lesher 02ff88d303 Modifications to allow the output of SHELL() to be split per line (Issue 8676) hace 18 años
  Kevin P. Fleming a46aff2ba9 finish const-ifying ast_func_read() hace 18 años
  Kevin P. Fleming 90db3f33ab merge new_loader_completion branch, including (at least): hace 19 años
  Kevin P. Fleming 2687538ae6 simplify autoconfig include mechanism (make tholo happy he can use lint again :-) hace 19 años
  Russell Bryant 5241bdc2d4 remove almost all of the checks of the result from ast_strdupa() or alloca(). hace 19 años
  Luigi Rizzo a87e19a1c9 remove some unnecessary braces hace 19 años
  Luigi Rizzo c8d72dde26 This rather large commit changes the way modules are loaded. hace 19 años
  Kevin P. Fleming 9f7c341f1c since the module API is changing, it's a good time to const-ify the description() and key() return values hace 19 años
  Russell Bryant c674004ec1 remove the uses of the deprecated STANDARD_LOCAL_USER hace 19 años
  Russell Bryant 96f3038858 remove LOCAL_USER_ACF_ADD since it is now the same as LOCAL_USER_ADD hace 19 años