aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_features.c
AgeCommit message (Expand)AuthorFilesLines
2009-02-16Remove chan_features.russell1-572/+0
2008-12-02Merged revisions 160207 via svnmerge from tilghman1-1/+5
2008-09-28Merge the cli_cleanup branch.mvanbaak1-2/+2
2008-08-09Merge more changes from the resolve-shadow-warnings branch (henceforth knownseanbright1-27/+27
2008-06-25More expansion of the deadlock avoidance macro, including a macro to do lockingtilghman1-3/+1
2007-11-21remove another set of redundant #include "asterisk/options.h"rizzo1-1/+0
2007-11-19include "logger.h" and errno.h from asterisk.h - usage shows that theyrizzo1-2/+0
2007-11-17trim more redundant headersrizzo1-4/+0
2007-11-16remove a bunch of duplicate includesrizzo1-1/+0
2007-11-16Start untangling header inclusion in a way that does not affectrizzo1-4/+0
2007-11-08convert this code to a more efficient idiomkpfleming1-3/+1
2007-11-08Fix missed conversion to linkedlists macro changetilghman1-1/+1
2007-10-26Correctly use defined return values in (some) load_module functions.qwell1-2/+2
2007-10-22Switch from AST_CLI (formerly NEW_CLI) to AST_CLI_DEFINE, since the former di...qwell1-1/+1
2007-10-19Convert NEW_CLI to AST_CLI.qwell1-1/+1
2007-09-18(issue #10724)qwell1-14/+19
2007-08-08Add support for using epoll instead of poll. This should increase scalability...file1-4/+4
2007-06-14Add a massive set of changes for converting to use the ast_debug() macro.russell1-2/+1
2007-06-07Merged revisions 68196 via svnmerge from oej1-0/+3
2007-06-03ast_calloc janitor (Inspired by issue 9860)tilghman1-6/+5
2007-05-30This concludes my tweaking of things.file1-2/+2
2007-04-10Merged revisions 60989 via svnmerge from murf1-1/+1
2007-01-23Merged revisions 51788 via svnmerge from file1-0/+1
2007-01-19Merged revisions 51311 via svnmerge from russell1-3/+3
2006-12-15replace ast_safe_string_alloc() with asprintf()rizzo1-1/+1
2006-12-06Constify a bunch of usage strings for CLI commands.russell1-1/+1
2006-11-07A fair number of changes for the sake of bug 7506murf1-9/+15
2006-11-03remove useless usecnt handlingrizzo1-7/+0
2006-11-02Merged revisions 47051 via svnmerge from tilghman1-2/+2
2006-10-25Merged revisions 46200 via svnmerge from kpfleming1-2/+2
2006-10-03bug #8076 check option_debug before printing to debug channel.mogorman1-1/+2
2006-09-21Lots more removal of deprecated thingstilghman1-6/+1
2006-09-18merge qwell's CLI verbification workkpfleming1-6/+13
2006-08-31Merge in VLDTMF support with Zaptel/Core done by the ever great Darumkilla Ru...file1-4/+22
2006-08-21merge new_loader_completion branch, including (at least):kpfleming1-13/+3
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...kpfleming1-4/+4
2006-05-10ensure that control frames with payload can be sent to channel drivers via ->...kpfleming1-2/+2
2006-04-21ast_strdup can handle NULL args well, so use it.rizzo1-19/+4
2006-04-14This rather large commit changes the way modules are loaded. rizzo1-16/+7
2006-04-08since the module API is changing, it's a good time to const-ify the descripti...kpfleming1-2/+2
2006-02-01use string fields for some stuff in ast_channelkpfleming1-7/+6
2006-01-31define a global null_frame object so when queueing a null frame, you don'trussell1-2/+1
2006-01-30Merge Rizzo's waitfor update (bug #4584)markster1-2/+2
2006-01-25store feature_pvt list using linked list macrosrussell1-51/+36
2005-12-30update doxygen docs to specify authorsrussell1-1/+3
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7221 f38db490-d61c-443f-...kpfleming1-0/+0
2005-11-06issue #5605russell1-0/+1
2005-10-24Doxygen documentation update from oej (issue #5505)russell1-3/+3
2005-09-14update MANY more files with proper copyright/license info (thanks Ian!)kpfleming1-7/+18
2005-07-25formatting and callingpres support (bug #4787)russell1-3/+12