asterisk/funcs
Steve Murphy 98429d37b2 Based on a note in asterisk-dev by Brian Capouch, I determined I too agressive in not initializing arrays passed to pbx_substitute_variables_xxxx; I reviewed the code (again) and hopefully found every possible spot where substitute_variables is called conditionally, and made sure the char array involved was set to a null string.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@89186 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2007-11-12 18:44:36 +00:00
..
Makefile GNU make already knows how to quietly ignore non-existent files in 'include' directives 2006-08-26 23:58:47 +00:00
func_base64.c Doxygen update 2007-01-24 09:05:29 +00:00
func_blacklist.c 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. 2007-07-16 13:35:20 +00:00
func_callerid.c See if I can fix this borked ANI2 code I added 2007-10-11 22:33:57 +00:00
func_cdr.c Mostly cleanup of documentation to substitute the pipe with the comma, but a few other formatting cleanups, too. 2007-07-31 01:10:47 +00:00
func_channel.c Mostly cleanup of documentation to substitute the pipe with the comma, but a few other formatting cleanups, too. 2007-07-31 01:10:47 +00:00
func_curl.c Merged revisions 87120 via svnmerge from 2007-10-26 14:00:48 +00:00
func_cut.c 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. 2007-11-01 22:26:51 +00:00
func_db.c Add a massive set of changes for converting to use the ast_debug() macro. 2007-06-14 19:39:12 +00:00
func_devstate.c Switch from AST_CLI (formerly NEW_CLI) to AST_CLI_DEFINE, since the former didn't make much sense 2007-10-22 20:05:18 +00:00
func_dialgroup.c Add a simple dialgroup function. By taking one of the simpler uses of Queue 2007-10-28 14:16:45 +00:00
func_enum.c Add proper channel locking around the uses of datastore_add and _find. There 2007-08-28 18:41:18 +00:00
func_env.c Make func_env build again. 2007-11-08 21:27:37 +00:00
func_extstate.c Add EXTENSION_STATE() function that can retrieve the state of an extension that 2007-09-06 20:54:07 +00:00
func_global.c Doxygen update 2007-01-24 09:05:29 +00:00
func_groupcount.c Merged revisions 69259 via svnmerge from 2007-06-14 15:25:32 +00:00
func_iconv.c Cast the 2nd argument to iconv() to a void *, as some systems define it as a 2007-07-16 02:44:49 +00:00
func_lock.c Make sure a channel exists before attempting to start or stop channel 2007-10-27 01:15:02 +00:00
func_logic.c Based on a note in asterisk-dev by Brian Capouch, I determined I too agressive in not initializing arrays passed to pbx_substitute_variables_xxxx; I reviewed the code (again) and hopefully found every possible spot where substitute_variables is called conditionally, and made sure the char array involved was set to a null string. 2007-11-12 18:44:36 +00:00
func_math.c Added AND, OR, and XOR bitwise operations to MATH for issue 9891, thanks jcmoore 2007-06-28 20:52:22 +00:00
func_md5.c Doxygen update 2007-01-24 09:05:29 +00:00
func_module.c Doxygen update 2007-01-24 09:05:29 +00:00
func_odbc.c 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. 2007-11-01 22:26:51 +00:00
func_rand.c Merge the dialplan_aesthetics branch. Most of this patch simply converts applications 2007-07-23 19:51:41 +00:00
func_realtime.c Merged revisions 87262 via svnmerge from 2007-10-28 14:11:01 +00:00
func_sha1.c Doxygen update 2007-01-24 09:05:29 +00:00
func_shell.c Make sure a channel exists before attempting to start or stop channel 2007-10-27 01:15:02 +00:00
func_strings.c improve linked-list macros in two ways: 2007-11-08 05:28:47 +00:00
func_timeout.c Merged revisions 80547 via svnmerge from 2007-08-23 19:30:49 +00:00
func_uri.c Doxygen update 2007-01-24 09:05:29 +00:00
func_version.c 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. 2007-07-16 18:24:29 +00:00
func_vmcount.c Merged revisions 85850 via svnmerge from 2007-10-16 15:15:53 +00:00
func_volume.c * Constify the uid field of channel datastores 2007-08-28 18:32:56 +00:00