aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_directory.c
AgeCommit message (Expand)AuthorFilesLines
2009-12-15Merged revisions 234893 via svnmerge from alecdavis1-2/+2
2008-12-17Merged revisions 165318 via svnmerge from mmichelson1-0/+3
2008-11-11Don't blow up if we get NULL when trying to parse out the full name fieldrussell1-1/+1
2008-10-29Merged revisions 152646 via svnmerge from mmichelson1-0/+4
2008-02-09whitespace fixes only.mvanbaak1-17/+17
2008-01-14Big improvement for app_directory. This patch breaks the do_directory functio...mmichelson1-397/+383
2007-12-05Resolve compiler warnings.russell1-2/+2
2007-12-05Added multiple name listing. (Closes issue #10413)tilghman1-105/+268
2007-11-22more removal of redundant headersrizzo1-4/+0
2007-11-20move asterisk/paths.h outside asterisk.h and into those filesrizzo1-0/+1
2007-11-19more errno.h removalrizzo1-1/+0
2007-11-19include "logger.h" and errno.h from asterisk.h - usage shows that theyrizzo1-1/+0
2007-11-16Start untangling header inclusion in a way that does not affectrizzo1-3/+0
2007-11-14make the 'name' and 'value' fields in ast_variable const char *rizzo1-2/+2
2007-08-29This code was in team/murf/bug8684-trunk; it should fix bug 8684 in trunk. I ...murf1-2/+2
2007-08-16Don't reload a configuration file if nothing has changed.tilghman1-3/+6
2007-08-07Merged revisions 78415 via svnmerge from tilghman1-15/+34
2007-07-31Mostly cleanup of documentation to substitute the pipe with the comma, but a ...tilghman1-1/+1
2007-07-20Merged revisions 76139 via svnmerge from mmichelson1-3/+9
2007-07-16Applications no longer need to call ast_module_user_add and ast_module_user_r...file1-5/+0
2007-06-14Convert uses of strdup() to ast_strdup()russell1-1/+1
2007-06-11Merged revisions 68781 via svnmerge from tilghman1-5/+1
2007-06-06Issue 9869 - replace malloc and memset with ast_calloc, and other coding guid...tilghman1-6/+6
2007-05-09Merged revisions 63566 via svnmerge from tilghman1-2/+2
2007-04-09Merged revisions 60936 via svnmerge from qwell1-1/+1
2007-03-27Merged revisions 59278 via svnmerge from russell1-3/+3
2007-03-27Merged revisions 59275 via svnmerge from russell1-10/+14
2006-12-21a quick fix to app_sms.c to get rid of cursed compiler warnings so I can comp...murf1-1/+1
2006-11-17This update fulfils the request of bug 7109, which claimed the language arg t...murf1-5/+5
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