Commit Graph

39 Commits (1.4)

Author SHA1 Message Date
Jason Parker d5c19c4c98 Fix issue with decoding ^-escaped characters in realtime.
15 years ago
Tilghman Lesher d38b8e2674 Since we split values at the semicolon, we should store values with a semicolon as an encoded value.
15 years ago
Tilghman Lesher 7f7ae0d3cf Not finding rows in the DB does not rise to the level of a warning.
15 years ago
Kevin P. Fleming 7e1ee720ba Improve the build system to *properly* remove unnecessary symbols from the runtime global namespace. Along the way, change the prefixes on some internal-only API calls to use a common prefix.
16 years ago
Kevin P. Fleming 59f867a5cb revert commit that included extranous changes
16 years ago
Kevin P. Fleming f1f417a9d8 Improve the build system to *properly* remove unnecessary symbols from the runtime global namespace. Along the way, change the prefixes on some internal-only API calls to use a common prefix.
16 years ago
Jason Parker 06b0749cfd Change warning message to debug, since there are cases where 0 results is perfectly fine.
17 years ago
Tilghman Lesher 6d96102150 Missed initialization caused crash.
18 years ago
Tilghman Lesher 2c651fc500 If both dbhost and dbsock were not set, a NULL deref could result
18 years ago
Tilghman Lesher 817da97389 Properly escape input buffers (Fixes AST-2007-025)
18 years ago
Mark Michelson 601df8f699 Changing some calls from free() to ast_free() since they were allocated with
18 years ago
Russell Bryant d6b8fb4dc0 gcc 4.2 has a new set of warnings dealing with cosnt pointers. This set of
18 years ago
Kevin P. Fleming 51d6dd84e6 improve static Realtime config loading from PostgreSQL:
18 years ago
Joshua Colp e8b820e743 Magical eightball says warnings be gone.
19 years ago
Kevin P. Fleming fcb999c01c merge qwell's CLI verbification work
19 years ago
Joshua Colp 93e161256d Use a better check to ensure database connection is up (pointer to connection must exist, and connection must report status being ok) (issue #7955 reported by sorg)
19 years ago
Matt O'Gorman 05a695af72 everything that loads a config that needs a config file to run
19 years ago
Kevin P. Fleming 0a27d8bfe5 merge new_loader_completion branch, including (at least):
19 years ago
Joshua Colp c5e5efb237 Move STD_MOD declaration to end of file as per the norm of everything else (issue #7711 reported by Mithraen)
19 years ago
North Antara 346c291a2d Remove "initialization from incompatible pointer type" warnings.
19 years ago
Kevin P. Fleming a353387ea7 restore buildability
19 years ago
Russell Bryant a10e1dad07 remove the unused usecount function to eliminate a compiler warning
19 years ago
Kevin P. Fleming 472c1ca282 simplify autoconfig include mechanism (make tholo happy he can use lint again :-)
19 years ago
Russell Bryant 1f7db8df6a add missing include
19 years ago
Russell Bryant 04ecb29d03 remove almost all of the checks of the result from ast_strdupa() or alloca().
19 years ago
Luigi Rizzo 532e552c1f add reload() (bug 9981)
19 years ago
Kevin P. Fleming 574e14cbea Thanks to the fine work of Russell Bryant and Dancho Lazarov, we now have autoconf and menuselect tools for Asterisk!
19 years ago
Luigi Rizzo 8d98d44e82 fix another svn merge bug
19 years ago
Luigi Rizzo e43bc6634d This rather large commit changes the way modules are loaded.
19 years ago
Luigi Rizzo 7507309732 normalize code in preparation to module changes
19 years ago
Russell Bryant f7c5aee2ad remove a couple more unnecessary "out of memory" error messages
19 years ago
Russell Bryant 7878538953 use ast_*alloc and don't create duplicated error messages.
19 years ago
Russell Bryant 9a5c7c75a3 Instead of using strncpy, use ast_copy_string. Also, in the case of copying a
19 years ago
Russell Bryant d13bc3fc83 run the module through indent to fix the formatting issues that violate the
19 years ago
Russell Bryant d203e9c6c0 add back braces that were removed in a recent commit that leave a bunch of
19 years ago
Olle Johansson 70f18e5f31 Issue 6917 - some cleanups for res_config_pgsql.c (mithraen)
19 years ago
Kevin P. Fleming 699f55071b a few cleanups from the last commit
19 years ago
Olle Johansson d75fed39ca Issue #6893 - Compiler warnings for PostgreSQL ARA driver
19 years ago
Olle Johansson ef6b50b706 Issue #5637 - Realtime driver for PostgreSQL (mguesdon)
19 years ago