Commit Graph

117 Commits (9d6161ee6a269a30fdcb157317eb1709a54bc101)

Author SHA1 Message Date
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