summaryrefslogtreecommitdiff
path: root/test/srcs.mk
Commit message (Collapse)AuthorAge
* test: add testcase for media encryptionAlfred E. Heggestad2018-03-29
|
* selftest: add testcase for eventsAlfred E. Heggestad2018-01-17
|
* test: check for USE_VIDEOAlfred E. Heggestad2017-07-22
|
* video: add video_calc_rtp_timestamp()Alfred E. Heggestad2017-07-22
|
* aulevel: calculate audio levels in dBovAlfred E. Heggestad2017-04-27
|
* test: added a mock audio-codecAlfred E. Heggestad2017-04-25
|
* test: added test for audio-playerAlfred E. Heggestad2017-04-08
|
* Message reentrant (#214)Alfred E. Heggestad2017-02-23
| | | | | | * message: make it re-entrant * clean up message test-code
* account: add tests and accessorsAlfred E. Heggestad2017-01-21
|
* test: fix build when USE_VIDEO is offAlfred E. Heggestad2016-12-07
|
* test: added testcase for call with videoAlfred E. Heggestad2016-12-07
|
* test: add test for sending DTMF-digitsAlfred E. Heggestad2016-07-31
|
* contact: make contacts re-entrantAlfred E. Heggestad2016-07-24
|
* net: make networking code re-entrantAlfred E. Heggestad2016-06-06
| | | | | | | | | | | - The network instance is now in struct network and does not use any local/static data - A new top-level struct in baresip.c owns the single instance of struct network it is a long-term goal to remove all local/static data from libbaresip and make it fully re-entrant.
* test: added test-case for authenticated registerAlfred E. Heggestad2016-04-03
|
* add test for SIP with DNSAlfred E. Heggestad2016-04-02
|
* mos: add pseudo Mean Opinion Score routineAlfred E. Heggestad2016-03-21
| | | | thanks to Lorenzo Mangani for the original patch
* test: added 2 call testsAlfred E. Heggestad2015-10-29
|
* test: use new sipsrv from retestAlfred E. Heggestad2015-10-04
|
* test: added a test for C++ api compatibilityAlfred E. Heggestad2015-09-30
|
* selftest: new binaryAlfred E. Heggestad2015-08-09
- move selftest code from module/selftest to test/. - create a new binary called 'selftest' - the selftest is testing the Baresip Core only