dect
/
asterisk
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
asterisk/res
tilghman 5a542f5f08 Merged revisions 88539 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4

........
r88539 | tilghman | 2007-11-05 10:20:13 -0600 (Mon, 05 Nov 2007) | 4 lines

Don't check used pooled connections for connection status, as it will cause issues for prepared queries.
Reported by: Nick Gorham (via -dev list)
Patch by: tilghman

........


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@88540 f38db490-d61c-443f-a65b-d21fe96a405b
2007-11-05 16:30:51 +00:00
..
ael 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
snmp Fix a typo in the Asterisk MIB and fix astNumChanBridged so it acts as a counter again 2007-08-23 17:27:07 +00:00
Makefile The trunk version of this patch also includes a couple more small clean fixes 2007-10-01 15:06:14 +00:00
res_adsi.c More changes to change return values from load_module functions. 2007-10-31 19:24:29 +00:00
res_ael_share.c More changes to change return values from load_module functions. 2007-10-31 19:24:29 +00:00
res_agi.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
res_clioriginate.c More changes to change return values from load_module functions. 2007-10-31 19:24:29 +00:00
res_config_odbc.c Corydon posted this janitor project to the bug tracker and mvanbaak provided 2007-10-01 15:23:19 +00:00
res_config_pgsql.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
res_config_sqlite.c closes issue #11045 - each file needs to define ASTERISK_FILE_VERSION, if you are going to set MTX_PROFILE in the compiler flags; the problem was that the fixes were getting made to the generated .c file, and erased the next time someone regenerated that file from the corresponding .y or .flex file. Moral of story: keep your eyes open and make mods to the .y (or flex input file) and re-run bison (or flex) as the Makefile directs for that file, and then check in both. Also, res_config_sqlite was kinda missed, and has the same issue. 2007-10-25 16:21:30 +00:00
res_convert.c More changes to change return values from load_module functions. 2007-10-31 19:24:29 +00:00
res_crypto.c Correctly use defined return values in (some) load_module functions. 2007-10-26 21:37:02 +00:00
res_features.c Simplify the implementation and the API for stringfields; 2007-11-04 19:44:31 +00:00
res_indications.c More changes to change return values from load_module functions. 2007-10-31 19:24:29 +00:00
res_jabber.c Switch res_jabber to use openssl rather than gnutls. 2007-11-01 22:10:33 +00:00
res_limit.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
res_monitor.c Correctly use defined return values in (some) load_module functions. 2007-10-26 21:37:02 +00:00
res_musiconhold.c More changes to change return values from load_module functions. 2007-10-31 19:24:29 +00:00
res_odbc.c Merged revisions 88539 via svnmerge from 2007-11-05 16:30:51 +00:00
res_realtime.c Correctly use defined return values in (some) load_module functions. 2007-10-26 21:37:02 +00:00
res_smdi.c More changes to change return values from load_module functions. 2007-10-31 19:24:29 +00:00
res_snmp.c Don't reload a configuration file if nothing has changed. 2007-08-16 21:09:46 +00:00
res_speech.c More changes to change return values from load_module functions. 2007-10-31 19:24:29 +00:00