aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_adsiprog.c
AgeCommit message (Expand)AuthorFilesLines
2009-08-10AST-2009-005tilghman1-3/+3
2008-11-01fix a bunch of potential problems found by gcc 4.3.x, primarily bare strings ...kpfleming1-1/+3
2007-02-09add some inter-module dependencieskpfleming1-0/+4
2006-09-20move ADSI functionality into ast_ namespacekpfleming1-14/+14
2006-08-21merge new_loader_completion branch, including (at least):kpfleming1-18/+7
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...kpfleming1-4/+4
2006-04-14This rather large commit changes the way modules are loaded. rizzo1-14/+9
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-02-15remove the uses of the deprecated STANDARD_LOCAL_USERrussell1-2/+0
2006-01-11replace malloc+memset with a call to ast_calloc, also removing the errorrussell1-4/+1
2005-12-30update doxygen docs to specify authorsrussell1-0/+3
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7221 f38db490-d61c-443f-...kpfleming1-0/+0
2005-11-10fix typos in my doc cleanuprussell1-1/+1
2005-11-10clean up some application descriptions to use more gooder Englishrussell1-4/+2
2005-11-07application doc updatekpfleming1-2/+3
2005-11-06issue #5605russell1-0/+1
2005-10-26remove unnecessary checks before calls to ast_strlen_zerorussell1-1/+1
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-1/+6
2005-10-18it's a good idea to unregister everything before calling STANDARD_HANGUP_LOCA...russell1-1/+6
2005-09-14update MANY more files with proper copyright/license info (thanks Ian!)kpfleming1-6/+17
2005-09-07eliminate signedness warnings (issue #5129)kpfleming1-3/+3
2005-07-10more ast_copy_string conversionsrussell1-7/+7
2005-06-06the last round of file version tagskpfleming1-9/+12
2005-06-06major Makefile and build process improvements, including removal of all hardc...kpfleming1-1/+0
2005-04-21use double-quotes instead of angle-brackets for non-system include files (bug...kpfleming1-11/+11
2004-07-26Fix ADSI prog to only accept 253 (bug #2135)markster1-3/+3
2004-06-22Remove pthread.h from source. We should be using asterisk/lock.h everywhere ...citats1-2/+1
2004-05-04strlen fixes and don't destroy SIP channels that still have pending things on...markster1-4/+5
2004-03-20Merge ADSI fixesmarkster1-0/+13
2004-03-02Fix small (yet big) bug in show_displaymarkster1-1/+1
2003-05-08Fix typos in adsiprog and thus remove compiler warningsmarkster1-7/+7
2003-04-23Add commonly used include headersmarkster1-0/+1
2003-02-04Version 0.3.0 from FTPmarkster1-1/+4
2002-06-21Version 0.1.12 from FTPmarkster1-0/+1567