aboutsummaryrefslogtreecommitdiffstats
path: root/utils/utils.xml
AgeCommit message (Collapse)AuthorFilesLines
2011-07-06Replace Berkeley DB with SQLite 3twilson1-0/+3
There were some bugs in the very ancient version of Berkeley DB that Asterisk used. Instead of spending the time tracking down the bugs in the Berkeley code we move to the much better documented SQLite 3. Conversion of the old astdb happens at runtime by running the included astdb2sqlite3 utility. The ast_db API with SQLite 3 backend should behave identically to the old Berkeley backend, but in the future we could offer a much more robust interface. We do not include the SQLite 3 library in the source tree, but instead rely upon the distribution-provided libraries. SQLite is so ubiquitous that this should not place undue burden on administrators. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@326589 f38db490-d61c-443f-a65b-d21fe96a405b
2010-02-15Instead of just automatically filtering out in the Makefile, give an ↵tilghman1-0/+2
indication of dependencies in menuselect. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@246667 f38db490-d61c-443f-a65b-d21fe96a405b
2009-10-22Add the programs in utils/ to menuselect.seanbright1-0/+41
Nothing in utils/ is now built by default except for astcanary. Review: https://reviewboard.asterisk.org/r/353/ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@225440 f38db490-d61c-443f-a65b-d21fe96a405b