aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_directory.c
AgeCommit message (Expand)AuthorFilesLines
2007-08-07Reconnection doesn't happen automatically when a DB goes down (fixes issue #9...tilghman1-15/+34
2007-07-20When using users.conf for the entries in the directory, if multiple users had...mmichelson1-2/+9
2007-06-11Issue 9947 - fn2 was unused / incorrectly usedtilghman1-5/+1
2007-05-09Merged revisions 63565 via svnmerge from tilghman1-2/+2
2007-04-09Merged revisions 60935 via svnmerge from qwell1-1/+1
2007-03-27Merged revisions 59277 via svnmerge from russell1-3/+3
2007-03-27Fix app_directory to actually compile with ODBC_STORAGE, and update the code torussell1-10/+14
2006-09-20Constify the result of a config retrieval function, to avoid mutilation (issu...tilghman1-5/+7
2006-09-17Merged revisions 43072 via svnmerge from tilghman1-2/+2
2006-09-16merge markster's usersconf branch with some slight changeskpfleming1-4/+60
2006-08-21merge new_loader_completion branch, including (at least):kpfleming1-19/+7
2006-08-19Fix a bug with app_voicemail when trying to use app_directory to leave messagesqwell1-10/+19
2006-06-30Merged revisions 36377 via svnmerge from tilghman1-0/+134
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...kpfleming1-4/+4
2006-05-30fix various typos and other bits (from Ian Kinner)kpfleming1-1/+1
2006-05-10remove almost all of the checks of the result from ast_strdupa() or alloca().russell1-4/+1
2006-04-28minor cleanuprizzo1-46/+28
2006-04-21convert to use ast_stream_and_waitrizzo1-25/+8
2006-04-14code simplificationsrizzo1-27/+12
2006-04-14This rather large commit changes the way modules are loaded. rizzo1-17/+8
2006-04-11 Provide the ability to read extension number after name #6938 (delink)bweschke1-5/+33
2006-04-08since the module API is changing, it's a good time to const-ify the descripti...kpfleming1-2/+2
2006-03-27Janitor work converting !ast_strlen_zero(a)?a:bmogorman1-1/+1
2006-02-15remove the uses of the deprecated STANDARD_LOCAL_USERrussell1-2/+0
2006-01-21on this pass, only remove duplicate log messagesrussell1-4/+1
2006-01-21revert my pass through the tree to remove checks of the result of ast_strduparussell1-0/+6
2006-01-21remove lots of useless checks of the result of ast_strduparussell1-6/+0
2006-01-11conversions to memory allocation wrappers (issue #6210)russell1-1/+1
2005-12-30update doxygen docs to specify authorsrussell1-0/+2
2005-11-30use app arg parsing macros (issue #5681)russell1-18/+28
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7221 f38db490-d61c-443f-...kpfleming1-0/+0
2005-11-11update the descriptions of a couple more appsrussell1-11/+17
2005-11-07application doc updatekpfleming1-4/+3
2005-11-06issue #5605russell1-0/+1
2005-10-26remove unnecessary checks before calls to ast_strlen_zerorussell1-4/+4
2005-10-24Doxygen documentation update from oej (issue #5505)russell1-2/+2
2005-10-19Massive cleanups to applications for LOCAL_USER handling and some other things.russell1-4/+6
2005-10-18it's a good idea to unregister everything before calling STANDARD_HANGUP_LOCA...russell1-1/+6
2005-10-04fix memory leak and unload problems (issue #5380)kpfleming1-15/+19
2005-09-15_really_ fix app_directory (doh... how did I miss this before?) (issue #5232,...kpfleming1-14/+9
2005-09-15revert a portion of issue #5138 which broke this app (issue #5232)kpfleming1-4/+10
2005-09-14update MANY more files with proper copyright/license info (thanks Ian!)kpfleming1-4/+15
2005-09-07convert a bunch of apps to use ast_goto_if_exists() (issue #5138)kpfleming1-16/+5
2005-07-15phase two of string portability stuff:kpfleming1-1/+1
2005-07-10more ast_copy_string conversionsrussell1-7/+7
2005-06-06the last round of file version tagskpfleming1-5/+9
2005-06-06major Makefile and build process improvements, including removal of all hardc...kpfleming1-1/+0
2005-05-07use ast_strcasestr (bug #4203)russell1-1/+1
2005-04-21use double-quotes instead of angle-brackets for non-system include files (bug...kpfleming1-11/+11
2005-04-06re-implement realtime support in app_directorykpfleming1-46/+37