aboutsummaryrefslogtreecommitdiffstats
path: root/main/loader.c
AgeCommit message (Expand)AuthorFilesLines
2010-07-20Add load priority order, such that preload becomes unnecessary in most casestilghman1-3/+3
2010-07-14Oops, merge reverted this fix.tilghman1-1/+1
2010-07-14Remove the old stub files, preferring the optional_api method.tilghman1-1/+1
2010-07-14Don't try to call an embedded module's backup_globals() function untilkpfleming1-1/+1
2010-07-09Merged revisions 275182 via svnmerge from mnicholson1-1/+3
2010-07-09Merged revisions 275143 via svnmerge from mnicholson1-2/+2
2010-05-19Fix transcode_via_sln option with SIP calls and improve PLC usage.mmichelson1-0/+1
2010-05-12Notify CLI when modules is loaded / unloadedpabelanger1-1/+1
2010-02-17RTP documentation states that you can pass NULL as the module, so make sure t...tilghman1-0/+8
2010-01-27Add new option to asterisk.conf (lockconfdir) to protect conf dir during reloadsjpeeler1-0/+23
2009-11-13Fixing trunk in a way so that it compiles again.oej1-2/+1
2009-11-13Add the capability to require a module to be loaded, or else Asterisk exits.oej1-15/+32
2009-11-09Fix various problems detected with Valgrind.tilghman1-17/+30
2009-08-21Make LOAD_ORDER actually worktwilson1-1/+1
2009-07-27Fixing typos. Replaces "recieved" with "received" and "initilize" with "initi...dbrooks1-1/+1
2009-06-26Merge the new Channel Event Logging (CEL) subsystem.russell1-0/+1
2009-06-22attempting to load running modulesdvossel1-4/+7
2009-06-15More 'static' qualifiers on module global variables.kpfleming1-1/+1
2009-06-09module load prioritydvossel1-62/+130
2009-06-04Merged revisions 199022 via svnmerge from seanbright1-0/+81
2009-05-21Const-ify the world (or at least a good part of it)kpfleming1-1/+1
2009-04-02Merge in the RTP engine API.file1-2/+0
2009-03-19Merged revisions 183241 via svnmerge from russell1-13/+0
2009-02-17Merge a large set of updates to the Asterisk indications API.russell1-0/+1
2008-09-12Create a new config file status, CONFIG_STATUS_FILEINVALID for differentiatingtilghman1-1/+2
2008-07-28remove remaining Zaptel references in various placeskpfleming1-26/+2
2008-07-18Merged revisions 131921 via svnmerge from kpfleming1-4/+0
2008-06-12Goodbye Zaptel, hello DAHDI. Removes Zaptel driver support with DAHDI. Config...jpeeler1-3/+30
2008-06-05Conditionally load the AGI command gosub, depending on whether or not res_agitilghman1-2/+3
2008-03-26Add the "config reload <conffile>" command, which allows you to tell Asterisktilghman1-1/+3
2008-03-12Revert several changes from revision 102525, as the changes were nottilghman1-2/+2
2008-03-05Create a centralized configuration option for silencethresholdtilghman1-0/+2
2008-03-04Whitespace changes onlytilghman1-5/+5
2008-02-27Merged revisions 104596 via svnmerge from file1-6/+6
2008-02-19Add a log message that appears when you try to unload a module that isn't loa...file1-0/+1
2008-02-15Merged revisions 103728 via svnmerge from russell1-2/+10
2008-02-15Merged revisions 103726 via svnmerge from russell1-1/+1
2008-02-05Get rid of any remaining ast_verbose calls in the code in favor of mmichelson1-2/+2
2008-01-23Move code from res_features into (new file) main/features.cqwell1-0/+2
2008-01-07Move ModuleLoad and ModuleCheck manager commands from loader.c to manager.c. ...file1-107/+2
2008-01-02some cleanup of this code while I am trying to debug a problem withrizzo1-15/+19
2007-12-06Merged revisions 91366 via svnmerge from oej1-0/+1
2007-11-27More "moremanager" fixes. Manager commands to check module status.oej1-0/+112
2007-11-21remove a bunch of useless #include "options.h"rizzo1-1/+0
2007-11-20move asterisk/paths.h outside asterisk.h and into those filesrizzo1-0/+1
2007-11-20move internal function declarations to include/asterisk/_private.hrizzo1-0/+1
2007-11-20switch compile-time option checking to string storage mode in this branch tookpfleming1-5/+3
2007-11-19another bunch of include removals (errno.h and asterisk/logger.h)rizzo1-2/+0
2007-11-17define RTLD_LOCAL for platforms that don't have it.rizzo1-0/+4
2007-11-16Start untangling header inclusion in a way that does not affectrizzo1-4/+0