aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk/module.h
AgeCommit message (Expand)AuthorFilesLines
2010-09-09Merged revisions 285710 via svnmerge from bbryant1-0/+5
2010-07-20Add load priority order, such that preload becomes unnecessary in most casestilghman1-4/+21
2009-07-27Fixing typos. Replaces "recieved" with "received" and "initilize" with "initi...dbrooks1-1/+1
2009-06-22attempting to load running modulesdvossel1-4/+5
2009-06-09module load prioritydvossel1-0/+8
2009-05-21Const-ify the world (or at least a good part of it)kpfleming1-1/+1
2008-11-29incorporates r159808 from branches/1.4:kpfleming1-4/+4
2008-11-01Merge changes from team/group/appdocsxmlrussell1-0/+17
2008-07-14Swap "static" and "const", so that "static" appears at the beginning of eachtilghman1-3/+3
2008-02-27Bring Voicetronix driver up to date with current driverstilghman1-1/+1
2008-01-02There are three instances of the module definition macros,rizzo1-33/+24
2007-12-13Move usage of the old LOCAL_USER_* macros to the new ast_module_user_* functi...file1-1/+1
2007-11-22shuffle a little bit the content of header files to reduce dependencies.rizzo1-0/+53
2007-11-20switch compile-time option checking to string storage mode in this branch tookpfleming1-5/+7
2007-11-19Be a bit more pedantic about the type for holding the md5 sum for the build o...russell1-1/+2
2007-11-16Merged revisions 89325 via svnmerge from kpfleming1-1/+4
2007-09-30Merged revisions 84146 via svnmerge from russell1-1/+1
2007-07-19After some study, thought, comparing, etc. I've backed out the previous unive...murf1-1/+1
2007-07-17via 10206, I have added an option (e) to Dial to allow the h exten to get run...murf1-1/+1
2007-07-16Merge a bunch of doxygen updates to header files. This includes changes torussell1-14/+18
2007-06-05Merged revisions 67308 via svnmerge from russell1-0/+7
2007-05-07Constificationsoej1-1/+1
2007-02-22move the ast_module_info structure into the special section as well, otherwis...kpfleming1-1/+3
2007-02-22give embedded modules a helping hand by backing up and restoring their global...kpfleming1-0/+73
2006-10-30Adding dialplan function IFMODULE, so you can create dialplans that handleoej1-0/+7
2006-10-30Issue 8246 Doxygen updates (kshumard) oej1-2/+2
2006-08-21merge new_loader_completion branch, including (at least):kpfleming1-196/+113
2006-05-09various doxygen fixeskpfleming1-4/+2
2006-04-14This rather large commit changes the way modules are loaded. rizzo1-245/+67
2006-04-11remove an unused functionrizzo1-8/+0
2006-04-11as discussed with kevin, moverizzo1-14/+0
2006-04-08update module license key text and update loader to accept itkpfleming1-6/+11
2006-04-08since the module API is changing, it's a good time to const-ify the descripti...kpfleming1-10/+9
2006-04-06small cleanups to module.h and loader.c to start playing withrizzo1-12/+27
2006-03-28Doxygen fixes oej1-10/+43
2006-03-28Bring in the new loader code as described in mantis #4377rizzo1-83/+189
2006-03-28remove the long since unused STANDARD_LOCAL_USERS macrorizzo1-2/+0
2006-03-25revert loader changes that have clearly not undergone adequate testing before...kpfleming1-188/+84
2006-03-25Bug 4377 - Round 2 of the loader updatestilghman1-84/+188
2006-03-21update LOCAL_USER_ADD to use ast_callocrussell1-3/+3
2006-02-15now that there are no modules that define their own version ofrussell1-11/+10
2006-02-13remove LOCAL_USER_ACF_ADD since it is now the same as LOCAL_USER_ADDrussell1-15/+0
2006-02-12major dialplan functions updatekpfleming1-1/+1
2006-01-18constify arguments in more places where strings should not be modified (issue...russell1-1/+1
2006-01-18allows for use of the originate function frommogorman1-0/+4
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7221 f38db490-d61c-443f-...kpfleming1-0/+0
2005-10-28add macros for explicit module usecount increment/decrementkpfleming1-3/+15
2005-10-26clean up a lot of doxygen errors and warnings (issue #5522)russell1-1/+2
2005-08-30major header file cleanup: license, copyrights, descriptions, markers, etc.kpfleming1-9/+13
2005-08-24clear out memory allocated by LOCAL_USER_ADD/LOCAL_USER_ACF_ADDkpfleming1-2/+2