aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_rpt.c
AgeCommit message (Expand)AuthorFilesLines
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
2006-04-01Removed "frog" command (so it could be moved to cli.c)jdixon1-31/+0
2006-03-28remove the long since unused STANDARD_LOCAL_USERS macrorizzo1-1/+0
2006-03-14update to reflect conversion of the accountcode to use stringfields (issue #6...russell1-1/+1
2006-02-26Fixed nasty lockup bug and added command macros (not to be confused withjdixon1-378/+845
2006-02-15remove the uses of the deprecated STANDARD_LOCAL_USERrussell1-1/+0
2006-01-13 More memory wrapper and cleanup work. #6226 w/one very minor compile fix mod...bweschke1-39/+17
2006-01-12 More new memory wrapper work.bweschke1-11/+6
2005-12-30update doxygen docs to specify authorsrussell1-2/+6
2005-12-20New version, including half/semi-half duplex modes and system announcementsjdixon1-21/+121
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7221 f38db490-d61c-443f-...kpfleming1-0/+0
2005-11-10issue #5706kpfleming1-0/+3
2005-11-03Fixed a couple of silly boo-boo'sjim1-4/+4
2005-10-26remove unnecessary checks before calls to ast_strlen_zerorussell1-1/+1
2005-10-26Many changes and new stuff including Reverse Autopatch and completely new aut...jim1-68/+589
2005-10-24Doxygen documentation update from oej (issue #5505)russell1-2/+2
2005-09-23Added support for iaxrpt gui clientjim1-12/+88
2005-09-15more license/copyright header updates (thanks Ian!)kpfleming1-9/+19
2005-09-11Better improved HF interfacejim1-114/+272