summaryrefslogtreecommitdiff
path: root/test/ua.c
Commit message (Collapse)AuthorAge
* test: remove useragent password for un-authenticated testsAlfred E. Heggestad2017-07-09
|
* account: handle URL-encoded passwords (fixes #273)Alfred E. Heggestad2017-07-07
|
* test: count total requests on sip serversAlfred E. Heggestad2016-06-21
|
* test: added testcase for SIP OPTIONSAlfred E. Heggestad2016-06-19
|
* 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: fix warning on osxAlfred E. Heggestad2016-04-09
|
* test: add test-case for DNS SRV loadbalancing and authentication (refs #39)Alfred E. Heggestad2016-04-09
|
* auth test: add all transportsAlfred E. Heggestad2016-04-03
|
* test: added test-case for authenticated registerAlfred E. Heggestad2016-04-03
|
* add test for SIP with DNSAlfred E. Heggestad2016-04-02
|
* test: use milliseconds for re_main_timeout valueAlfred E. Heggestad2016-02-14
|
* test: enable TCP and TLS for ua registration testAlfred E. Heggestad2015-10-10
|
* test: run all testcases from an array of testsAlfred E. Heggestad2015-10-10
|
* test: use new sipsrv from retestAlfred E. Heggestad2015-10-04
|
* 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