summaryrefslogtreecommitdiff
path: root/apps/app_alarmreceiver.c
AgeCommit message (Expand)Author
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...Kevin P. Fleming
2006-05-30fix various typos and other bits (from Ian Kinner)Kevin P. Fleming
2006-04-14This rather large commit changes the way modules are loaded. Luigi Rizzo
2006-04-11normalize code preparing for loader changesLuigi Rizzo
2006-04-08since the module API is changing, it's a good time to const-ify the descripti...Kevin P. Fleming
2006-04-04minor code clean up from 6880Matt O'Gorman
2006-02-15remove the uses of the deprecated STANDARD_LOCAL_USERRussell Bryant
2006-01-11conversions to memory allocation wrappers (issue #6210)Russell Bryant
2005-11-29remove extraneous svn:executable propertiesKevin P. Fleming
2005-11-10clean up some application descriptions to use more gooder EnglishRussell Bryant
2005-11-06issue #5605Russell Bryant
2005-10-26remove unnecessary checks before calls to ast_strlen_zeroRussell Bryant
2005-10-24Doxygen documentation update from oej (issue #5505)Russell Bryant
2005-10-19Massive cleanups to applications for LOCAL_USER handling and some other things.Russell Bryant
2005-10-18it's a good idea to unregister everything before calling STANDARD_HANGUP_LOCA...Russell Bryant
2005-09-15more license/copyright header updates (thanks Ian!)Kevin P. Fleming
2005-07-15add a library of timeval manipulation functions, and change a large number of...Kevin P. Fleming
2005-07-11reverse arguments to ast_tvdiff_ms, so they match the 'raw' math being used b...Kevin P. Fleming
2005-07-10more ast_copy_string conversionsRussell Bryant
2005-06-09move timeval-diff function into utils.h from app_alarmreceiver.cKevin P. Fleming
2005-06-06the last round of file version tagsKevin P. Fleming
2005-04-21use double-quotes instead of angle-brackets for non-system include files (bug...Kevin P. Fleming
2005-01-25Merge config updates (bug #3406)Mark Spencer
2005-01-21update copyright headers for 2005Russell Bryant
2004-11-23Quickie fix to remove unnecessary newline (bug #2922)Mark Spencer
2004-10-02Huge callerid rework (might break H.323, others)Mark Spencer
2004-09-27Fix 2 memory leaksJames Golovich
2004-07-14Merge rgagnon's pedantic string checks (apps a-m, bug #2035)Mark Spencer
2004-06-22Remove pthread.h from source. We should be using asterisk/lock.h everywhere ...James Golovich
2004-06-21Add app_alarmreceiver (bug #1783)Mark Spencer