aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_rpt.c
AgeCommit message (Expand)AuthorFilesLines
2008-03-11Merged revisions 107466 via svnmerge from kpfleming1-6/+2
2008-03-07Merged revisions 106553 via svnmerge from tilghman1-2/+2
2008-02-08Merge changes from team/mvanbaak/cli-command-auditrussell1-1/+1
2008-01-25correct a real problem and silence an annoying compiler warningkpfleming1-2/+2
2008-01-02Change instances of AST_NONSTANDARD_APP_ARGS(foo, bar, ',') to AST_STANDARD_A...mmichelson1-8/+8
2007-12-13Move usage of the old LOCAL_USER_* macros to the new ast_module_user_* functi...file1-4/+0
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-16remove a bunch of duplicate includesrizzo1-1/+0
2007-11-16Start untangling header inclusion in a way that does not affectrizzo1-5/+0
2007-11-01This commits the performance mods that give the priority processing engine in...murf1-1/+1
2007-10-22Switch from AST_CLI (formerly NEW_CLI) to AST_CLI_DEFINE, since the former di...qwell1-6/+6
2007-10-19Convert NEW_CLI to AST_CLI.qwell1-6/+6
2007-10-11Merge a ton of NEW_CLI conversions. Thanks to everyone that helped out! :)russell1-121/+148
2007-08-16Don't reload a configuration file if nothing has changed.tilghman1-2/+4
2007-07-31Mostly cleanup of documentation to substitute the pipe with the comma, but a ...tilghman1-2/+2
2007-07-26Do a massive conversion for using the ast_verb() macrorussell1-26/+13
2007-07-19Fix trunk where I broke it earlier (for ast_strftime branch)tilghman1-5/+5
2007-07-18Merge in ast_strftime branch, which changes timestamps to be accurate to the ...tilghman1-4/+5
2007-07-16Applications no longer need to call ast_module_user_add and ast_module_user_r...file1-3/+0
2007-07-16It is no longer required for each module that deals with a channel to call as...file1-1/+0
2007-06-24Conversions to ast_debug()russell1-2/+2
2007-06-19Via bug9228, no way to create macros via AEL, and some of the apps allow you ...murf1-1/+118
2007-06-18Janitor for ast_localtimetilghman1-1/+1
2007-06-14Add a massive set of changes for converting to use the ast_debug() macro.russell1-128/+66
2007-06-06Issue 9869 - replace malloc and memset with ast_calloc, and other coding guid...tilghman1-6/+6
2007-05-24Add a new API call for creating detached threads. Then, go replace all of therussell1-24/+5
2007-02-01Remove duplicate calls to pthread_attr_destroy() that I put in yesterdayrussell1-4/+0
2007-01-31Merged revisions 53046 via svnmerge from russell1-0/+4
2007-01-19include "asterisk/zapata.h" instead of lookingrizzo1-2/+2
2006-10-26fix various spelling mistakes in comments (issue #8237, jmls)russell1-3/+3
2006-10-10More whitespace fixestilghman1-28/+28
2006-10-06Massive cleanup of the rpt code, updating to current coding guidelinestilghman1-3705/+3089
2006-09-28Merged revisions 43933 via svnmerge from file1-1/+1
2006-09-21Merged revisions 43441 via svnmerge from tilghman1-6/+6
2006-09-21Merged revisions 43422 via svnmerge from tilghman1-48/+47
2006-09-20Constify the result of a config retrieval function, to avoid mutilation (issu...tilghman1-34/+43
2006-09-18merge qwell's CLI verbification workkpfleming1-35/+26
2006-08-31everything that loads a config that needs a config file to runmogorman1-3/+8
2006-08-21merge new_loader_completion branch, including (at least):kpfleming1-60/+16
2006-07-21Merge a new implementation of ast_inet_ntoa, our thread safe replacement forrussell1-2/+2
2006-07-05prepare Asterisk for new zaptel.h/tonezone.h installation locationskpfleming1-2/+2
2006-06-24The Eurostar Commit! (it's amazing how much work you can get done on a 150 mi...kpfleming1-1/+1
2006-06-24search for Zaptel and libtonezone separately in the configure scriptkpfleming1-0/+1
2006-06-13Allowed proper tx/rx signal exclusivity for simplex repeater modesjdixon1-10/+14
2006-05-24Added incoming audio notch filtering, plus a bunch of command improvements, etc.jdixon1-442/+1468
2006-04-24Thanks to the fine work of Russell Bryant and Dancho Lazarov, we now have aut...kpfleming1-0/+6
2006-04-14This rather large commit changes the way modules are loaded. rizzo1-11/+5
2006-04-10remove support for BYEXTENSION (which nobody even knows about anymore)kpfleming1-2/+2
2006-04-08since the module API is changing, it's a good time to const-ify the descripti...kpfleming1-2/+2