aboutsummaryrefslogtreecommitdiffstats
path: root/main/loader.c
AgeCommit message (Expand)AuthorFilesLines
2008-02-27Use the lock (which already existed, it just wasn't used) on the updaters lis...file1-6/+6
2008-02-15In the case that you try to directly reload a module has returned russell1-2/+10
2008-02-15Don't attempt to execute the reload callback for a module that returnedrussell1-1/+1
2007-12-06Add a new module flag to indicate that a build sum is present. Modules builtrussell1-2/+4
2007-12-06Make sure logger is reloaded at general reload in the cli.oej1-0/+1
2007-11-20bring back compile-option checking when loading modules, only this time use a...kpfleming1-0/+9
2007-11-16Temporarily revert revision 89325, which added md5 magic for keeping track ofrussell1-11/+0
2007-11-16To help combat problems where people build external modules (asterisk-addons ...kpfleming1-0/+11
2007-10-22Fixes for building under OpenSolaris.file1-6/+6
2007-06-05When shutting down "gracefully", go through and run the unload() callbacks forrussell1-0/+25
2007-05-03improve loader a bit, by avoiding trying to initialize embedded modules twice...kpfleming1-24/+33
2007-04-20Merged revisions 61704 via svnmerge from qwell1-1/+1
2007-02-22disable unloading of embedded modules... there is a fundamental problem with ...kpfleming1-0/+5
2007-02-08Issue 9007 - Mutex not released on early returntilghman1-1/+3
2006-10-21Don't use promotion on Darwin because it doesn't seem to work quite right in ...file1-2/+2
2006-10-04ensure that local include files are always usedkpfleming1-3/+4
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