dect
/
asterisk
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
asterisk/tests
twilson 9b10a0c265 Replace Berkeley DB with SQLite 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
2011-07-06 20:58:12 +00:00
..
Makefile Change the name of the category 'TEST' to match the name of the subdir 2010-03-23 19:19:52 +00:00
test_acl.c Remove the fe80🔢:1234 test case from test_acl.c 2010-07-19 17:10:00 +00:00
test_ami_security_events.sh Add an API for reporting security events, and a security event logging module. 2009-07-11 19:15:03 +00:00
test_amihooks.c ami_testhooks.c automatically registers hook 2009-11-06 22:07:22 +00:00
test_aoc.c Kill some startup warnings and errors and make some messages more helpful in tracking down the source. 2010-07-09 17:00:22 +00:00
test_app.c Kill some startup warnings and errors and make some messages more helpful in tracking down the source. 2010-07-09 17:00:22 +00:00
test_ast_format_str_reduce.c Kill some startup warnings and errors and make some messages more helpful in tracking down the source. 2010-07-09 17:00:22 +00:00
test_astobj2.c Fix some astobj2 iterator breakage, add another unit test. 2011-06-03 18:25:11 +00:00
test_db.c Replace Berkeley DB with SQLite 3 2011-07-06 20:58:12 +00:00
test_devicestate.c updated devicestate test for device state changes 2010-07-16 19:32:10 +00:00
test_dlinklists.c Introducing doubly linked lists to trunk from branch team/murf/bug11210. 2008-04-16 17:14:18 +00:00
test_event.c Merged revisions 323990 via svnmerge from 2011-06-16 18:13:01 +00:00
test_expr.c Merged revisions 295078 via svnmerge from 2010-11-15 19:11:12 +00:00
test_format_api.c Fix compiler warning. 2011-02-04 19:09:00 +00:00
test_func_file.c Merged revisions 279442 via svnmerge from 2010-07-25 21:28:10 +00:00
test_gosub.c Kill some startup warnings and errors and make some messages more helpful in tracking down the source. 2010-07-09 17:00:22 +00:00
test_heap.c Kill some startup warnings and errors and make some messages more helpful in tracking down the source. 2010-07-09 17:00:22 +00:00
test_locale.c Support setting locale per-mailbox (changes date/time languages for email, pager messages). 2010-06-01 21:28:19 +00:00
test_logger.c Add ability for modules to dynamically register logger levels 2009-05-15 13:13:47 +00:00
test_netsock2.c Merged revisions 324557 via svnmerge from 2011-06-23 03:16:44 +00:00
test_pbx.c Kill some startup warnings and errors and make some messages more helpful in tracking down the source. 2010-07-09 17:00:22 +00:00
test_poll.c Merged revisions 285931 via svnmerge from 2010-09-10 01:27:44 +00:00
test_sched.c Some scheduler API cleanup and improvements. 2010-12-20 17:15:54 +00:00
test_security_events.c Add an API for reporting security events, and a security event logging module. 2009-07-11 19:15:03 +00:00
test_skel.c Kill some startup warnings and errors and make some messages more helpful in tracking down the source. 2010-07-09 17:00:22 +00:00
test_stringfields.c Kill some startup warnings and errors and make some messages more helpful in tracking down the source. 2010-07-09 17:00:22 +00:00
test_strings.c Kill some startup warnings and errors and make some messages more helpful in tracking down the source. 2010-07-09 17:00:22 +00:00
test_substitution.c ast_callerid restructuring 2010-07-14 15:48:36 +00:00
test_time.c Merged revisions 289543,289581 via svnmerge from 2010-09-30 20:40:08 +00:00
test_utils.c According to section 19.1.2 of RFC 3261: 2011-01-24 18:59:22 +00:00