aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_alarmreceiver.c
AgeCommit message (Expand)AuthorFilesLines
2006-10-26fix various spelling mistakes in comments (issue #8237, jmls)russell1-1/+1
2006-10-03bug #8076 check option_debug before printing to debug channel.mogorman1-11/+21
2006-09-28Merged revisions 43933 via svnmerge from file1-1/+1
2006-09-20A few misses from constificationtilghman1-1/+1
2006-08-31everything that loads a config that needs a config file to runmogorman1-3/+6
2006-08-21merge new_loader_completion branch, including (at least):kpfleming1-21/+10
2006-06-11Merged revisions 33510 via svnmerge from russell1-0/+2
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...kpfleming1-5/+5
2006-05-30fix various typos and other bits (from Ian Kinner)kpfleming1-1/+1
2006-04-14This rather large commit changes the way modules are loaded. rizzo1-13/+7
2006-04-11normalize code preparing for loader changesrizzo1-4/+2
2006-04-08since the module API is changing, it's a good time to const-ify the descripti...kpfleming1-2/+2
2006-04-04minor code clean up from 6880mogorman1-3/+2
2006-02-15remove the uses of the deprecated STANDARD_LOCAL_USERrussell1-6/+0
2006-01-11conversions to memory allocation wrappers (issue #6210)russell1-9/+4
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7221 f38db490-d61c-443f-...kpfleming1-0/+0
2005-11-10clean up some application descriptions to use more gooder Englishrussell1-7/+9
2005-11-06issue #5605russell1-0/+2
2005-10-26remove unnecessary checks before calls to ast_strlen_zerorussell1-4/+4
2005-10-24Doxygen documentation update from oej (issue #5505)russell1-3/+2
2005-10-19Massive cleanups to applications for LOCAL_USER handling and some other things.russell1-0/+2
2005-10-18it's a good idea to unregister everything before calling STANDARD_HANGUP_LOCA...russell1-1/+6
2005-09-15more license/copyright header updates (thanks Ian!)kpfleming1-4/+14
2005-07-15add a library of timeval manipulation functions, and change a large number of...kpfleming1-6/+4
2005-07-11reverse arguments to ast_tvdiff_ms, so they match the 'raw' math being used b...kpfleming1-1/+1
2005-07-10more ast_copy_string conversionsrussell1-8/+8
2005-06-09move timeval-diff function into utils.h from app_alarmreceiver.ckpfleming1-15/+1
2005-06-06the last round of file version tagskpfleming1-7/+12
2005-04-21use double-quotes instead of angle-brackets for non-system include files (bug...kpfleming1-15/+15
2005-01-25Merge config updates (bug #3406)markster1-2/+2
2005-01-21update copyright headers for 2005russell1-1/+1
2004-11-23Quickie fix to remove unnecessary newline (bug #2922)markster1-1/+1
2004-10-02Huge callerid rework (might break H.323, others)markster1-2/+2
2004-09-27Fix 2 memory leakscitats1-1/+1
2004-07-14Merge rgagnon's pedantic string checks (apps a-m, bug #2035)markster1-7/+9
2004-06-22Remove pthread.h from source. We should be using asterisk/lock.h everywhere ...citats1-1/+0
2004-06-21Add app_alarmreceiver (bug #1783)markster1-0/+857