asterisk/res
Russell Bryant f9c578a8a0 - The recent change to linklists.h broke the build on linux for some reason.
So, I have removed all of the uses of AST_LIST_HEAD_INIT and replaced them
   with the equivalent static initializations.
 - On passing, fix a memory leak in the unload_module() function of chan_agent.
   The agents list mutex was never destroyed, and the elements in the agents
   list were not freed.


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@26990 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-05-11 20:07:44 +00:00
..
snmp a bunch of conversion to ast_channel_*lock (issue #7058) 2006-04-29 14:50:18 +00:00
Makefile remove macro defined that is no longer needed 2006-04-30 17:53:37 +00:00
res_adsi.c more strncpy/ast_copy_string replacement 2006-04-21 18:13:21 +00:00
res_agi.c remove almost all of the checks of the result from ast_strdupa() or alloca(). 2006-05-10 13:22:15 +00:00
res_clioriginate.c remove almost all of the checks of the result from ast_strdupa() or alloca(). 2006-05-10 13:22:15 +00:00
res_config_odbc.c remove almost all of the checks of the result from ast_strdupa() or alloca(). 2006-05-10 13:22:15 +00:00
res_config_pgsql.c remove almost all of the checks of the result from ast_strdupa() or alloca(). 2006-05-10 13:22:15 +00:00
res_convert.c remove almost all of the checks of the result from ast_strdupa() or alloca(). 2006-05-10 13:22:15 +00:00
res_crypto.c Thanks to the fine work of Russell Bryant and Dancho Lazarov, we now have autoconf and menuselect tools for Asterisk! 2006-04-24 17:11:45 +00:00
res_features.c - The recent change to linklists.h broke the build on linux for some reason. 2006-05-11 20:07:44 +00:00
res_indications.c This rather large commit changes the way modules are loaded. 2006-04-14 14:08:19 +00:00
res_monitor.c use the channel lock wrappers (issue #7128) 2006-05-10 15:17:58 +00:00
res_musiconhold.c Merged revisions 24019 via svnmerge from 2006-05-01 21:48:30 +00:00
res_odbc.c Thanks to the fine work of Russell Bryant and Dancho Lazarov, we now have autoconf and menuselect tools for Asterisk! 2006-04-24 17:11:45 +00:00
res_osp.c Thanks to the fine work of Russell Bryant and Dancho Lazarov, we now have autoconf and menuselect tools for Asterisk! 2006-04-24 17:11:45 +00:00
res_smdi.c various doxygen fixes 2006-05-09 16:24:07 +00:00
res_snmp.c Thanks to the fine work of Russell Bryant and Dancho Lazarov, we now have autoconf and menuselect tools for Asterisk! 2006-04-24 17:11:45 +00:00
res_speech.c This rather large commit changes the way modules are loaded. 2006-04-14 14:08:19 +00:00