aboutsummaryrefslogtreecommitdiffstats
path: root/loader.c
AgeCommit message (Expand)AuthorFilesLines
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...kpfleming1-5/+5
2006-05-11remove a now useless debugging message about loading new-style modules.rizzo1-2/+0
2006-05-10remove almost all of the checks of the result from ast_strdupa() or alloca().russell1-2/+1
2006-05-03test commit to ensure the server is happy againkpfleming1-1/+1
2006-04-14fix a mostly harmless error introduced by svn merge.rizzo1-6/+4
2006-04-14This rather large commit changes the way modules are loaded. rizzo1-78/+90
2006-04-13remove extraneous warning messagekpfleming1-6/+6
2006-04-11remove an unused functionrizzo1-18/+0
2006-04-11remove unused fieldsrizzo1-5/+0
2006-04-08update module license key text and update loader to accept itkpfleming1-2/+2
2006-04-06small cleanups to module.h and loader.c to start playing withrizzo1-21/+18
2006-04-02Reduce debugging messages from WARNING to DEBUGtilghman1-4/+4
2006-03-28Doxygen fixes oej1-24/+25
2006-03-28Bring in the new loader code as described in mantis #4377rizzo1-41/+463
2006-03-25Add micro-http server and abstract manager interface, make snmp not die markster1-0/+2
2006-03-25revert loader changes that have clearly not undergone adequate testing before...kpfleming1-460/+41
2006-03-25Bug 4377 - Round 2 of the loader updatestilghman1-41/+460
2006-02-27conversions to allocation wrappers and various other coding guideliens fixes ...russell1-7/+5
2006-02-14Bug 4377 - Initial round of loader changestilghman1-353/+317
2006-01-18constify arguments in more places where strings should not be modified (issue...russell1-1/+1
2006-01-18Merged revisions 8162 via svnmerge from mogorman1-1/+1
2005-12-30update doxygen docs to specify authorsrussell1-1/+2
2005-12-04convert most of the option_*'s to a single ast_flags structure. Also, fix somerussell1-3/+3
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7221 f38db490-d61c-443f-...kpfleming1-0/+0
2005-10-24Doxygen documentation update from oej (issue #5505)russell1-2/+2
2005-09-26use a more generic means to decide whether we need to provide poll/dlfcn func...kpfleming1-1/+1
2005-09-14update MANY more files with proper copyright/license info (thanks Ian!)kpfleming1-4/+15
2005-08-05fix a bunch of gcc4 warnings realted to pointer signednessrussell1-7/+7
2005-07-25formatting fixes (bug #4770)russell1-15/+17
2005-07-07make CLI output use singular/plural when appropriate (bug #4654)kpfleming1-1/+1
2005-07-05add support for 'early loading' modules, so that nearly all configuration fil...kpfleming1-10/+28
2005-06-06more file version tagskpfleming1-1/+1
2005-06-06remove experimental module version tagskpfleming1-18/+6
2005-06-06clean up module version number outputkpfleming1-1/+4
2005-06-06add support for per-module version numberskpfleming1-3/+20
2005-06-06major Makefile and build process improvements, including removal of all hardc...kpfleming1-1/+0
2005-06-03support configurable batch posting of CDRs (off by default) (bug #3883)kpfleming1-0/+5
2005-04-22phase 1 of header include cleanup (bug #4067)kpfleming1-0/+1
2005-04-21use double-quotes instead of angle-brackets for non-system include files (bug...kpfleming1-12/+12
2005-04-06*** empty log message ***kpfleming1-0/+4
2005-01-25Merge config updates (bug #3406)markster1-11/+10
2005-01-21update copyright headers for 2005russell1-1/+1
2005-01-16Optimize module loading (bug #3356)markster1-14/+24
2005-01-10Revert loader change now that we do it at runtimemarkster1-1/+0
2005-01-04Load formats first (bug #3242)markster1-0/+1
2004-12-27fix logging issuerussell1-1/+1
2004-11-17Don't hold modlock while doing reloadmarkster1-2/+13
2004-11-13Big agent / queue fixesmarkster1-3/+12
2004-10-16Provide module command completion (make twisted happy)markster1-6/+57
2004-10-14Add option for "show modules like" (bug #2643)markster1-7/+6