aboutsummaryrefslogtreecommitdiffstats
path: root/main/loader.c
AgeCommit message (Expand)AuthorFilesLines
2010-02-19Merged revisions 228798 via svnmerge from tilghman1-17/+30
2009-12-09Fix breakage of the "module load <module>" CLI command.russell1-1/+1
2009-12-09Set a module load priority for format modules.russell1-48/+73
2009-06-04Merged revisions 199051 via svnmerge from seanbright1-0/+81
2009-03-19Merged revisions 183242 via svnmerge from russell1-13/+0
2008-07-28Merged revisions 134086 via svnmerge from kpfleming1-26/+2
2008-07-18Merged revisions 131923 via svnmerge from kpfleming1-4/+0
2008-06-17Goodbye Zaptel, hello DAHDI. Removes Zaptel driver support with DAHDI. Config...jpeeler1-3/+30
2008-06-05Merged revisions 120602 via svnmerge from tilghman1-2/+3
2008-03-12Merged revisions 107960 via svnmerge from tilghman1-2/+2
2008-03-06Merged revisions 105840 via svnmerge from russell1-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
2007-11-16Merged revisions 89325 via svnmerge from kpfleming1-0/+11
2007-11-08improve linked-list macros in two ways:kpfleming1-5/+5
2007-11-07remove a debugging message which i forgot in.rizzo1-5/+0
2007-11-06Fix embedding of modules on FreeBSD:rizzo1-11/+30
2007-10-22merging patches that don't compile is bad... mmkay?kpfleming1-3/+3
2007-10-22Merged revisions 86630 via svnmerge from file1-9/+9
2007-08-16Don't reload a configuration file if nothing has changed.tilghman1-1/+2
2007-07-26Do a massive conversion for using the ast_verb() macrorussell1-8/+4
2007-07-19After some study, thought, comparing, etc. I've backed out the previous unive...murf1-2/+2
2007-07-18Merge in ast_strftime branch, which changes timestamps to be accurate to the ...tilghman1-1/+1
2007-07-17via 10206, I have added an option (e) to Dial to allow the h exten to get run...murf1-2/+2
2007-06-24Conversions to ast_debug()russell1-2/+1
2007-06-14Convert uses of strdup() to ast_strdup()russell1-2/+2
2007-06-06Issue 9869 - replace malloc and memset with ast_calloc, and other coding guid...tilghman1-14/+14
2007-06-05Merged revisions 67308 via svnmerge from russell1-0/+25
2007-05-07Constificationsoej1-1/+1
2007-05-03Merged revisions 62986 via svnmerge from kpfleming1-24/+33
2007-04-20Merged revisions 61705 via svnmerge from qwell1-1/+1
2007-03-19It is possible for mod to become invalid after we unload it (if it's a dynami...file1-3/+3
2007-03-07Make the loader less noisy under valgrind.file1-2/+2
2007-02-22give embedded modules a helping hand by backing up and restoring their global...kpfleming1-0/+8
2007-02-08Merged revisions 53532 via svnmerge from tilghman1-1/+3