aboutsummaryrefslogtreecommitdiffstats
path: root/main/loader.c
AgeCommit message (Expand)AuthorFilesLines
2007-05-07Constificationsoej1-1/+1
2007-05-03Merged revisions 62986 via svnmerge from kpfleming1-24/+33
2007-04-20Merged revisions 61705 via svnmerge from qwell1-1/+1
2007-03-19It is possible for mod to become invalid after we unload it (if it's a dynami...file1-3/+3
2007-03-07Make the loader less noisy under valgrind.file1-2/+2
2007-02-22give embedded modules a helping hand by backing up and restoring their global...kpfleming1-0/+8
2007-02-08Merged revisions 53532 via svnmerge from tilghman1-1/+3
2006-10-31Take two, using find_resource on Kevin's suggestion. oej1-10/+4
2006-10-30Adding dialplan function IFMODULE, so you can create dialplans that handleoej1-0/+20
2006-10-21Merged revisions 45817 via svnmerge from file1-2/+2
2006-10-04Merged revisions 44322 via svnmerge from kpfleming1-3/+4
2006-10-03bug #8076 check option_debug before printing to debug channel.mogorman1-1/+2
2006-09-15reveting modifaction to __ast_module_user_removeanthonyl1-20/+9
2006-09-13Tweak changes that went in on revision 42891file1-4/+4
2006-09-13small fix for 7944anthonyl1-0/+11
2006-08-26ensure that unload_dynamic_module won't continue dereferencing a module point...kpfleming1-3/+8
2006-08-25instead of reverting this supposedly 'stupid' change, let's try to get it wor...kpfleming1-0/+9
2006-08-24Revert stupid RTLD_NOLOAD change that breaks module loading on some systems.mattf1-9/+0
2006-08-23use RTLD_NOLOAD if it's available to make loading dynamic modules a little fa...kpfleming1-8/+22
2006-08-22generate a message when a module cannot be found and loadable modules are dis...kpfleming1-0/+1
2006-08-22minor improvementskpfleming1-22/+13
2006-08-22when loadable modules are disabled, if someone tries to load a module that do...kpfleming1-0/+2
2006-08-21restore 'preload' functionality in loaderkpfleming1-6/+14
2006-08-21restore printing of module name during loadingkpfleming1-1/+1
2006-08-21use a safer process for checking if a module wants to export symbols into the...kpfleming1-22/+32
2006-08-21don't declare these variables unless neededkpfleming1-2/+4
2006-08-21merge new_loader_completion branch, including (at least):kpfleming1-0/+883