summaryrefslogtreecommitdiff
path: root/src/net.c
Commit message (Collapse)AuthorAge
* net: check input parameter in net_checkAlfred E. Heggestad2016-11-20
|
* config: store dns nameservers in a stringAlfred E. Heggestad2016-06-06
|
* 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.
* fix warningAlfred E. Heggestad2016-04-03
|
* add test for SIP with DNSAlfred E. Heggestad2016-04-02
|
* baresip 0.4.10Alfred E. Heggestad2014-02-09