summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2017-12-15aco: Minimize use of regex.Corey Farrell
2017-11-27Merge "CLI: Remove calls to ast_cli_generator." into 15George Joseph
2017-11-23Merge "Loader: Remove unneeded load_pri declarations." into 15Joshua Colp
2017-11-21CLI: Remove calls to ast_cli_generator.Corey Farrell
2017-11-21Merge "menuselect: Remove ineffective weak attribute detection." into 15Joshua Colp
2017-11-20Loader: Remove unneeded load_pri declarations.Corey Farrell
2017-11-18tests: Fix warnings found on Mac.Corey Farrell
2017-11-17menuselect: Remove ineffective weak attribute detection.Corey Farrell
2017-11-06test_sorcery_memory_cache_thrash: Handle error from vector append.Corey Farrell
2017-11-02Add missing menuselect dependencies.Corey Farrell
2017-10-23test_config: Fix failure and segfault when config_hook is run twice.Corey Farrell
2017-10-06vector: multiple evaluation of elem in AST_VECTOR_ADD_SORTED.Corey Farrell
2017-08-22channel: Fix topology API locking.Richard Mudgett
2017-08-16manager: hook event is not being raisedKevin Harwell
2017-08-03Correct some leaks in unit tests.Corey Farrell
2017-07-13core: Add PARSE_TIMELEN support to ast_parse_arg and ACO.Corey Farrell
2017-06-16Merge changes from topic 'sdp_api_adjustments'Jenkins2
2017-06-16Merge "stream: Add ast_stream_topology_del_stream() and unit test."Jenkins2
2017-06-15stream: Add ast_stream_topology_del_stream() and unit test.Richard Mudgett
2017-06-15stream: Ignore declined streams for some topology calls.Richard Mudgett
2017-06-13bridge: Add a deferred queue.Joshua Colp
2017-05-30test_json: Fix test names with reserved wordsGeorge Joseph
2017-05-24unittests: Add a unit test that causes a SEGV and...George Joseph
2017-05-17core/conversions: Added string to unsigned integer and long conversionsKevin Harwell
2017-05-12Merge changes from topic 'sdp_api_adjustments'George Joseph
2017-05-09SDP: Make process possible multiple fmtp attributes per rtpmap.Richard Mudgett
2017-05-09SDP: Explicitly stop a RTP instance before destoying it.Richard Mudgett
2017-05-09SDP: Update ast_get_topology_from_sdp() to keep RTP map.Richard Mudgett
2017-05-08logger: Added logger_queue_limit to the configuration options.George Joseph
2017-05-03bridge_simple: Added support for streamsKevin Harwell
2017-05-01Merge "SDP API: Add SSRC-level attributes"Jenkins2
2017-04-27Merge "channel: Add ability to request an outgoing channel with stream topolo...Jenkins2
2017-04-27Merge "vector: defaults and indexes"Jenkins2
2017-04-27SDP API: Add SSRC-level attributesMark Michelson
2017-04-27channel: Add ability to request an outgoing channel with stream topology.Joshua Colp
2017-04-26vector: defaults and indexesKevin Harwell
2017-04-25sdp: Add support for T.38Joshua Colp
2017-04-25SDP: Ensure SDPs "merge" properly.Mark Michelson
2017-04-12modules: change module LOAD_FAILUREs to LOAD_DECLINES (14)George Joseph
2017-04-12modules: change module LOAD_FAILUREs to LOAD_DECLINESGeorge Joseph
2017-03-27channel: Remove old epoll support and fixed max number of file descriptors.Joshua Colp
2017-03-07core: Add stream topology changing primitives with tests.Joshua Colp
2017-03-01stream: Unit tests for stream read and tweaks frameworkGeorge Joseph
2017-02-23channel: Add support for writing to a specific stream.Joshua Colp
2017-02-16stream: Rename creates/destroys to allocs/freesGeorge Joseph
2017-02-15stream: Add unit tests for channel stream usage.Joshua Colp
2017-02-14stream: Add stream topology to channelGeorge Joseph
2017-02-13stream: Add stream topology unit tests and fix uncovered bugs.Joshua Colp
2017-02-10stream: Add media stream definition and API with unit tests.Joshua Colp
2017-01-27Merge "tests: use datadir for sound files"zuul