summaryrefslogtreecommitdiff
path: root/res/res_config_pgsql.c
AgeCommit message (Expand)Author
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
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...Kevin P. Fleming
2006-06-06add missing includeRussell Bryant
2006-05-10remove almost all of the checks of the result from ast_strdupa() or alloca().Russell Bryant
2006-04-29add reload() (bug 9981)Luigi Rizzo
2006-04-24Thanks to the fine work of Russell Bryant and Dancho Lazarov, we now have aut...Kevin P. Fleming
2006-04-14fix another svn merge bugLuigi Rizzo
2006-04-14This rather large commit changes the way modules are loaded. Luigi Rizzo
2006-04-11normalize code in preparation to module changesLuigi Rizzo
2006-04-10remove a couple more unnecessary "out of memory" error messagesRussell Bryant
2006-04-10use ast_*alloc and don't create duplicated error messages.Russell Bryant
2006-04-10Instead of using strncpy, use ast_copy_string. Also, in the case of copying aRussell Bryant
2006-04-10run the module through indent to fix the formatting issues that violate theRussell Bryant
2006-04-10add back braces that were removed in a recent commit that leave a bunch ofRussell Bryant
2006-04-09Issue 6917 - some cleanups for res_config_pgsql.c (mithraen)Olle Johansson
2006-04-08a few cleanups from the last commitKevin P. Fleming
2006-04-06Issue #6893 - Compiler warnings for PostgreSQL ARA driverOlle Johansson
2006-04-05Issue #5637 - Realtime driver for PostgreSQL (mguesdon)Olle Johansson