summaryrefslogtreecommitdiff
path: root/main/loader.c
AgeCommit message (Expand)Author
2010-09-02Merged revisions 284610 via svnmerge from Tilghman Lesher
2010-07-20Add load priority order, such that preload becomes unnecessary in most casesTilghman Lesher
2010-07-14Oops, merge reverted this fix.Tilghman Lesher
2010-07-14Remove the old stub files, preferring the optional_api method.Tilghman Lesher
2010-07-14Don't try to call an embedded module's backup_globals() function untilKevin P. Fleming
2010-07-09Merged revisions 275182 via svnmerge from Matthew Nicholson
2010-07-09Merged revisions 275143 via svnmerge from Matthew Nicholson
2010-05-19Fix transcode_via_sln option with SIP calls and improve PLC usage.Mark Michelson
2010-05-12Notify CLI when modules is loaded / unloadedPaul Belanger
2010-02-17RTP documentation states that you can pass NULL as the module, so make sure t...Tilghman Lesher
2010-01-27Add new option to asterisk.conf (lockconfdir) to protect conf dir during reloadsJeff Peeler
2009-11-13Fixing trunk in a way so that it compiles again.Olle Johansson
2009-11-13Add the capability to require a module to be loaded, or else Asterisk exits.Olle Johansson
2009-11-09Fix various problems detected with Valgrind.Tilghman Lesher
2009-08-21Make LOAD_ORDER actually workTerry Wilson
2009-07-27Fixing typos. Replaces "recieved" with "received" and "initilize" with "initi...David Brooks
2009-06-26Merge the new Channel Event Logging (CEL) subsystem.Russell Bryant
2009-06-22attempting to load running modulesDavid Vossel
2009-06-15More 'static' qualifiers on module global variables.Kevin P. Fleming
2009-06-09module load priorityDavid Vossel
2009-06-04Merged revisions 199022 via svnmerge from Sean Bright
2009-05-21Const-ify the world (or at least a good part of it)Kevin P. Fleming
2009-04-02Merge in the RTP engine API.Joshua Colp
2009-03-19Merged revisions 183241 via svnmerge from Russell Bryant
2009-02-17Merge a large set of updates to the Asterisk indications API.Russell Bryant
2008-09-12Create a new config file status, CONFIG_STATUS_FILEINVALID for differentiatingTilghman Lesher
2008-07-28remove remaining Zaptel references in various placesKevin P. Fleming
2008-07-18Merged revisions 131921 via svnmerge from Kevin P. Fleming
2008-06-12Goodbye Zaptel, hello DAHDI. Removes Zaptel driver support with DAHDI. Config...Jeff Peeler
2008-06-05Conditionally load the AGI command gosub, depending on whether or not res_agiTilghman Lesher
2008-03-26Add the "config reload <conffile>" command, which allows you to tell AsteriskTilghman Lesher
2008-03-12Revert several changes from revision 102525, as the changes were notTilghman Lesher
2008-03-05Create a centralized configuration option for silencethresholdTilghman Lesher
2008-03-04Whitespace changes onlyTilghman Lesher
2008-02-27Merged revisions 104596 via svnmerge from Joshua Colp
2008-02-19Add a log message that appears when you try to unload a module that isn't loa...Joshua Colp
2008-02-15Merged revisions 103728 via svnmerge from Russell Bryant
2008-02-15Merged revisions 103726 via svnmerge from Russell Bryant
2008-02-05Get rid of any remaining ast_verbose calls in the code in favor of Mark Michelson
2008-01-23Move code from res_features into (new file) main/features.cJason Parker
2008-01-07Move ModuleLoad and ModuleCheck manager commands from loader.c to manager.c. ...Joshua Colp
2008-01-02some cleanup of this code while I am trying to debug a problem withLuigi Rizzo
2007-12-06Merged revisions 91366 via svnmerge from Olle Johansson
2007-11-27More "moremanager" fixes. Manager commands to check module status.Olle Johansson
2007-11-21remove a bunch of useless #include "options.h"Luigi Rizzo
2007-11-20move asterisk/paths.h outside asterisk.h and into those filesLuigi Rizzo
2007-11-20move internal function declarations to include/asterisk/_private.hLuigi Rizzo
2007-11-20switch compile-time option checking to string storage mode in this branch tooKevin P. Fleming
2007-11-19another bunch of include removals (errno.h and asterisk/logger.h)Luigi Rizzo
2007-11-17define RTLD_LOCAL for platforms that don't have it.Luigi Rizzo