You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
asterisk/res
Joshua Colp 3e9886598d
You need to put static in front of a static RWLIST declaration to make it really static... and don't call AST_RWLIST_HEAD_DESTROY on a statically declared list.
19 years ago
..
snmp Merge in ast_strftime branch, which changes timestamps to be accurate to the microsecond, instead of only to the second 19 years ago
Makefile
res_adsi.c Add a massive set of changes for converting to use the ast_debug() macro. 19 years ago
res_agi.c You need to put static in front of a static RWLIST declaration to make it really static... and don't call AST_RWLIST_HEAD_DESTROY on a statically declared list. 19 years ago
res_clioriginate.c (closes issue #10271) 19 years ago
res_config_odbc.c (closes issue #10271) 19 years ago
res_config_pgsql.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. 19 years ago
res_config_sqlite.c (closes issue #10271) 19 years ago
res_convert.c (closes issue #10271) 19 years ago
res_crypto.c Clean up res_crypto module. It now uses an rwlist to keep the keys and it should also be thread safe now. 19 years ago
res_eventtest.c Merge changes from team/russell/events 19 years ago
res_features.c After some study, thought, comparing, etc. I've backed out the previous universal mod to make ast_flags a 64 bit thing. Instead, I added a 64-bit version of ast_flags (ast_flags64), and 64-bit versions of the test-flag, set-flag, etc. macros, and an app_parse_options64 routine, and I use these in app_dial alone, to eliminate the 30-option limit it had grown to meet. There is room now for 32 more options and flags. I was heavily tempted to implement some of the other ideas that were presented, but this solution does not intro any new versions of dial, doesn't have a different API, has a minimal/zero impact on code outside of dial, and doesn't seriously (I hope) affect the code structure of dial. It's the best I can think of right now. My goal was NOT to rewrite dial. I leave that to a future, coordinated effort. 19 years ago
res_indications.c (closes issue #10271) 19 years ago
res_jabber.c Correct an issue where the wrong type was being used to start sasl. 19 years ago
res_limit.c Fix building under Solaris. 19 years ago
res_monitor.c (closes issue #10271) 19 years ago
res_musiconhold.c After some study, thought, comparing, etc. I've backed out the previous universal mod to make ast_flags a 64 bit thing. Instead, I added a 64-bit version of ast_flags (ast_flags64), and 64-bit versions of the test-flag, set-flag, etc. macros, and an app_parse_options64 routine, and I use these in app_dial alone, to eliminate the 30-option limit it had grown to meet. There is room now for 32 more options and flags. I was heavily tempted to implement some of the other ideas that were presented, but this solution does not intro any new versions of dial, doesn't have a different API, has a minimal/zero impact on code outside of dial, and doesn't seriously (I hope) affect the code structure of dial. It's the best I can think of right now. My goal was NOT to rewrite dial. I leave that to a future, coordinated effort. 19 years ago
res_odbc.c Merged revisions 69702 via svnmerge from 19 years ago
res_realtime.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. 19 years ago
res_smdi.c Code cleanup of res_smdi 19 years ago
res_snmp.c (closes issue #10271) 19 years ago
res_speech.c Use the linkedlists.h AST_LIST_NEXT macro for modifying the list of results. 19 years ago