aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk/module.h
AgeCommit message (Expand)AuthorFilesLines
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
2005-07-25more extensive documentation (bug #4444)kpfleming1-69/+235
2005-07-12add support for multiple-digit extensions in queue exit contexts (bug #4690)kpfleming1-0/+15
2005-06-24don't use locks when reading usecounts (reading only, not writing)kpfleming1-2/+0
2005-06-06remove experimental module version tagskpfleming1-3/+1
2005-06-06add support for per-module version numberskpfleming1-2/+5
2005-01-16Optimize module loading (bug #3356)markster1-2/+2
2005-01-15Repair // comments to /* */ comments (bug #3347)markster1-13/+13
2004-10-16Provide module command completion (make twisted happy)markster1-1/+3
2004-10-14Add option for "show modules like" (bug #2643)markster1-1/+1
2004-09-02Don't try to look offhook with channel banks & Loopstart (bug #2362), also ma...markster1-1/+1
2004-07-31Don't hard code the RTP payload type to 101 (bug #2192)markster1-1/+1
2004-06-09Merge FreeBSD locking fixes (bug #1411)markster1-1/+1
2003-08-13Totally revamp thread debugging to support locating and removing deadlocksmarkster1-9/+9
2003-08-07Allow groups to be checked in reverse order, make musiconhold die on restartmarkster1-0/+3
2002-07-11Version 0.2.0 from FTPmarkster1-1/+1
2002-05-13Version 0.1.12 from FTPmarkster1-1/+1
2001-11-01Version 0.1.10 from FTPmarkster1-15/+91
2001-04-13Version 0.1.8 from FTPmarkster1-1/+4
2001-03-07Version 0.1.7 from FTPmarkster1-0/+11
1999-12-11Version 0.1.1 from FTPmarkster1-1/+1
1999-10-28Version 0.1.0 from FTPmarkster1-0/+127