Commit Graph

90 Commits (11)

Author SHA1 Message Date
Richard Mudgett 9f4892ece4 res_config_pgsql.c: Fix deadlock loading realtime configuration.
10 years ago
Mark Michelson 96cb273948 Return the number of rows affected by a SQL insert, rather than an object ID.
11 years ago
Walter Doekes 05710c7ea5 res_config_pgsql: Fix ast_update2_realtime calls.
11 years ago
Jonathan Rose ab81490ebc res_config_pgsql: Fix a memory leak and use RAII_VAR for cleanup when practical
11 years ago
David M. Lee 1a3c5aaa6c Minor fixups to Doxygen comments.
12 years ago
Kinsey Moore 9b16c8b0f6 Clean up and ensure proper usage of alloca()
13 years ago
Jonathan Rose f88a632d96 Make use of va_args more appropriate to form in various res_config modules plus utils.
13 years ago
Richard Mudgett a955a4770f Fix reconnecting to pgsql database after connection loss.
13 years ago
Richard Mudgett bac5a51e21 Merged revisions 332830 via svnmerge from
14 years ago
Leif Madsen a525edea59 Merged revisions 328247 via svnmerge from
14 years ago
Jonathan Rose 337515d25b Merged revisions 323610 via svnmerge from
14 years ago
Brett Bryant 475f4be06f Patch that fixes the "realtime show pgsql cache" command crash when giving a
14 years ago
Mark Murawki a7f9ce2e77 Added support for postgres database retry query on disconnection to res_config_pgsql
15 years ago
Tilghman Lesher af67f7621a Merged revisions 284473 via svnmerge from
15 years ago
Tilghman Lesher 82448ad7d2 Separate queue_log arguments into separate fields, and allow the text file to be used, even when realtime is used.
15 years ago
Tilghman Lesher b4e18d5660 Add load priority order, such that preload becomes unnecessary in most cases
15 years ago
Tilghman Lesher a7c92fad28 Merged revisions 277568 via svnmerge from
15 years ago
Tilghman Lesher 35025c16d0 Merged revisions 265910 via svnmerge from
15 years ago
Tilghman Lesher 5c9fdd8666 Construct socket name, according to the Postgres docs, and document as such.
15 years ago
David Vossel 4e14faaefe fixes pgsql double free of threadstorage
16 years ago
Olle Johansson fff998bf41 Use extref for doxygen references to external libraries (in this case PostgreSQL)
16 years ago
Tilghman Lesher 2d60b75594 Change schema query to involve the use of an optional schema parameter.
16 years ago
Tilghman Lesher 642bec4d6f AST-2009-005
16 years ago
Kevin P. Fleming 82fb56886e More 'static' qualifiers on module global variables.
16 years ago
Kevin P. Fleming ab3e9ddad1 Merged revisions 182808 via svnmerge from
16 years ago
Tilghman Lesher c8223fc957 Merge ast_str_opaque branch (discontinue usage of ast_str internals)
17 years ago
Eliel C. Sardanons 1e8e12efcf Janitor, use ARRAY_LEN() when possible.
17 years ago
Tilghman Lesher c1351ad237 Merge realtime_update2 branch, which adds a new realtime API call named
17 years ago
Michiel van Baak 90751b16ca Merge the cli_cleanup branch.
17 years ago
Tilghman Lesher 434c69b7fd Change several improper "sizeof" to "strlen", as sizeof in that context would
17 years ago
Tilghman Lesher 08af5bb312 Create a new config file status, CONFIG_STATUS_FILEINVALID for differentiating
17 years ago
Sean Bright 357bf3e90b All of the res/ stuff (other than res_jabber) from the RSW branch.
17 years ago
Tilghman Lesher 52b2aeb679 Increase column size beyond the minimum required, since PostgreSQL won't let
17 years ago
Sean Bright 729df81a57 Fix some usages of snprintf, and clarify a couple variable names.
17 years ago
Tilghman Lesher 4d322f7bd3 Properly detect the size of char/varchar fields
17 years ago
Tilghman Lesher 53459f86b2 Expand RQ_INTEGER type out to multiple types, one for each precision
17 years ago
Tilghman Lesher 9471b87d27 Merge the adaptive realtime branch, which will make adding new required fields
17 years ago
Jason Parker 1ba4d31854 Merged revisions 114829 via svnmerge from
17 years ago
Tilghman Lesher d02f74ebfe An offhand comment from Russell made me realize that the configuration file
17 years ago
Joshua Colp 559870fd8a Fix building of trunk. dbpass is always going to exist.
17 years ago
Steve Murphy 14529764d7 On a 64-bit machine, with dev-mode turned on, and pgsql installed, I get warnings that stops the compile. They are fixed now.
17 years ago
Tilghman Lesher 9392dae2d6 Allow database password to be NULL and several other cleanups.
17 years ago
Tilghman Lesher 5e066908c8 Merged revisions 96318 via svnmerge from
18 years ago
Tilghman Lesher ecaaa14f46 Merged revisions 90736 via svnmerge from
18 years ago
Tilghman Lesher a31a852dbc Merged revisions 90160 via svnmerge from
18 years ago
Luigi Rizzo e0ff5fef5c remove a bunch of useless #include "options.h"
18 years ago
Luigi Rizzo 0595b5e2aa include "logger.h" and errno.h from asterisk.h - usage shows that they
18 years ago
Luigi Rizzo fdb7f7ba3d Start untangling header inclusion in a way that does not affect
18 years ago
Jason Parker ebe4050128 Switch from AST_CLI (formerly NEW_CLI) to AST_CLI_DEFINE, since the former didn't make much sense
18 years ago
Jason Parker b0f3e6097e Convert NEW_CLI to AST_CLI.
18 years ago