summaryrefslogtreecommitdiff
path: root/channels/chan_features.c
AgeCommit message (Expand)Author
2007-11-21remove another set of redundant #include "asterisk/options.h"Luigi Rizzo
2007-11-19include "logger.h" and errno.h from asterisk.h - usage shows that theyLuigi Rizzo
2007-11-17trim more redundant headersLuigi Rizzo
2007-11-16remove a bunch of duplicate includesLuigi Rizzo
2007-11-16Start untangling header inclusion in a way that does not affectLuigi Rizzo
2007-11-08convert this code to a more efficient idiomKevin P. Fleming
2007-11-08Fix missed conversion to linkedlists macro changeTilghman Lesher
2007-10-26Correctly use defined return values in (some) load_module functions.Jason Parker
2007-10-22Switch from AST_CLI (formerly NEW_CLI) to AST_CLI_DEFINE, since the former di...Jason Parker
2007-10-19Convert NEW_CLI to AST_CLI.Jason Parker
2007-09-18(issue #10724)Jason Parker
2007-08-08Add support for using epoll instead of poll. This should increase scalability...Joshua Colp
2007-06-14Add a massive set of changes for converting to use the ast_debug() macro.Russell Bryant
2007-06-07Merged revisions 68196 via svnmerge from Olle Johansson
2007-06-03ast_calloc janitor (Inspired by issue 9860)Tilghman Lesher
2007-05-30This concludes my tweaking of things.Joshua Colp
2007-04-10Merged revisions 60989 via svnmerge from Steve Murphy
2007-01-23Merged revisions 51788 via svnmerge from Joshua Colp
2007-01-19Merged revisions 51311 via svnmerge from Russell Bryant
2006-12-15replace ast_safe_string_alloc() with asprintf()Luigi Rizzo
2006-12-06Constify a bunch of usage strings for CLI commands.Russell Bryant
2006-11-07A fair number of changes for the sake of bug 7506Steve Murphy
2006-11-03remove useless usecnt handlingLuigi Rizzo
2006-11-02Merged revisions 47051 via svnmerge from Tilghman Lesher
2006-10-25Merged revisions 46200 via svnmerge from Kevin P. Fleming
2006-10-03bug #8076 check option_debug before printing to debug channel.Matt O'Gorman
2006-09-21Lots more removal of deprecated thingsTilghman Lesher
2006-09-18merge qwell's CLI verbification workKevin P. Fleming
2006-08-31Merge in VLDTMF support with Zaptel/Core done by the ever great Darumkilla Ru...Joshua Colp
2006-08-21merge new_loader_completion branch, including (at least):Kevin P. Fleming
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...Kevin P. Fleming
2006-05-10ensure that control frames with payload can be sent to channel drivers via ->...Kevin P. Fleming
2006-04-21ast_strdup can handle NULL args well, so use it.Luigi Rizzo
2006-04-14This rather large commit changes the way modules are loaded. Luigi Rizzo
2006-04-08since the module API is changing, it's a good time to const-ify the descripti...Kevin P. Fleming
2006-02-01use string fields for some stuff in ast_channelKevin P. Fleming
2006-01-31define a global null_frame object so when queueing a null frame, you don'tRussell Bryant
2006-01-30Merge Rizzo's waitfor update (bug #4584)Mark Spencer
2006-01-25store feature_pvt list using linked list macrosRussell Bryant
2005-12-30update doxygen docs to specify authorsRussell Bryant
2005-11-29remove extraneous svn:executable propertiesKevin P. Fleming
2005-11-06issue #5605Russell Bryant
2005-10-24Doxygen documentation update from oej (issue #5505)Russell Bryant
2005-09-14update MANY more files with proper copyright/license info (thanks Ian!)Kevin P. Fleming
2005-07-25formatting and callingpres support (bug #4787)Russell Bryant
2005-06-24don't use locks when reading usecounts (reading only, not writing)Kevin P. Fleming
2005-06-07header ordering fixes for FreeBSD (pending a global merge into asterisk.h) (b...Kevin P. Fleming
2005-06-06more file version tagsKevin P. Fleming
2005-06-06another round of version tag updates, along with 'show version files' pattern...Kevin P. Fleming
2005-05-14Fix incorrect variable (bug #4243)Mark Spencer