summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2012-11-21Merged revisions 376575 via svnmerge from Automerge script
2012-11-19Add doxygen to taskprocessor tests.Mark Michelson
2012-11-19Merged revisions 376457 via svnmerge from Automerge script
2012-11-17Restructure taskprocessor load test to test integrity of task execution.Mark Michelson
2012-11-17Add a second default taskprocessor test that executes 20000 tasks.Mark Michelson
2012-11-17Change the default taskprocessor test so it will never hang forever.Mark Michelson
2012-11-16Test that shutdown callback is called when expected.Mark Michelson
2012-11-16Add a shutdown callback to taskprocessor listeners.Mark Michelson
2012-11-16Merged revisions 376341,376344-376345 via svnmerge from Automerge script
2012-11-12Refine the taskprocessor listener test a bit more.Mark Michelson
2012-11-09Add a test that ensures that taskprocessor listener callbacksMark Michelson
2012-11-09Add a basic taskprocessor test.Mark Michelson
2012-10-14Title updateAndrew Latham
2012-10-01app_queue: Support persisting and loading of long member lists.Sean Bright
2012-09-22Doxygen Updates Janitor WorkAndrew Latham
2012-09-12Enhance astobj2 to support other types of containers.Richard Mudgett
2012-08-23I forgot to add the unit tests for scoped locks earlier today.Mark Michelson
2012-07-31Clean up and ensure proper usage of alloca()Kinsey Moore
2012-07-30Fix ast_event_new unit test.Russell Bryant
2012-07-24Silence a warning message from older versions of GCC.Kevin P. Fleming
2012-07-24Allow permit/deny ACL lines to contain multiple items and negated entries.Kevin P. Fleming
2012-07-23Unit tests for the Jitter Buffer API; remove unnecessary resyncMatthew Jordan
2012-07-12Handle deprecated (aliased) option names with the config options apiTerry Wilson
2012-06-28Add the ability to set flags via the config options apiTerry Wilson
2012-06-14Multiple revisions 368963,368965Jason Parker
2012-06-07Fix reloading an unchanged file with the Config Options APITerry Wilson
2012-06-07Add default handler documentation and standardize acl handlerTerry Wilson
2012-06-04Merge changes dealing with support for Digium phones.Mark Michelson
2012-06-01Add new config-parsing frameworkTerry Wilson
2012-05-16Change ao2 global array to ao2 global object holder.Richard Mudgett
2012-05-07Fix type punned compiler warning in test_config.cRichard Mudgett
2012-05-03Update security events unit testsMichael L. Young
2012-04-27Multiple revisions 364365,364369Terry Wilson
2012-04-19Add leading and trailing backslashesMichael L. Young
2012-04-18Fix building security events testMichael L. Young
2012-03-27Add global ao2 array container.Richard Mudgett
2012-03-14Add tests for main/jitterbuf.cMatthew Jordan
2012-03-13Make hints for invalid SIP devices return Unavail, not idleTerry Wilson
2012-03-13Enable macros in 1.8 to find the next highest "h" extension in a context, lik...Tilghman Lesher
2012-03-02Fix case-sensitivity for device-specific event subscriptions and CCSSKinsey Moore
2012-02-29Opaquify ast_channel structs and listsTerry Wilson
2012-02-28Add ability to clone ao2 containers.Richard Mudgett
2012-02-23Fix some tests that didn't get opaquification changesTerry Wilson
2012-02-13Opaquify char * and char[] in ast_channelTerry Wilson
2012-01-27Audit of ao2_iterator_init() usage for v10.Richard Mudgett
2011-12-06Doubly linked lists unit test and update to implementation.Richard Mudgett
2011-11-09Add a unit test for ast_sockaddr_split_hostportTerry Wilson
2011-10-29Fix AST_LIST_INSERT_BEFORE_CURRENT() updating the wrong variable.Richard Mudgett
2011-10-17Set 'core' support level for test_format_api.cPaul Belanger
2011-09-29Merged revisions 338556 via svnmerge from Paul Belanger