summaryrefslogtreecommitdiff
path: root/res/res_config_pgsql.c
AgeCommit message (Expand)Author
2009-06-15More 'static' qualifiers on module global variables.Kevin P. Fleming
2009-03-18Merged revisions 182808 via svnmerge from Kevin P. Fleming
2008-12-13Merge ast_str_opaque branch (discontinue usage of ast_str internals)Tilghman Lesher
2008-12-05Janitor, use ARRAY_LEN() when possible.Eliel C. Sardanons
2008-10-14Merge realtime_update2 branch, which adds a new realtime API call namedTilghman Lesher
2008-09-28Merge the cli_cleanup branch.Michiel van Baak
2008-09-28Change several improper "sizeof" to "strlen", as sizeof in that context wouldTilghman Lesher
2008-09-12Create a new config file status, CONFIG_STATUS_FILEINVALID for differentiatingTilghman Lesher
2008-08-10All of the res/ stuff (other than res_jabber) from the RSW branch.Sean Bright
2008-07-31Increase column size beyond the minimum required, since PostgreSQL won't letTilghman Lesher
2008-07-11Fix some usages of snprintf, and clarify a couple variable names.Sean Bright
2008-06-13Properly detect the size of char/varchar fieldsTilghman Lesher
2008-06-09Expand RQ_INTEGER type out to multiple types, one for each precisionTilghman Lesher
2008-06-05Merge the adaptive realtime branch, which will make adding new required fieldsTilghman Lesher
2008-04-29Merged revisions 114829 via svnmerge from Jason Parker
2008-03-11An offhand comment from Russell made me realize that the configuration fileTilghman Lesher
2008-02-25Fix building of trunk. dbpass is always going to exist.Joshua Colp
2008-02-24On a 64-bit machine, with dev-mode turned on, and pgsql installed, I get warn...Steve Murphy
2008-02-22Allow database password to be NULL and several other cleanups.Tilghman Lesher
2008-01-03Merged revisions 96318 via svnmerge from Tilghman Lesher
2007-12-03Merged revisions 90736 via svnmerge from Tilghman Lesher
2007-11-29Merged revisions 90160 via svnmerge from Tilghman Lesher
2007-11-21remove a bunch of useless #include "options.h"Luigi Rizzo
2007-11-19include "logger.h" and errno.h from asterisk.h - usage shows that theyLuigi Rizzo
2007-11-16Start untangling header inclusion in a way that does not affectLuigi Rizzo
2007-10-22Switch from AST_CLI (formerly NEW_CLI) to AST_CLI_DEFINE, since the former di...Jason Parker
2007-10-19Convert NEW_CLI to AST_CLI.Jason Parker
2007-10-19More changes to NEW_CLI.Jason Parker
2007-09-21Merged revisions 83432 via svnmerge from Russell Bryant
2007-08-29This code was in team/murf/bug8684-trunk; it should fix bug 8684 in trunk. I ...Steve Murphy
2007-08-17store and destroy implementations for realtime pgsql (closes issue #10372)Tilghman Lesher
2007-08-16Don't reload a configuration file if nothing has changed.Tilghman Lesher
2007-07-26Do a massive conversion for using the ast_verb() macroRussell Bryant
2007-07-16It is no longer required for each module that deals with a channel to call as...Joshua Colp
2007-06-28Remove the ill-advised ast_restrdupa API call and related structuresTilghman Lesher
2007-06-14Add a massive set of changes for converting to use the ast_debug() macro.Russell Bryant
2007-06-13Continuation of issue 9968 (revision 69081). This should be the last one.Jason Parker
2007-06-06Issue 9869 - replace malloc and memset with ast_calloc, and other coding guid...Tilghman Lesher
2007-05-03Merged revisions 62797,62807 via svnmerge from Kevin P. Fleming
2006-12-06Constify a bunch of usage strings for CLI commands.Russell Bryant
2006-10-03bug #8076 check option_debug before printing to debug channel.Matt O'Gorman
2006-09-20Magical eightball says warnings be gone.Joshua Colp
2006-09-18merge qwell's CLI verbification workKevin P. Fleming
2006-09-18Use a better check to ensure database connection is up (pointer to connection...Joshua Colp
2006-08-31everything that loads a config that needs a config file to runMatt O'Gorman
2006-08-21merge new_loader_completion branch, including (at least):Kevin P. Fleming
2006-08-11Move STD_MOD declaration to end of file as per the norm of everything else (i...Joshua Colp
2006-07-19Remove "initialization from incompatible pointer type" warnings.North Antara
2006-07-19restore buildabilityKevin P. Fleming
2006-07-07remove the unused usecount function to eliminate a compiler warningRussell Bryant