aboutsummaryrefslogtreecommitdiffstats
path: root/main/db.c
AgeCommit message (Expand)AuthorFilesLines
2009-03-17Merged revisions 182450 via svnmerge from tilghman1-3/+6
2009-01-06Merged revisions 167299 via svnmerge from mmichelson1-1/+1
2008-12-05Janitor, use ARRAY_LEN() when possible.eliel1-1/+1
2008-01-10Several manager changes:tilghman1-1/+1
2007-12-18remove unnecessary (char *) casts for ast_config_AST_* variables.rizzo1-1/+1
2007-11-21remove a bunch of useless #include "options.h"rizzo1-1/+0
2007-11-20move asterisk/paths.h outside asterisk.h and into those filesrizzo1-0/+1
2007-11-20move internal function declarations to include/asterisk/_private.hrizzo1-0/+1
2007-11-19another bunch of include removals (errno.h and asterisk/logger.h)rizzo1-2/+0
2007-11-16Start untangling header inclusion in a way that does not affectrizzo1-4/+0
2007-11-05remove a cygwin-specific function remap that does not work.rizzo1-4/+0
2007-11-03Set CLI command to the correct name. Rev 85460 introduced two 'database show...jamesgolovich1-1/+1
2007-10-22Switch from AST_CLI (formerly NEW_CLI) to AST_CLI_DEFINE, since the former di...qwell1-6/+6
2007-10-19Convert NEW_CLI to AST_CLI.qwell1-6/+6
2007-10-11Merge a ton of NEW_CLI conversions. Thanks to everyone that helped out! :)russell1-103/+132
2007-10-05Merged revisions 84851 via svnmerge from tilghman1-1/+1
2007-09-10Add a counter to the 'database deltree' CLI command.qwell1-4/+6
2007-09-10Add counter to 'database show' CLI command.qwell1-3/+6
2007-06-24Merged revisions 71289 via svnmerge from tilghman1-5/+1
2007-06-14Add a massive set of changes for converting to use the ast_debug() macro.russell1-4/+2
2007-06-06Issue 9869 - replace malloc and memset with ast_calloc, and other coding guid...tilghman1-1/+1
2007-03-21Make the database show command spit out how many results it got. (issue #9332...file1-0/+3
2007-01-25Add DBDel and DBDelTree manager commands. (issue #8516 reported by dprado)file1-0/+51
2007-01-05const-ify some more APIs, and fix rev 49710 from branch-1.4 in a better way herekpfleming1-3/+3
2007-01-05Merged revisions 49676 via svnmerge from kpfleming1-9/+9
2006-12-21a quick fix to app_sms.c to get rid of cursed compiler warnings so I can comp...murf1-1/+1
2006-12-06Staticize one, and Constify a bunch of usage strings for CLI commands.russell1-6/+6
2006-10-25Merged revisions 46200 via svnmerge from kpfleming1-2/+1
2006-10-03bug #8076 check option_debug before printing to debug channel.mogorman1-3/+6
2006-09-18merge qwell's CLI verbification workkpfleming1-18/+21
2006-08-21merge new_loader_completion branch, including (at least):kpfleming1-0/+593