summaryrefslogtreecommitdiff
path: root/main/loader.c
AgeCommit message (Expand)Author
2007-06-06Issue 9869 - replace malloc and memset with ast_calloc, and other coding guid...Tilghman Lesher
2007-06-05Merged revisions 67308 via svnmerge from Russell Bryant
2007-05-07ConstificationsOlle Johansson
2007-05-03Merged revisions 62986 via svnmerge from Kevin P. Fleming
2007-04-20Merged revisions 61705 via svnmerge from Jason Parker
2007-03-19It is possible for mod to become invalid after we unload it (if it's a dynami...Joshua Colp
2007-03-07Make the loader less noisy under valgrind.Joshua Colp
2007-02-22give embedded modules a helping hand by backing up and restoring their global...Kevin P. Fleming
2007-02-08Merged revisions 53532 via svnmerge from Tilghman Lesher
2006-10-31Take two, using find_resource on Kevin's suggestion. Olle Johansson
2006-10-30Adding dialplan function IFMODULE, so you can create dialplans that handleOlle Johansson
2006-10-21Merged revisions 45817 via svnmerge from Joshua Colp
2006-10-04Merged revisions 44322 via svnmerge from Kevin P. Fleming
2006-10-03bug #8076 check option_debug before printing to debug channel.Matt O'Gorman
2006-09-15reveting modifaction to __ast_module_user_removeAnthony LaMantia
2006-09-13Tweak changes that went in on revision 42891Joshua Colp
2006-09-13small fix for 7944Anthony LaMantia
2006-08-26ensure that unload_dynamic_module won't continue dereferencing a module point...Kevin P. Fleming
2006-08-25instead of reverting this supposedly 'stupid' change, let's try to get it wor...Kevin P. Fleming
2006-08-24Revert stupid RTLD_NOLOAD change that breaks module loading on some systems.Matthew Fredrickson
2006-08-23use RTLD_NOLOAD if it's available to make loading dynamic modules a little fa...Kevin P. Fleming
2006-08-22generate a message when a module cannot be found and loadable modules are dis...Kevin P. Fleming
2006-08-22minor improvementsKevin P. Fleming
2006-08-22when loadable modules are disabled, if someone tries to load a module that do...Kevin P. Fleming
2006-08-21restore 'preload' functionality in loaderKevin P. Fleming
2006-08-21restore printing of module name during loadingKevin P. Fleming
2006-08-21use a safer process for checking if a module wants to export symbols into the...Kevin P. Fleming
2006-08-21don't declare these variables unless neededKevin P. Fleming
2006-08-21merge new_loader_completion branch, including (at least):Kevin P. Fleming