summaryrefslogtreecommitdiff
path: root/main/loader.c
AgeCommit message (Expand)Author
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
2007-11-16Start untangling header inclusion in a way that does not affectLuigi Rizzo
2007-11-16Merged revisions 89325 via svnmerge from Kevin P. Fleming
2007-11-08improve linked-list macros in two ways:Kevin P. Fleming
2007-11-07remove a debugging message which i forgot in.Luigi Rizzo
2007-11-06Fix embedding of modules on FreeBSD:Luigi Rizzo
2007-10-22merging patches that don't compile is bad... mmkay?Kevin P. Fleming
2007-10-22Merged revisions 86630 via svnmerge from Joshua Colp
2007-08-16Don't reload a configuration file if nothing has changed.Tilghman Lesher
2007-07-26Do a massive conversion for using the ast_verb() macroRussell Bryant
2007-07-19After some study, thought, comparing, etc. I've backed out the previous unive...Steve Murphy
2007-07-18Merge in ast_strftime branch, which changes timestamps to be accurate to the ...Tilghman Lesher
2007-07-17via 10206, I have added an option (e) to Dial to allow the h exten to get run...Steve Murphy
2007-06-24Conversions to ast_debug()Russell Bryant
2007-06-14Convert uses of strdup() to ast_strdup()Russell Bryant
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