00c1be07dc
Replace c_impl, remove rust_binding, with cpp_impl
2019-11-11 13:08:36 +09:00
5eb0feb22b
Fix atostr
2019-09-18 18:39:35 +09:00
355f3b2bd0
Add support for link-local ipv6 addr
2019-09-18 17:35:14 +09:00
a642db53f0
Add support for UDPC_strtoa to accept ipv4 input
...
UDPC_strtoa can now return an ipv4-mapped ipv6 address given an ipv4
string. Also, added validation of input strings via regex.
2019-09-17 17:17:16 +09:00
255930db9a
Replace ipv4 with ipv6
...
ipv6 also supports sending to ipv4.
2019-09-07 16:36:11 +09:00
38eb06f105
Make atostr more thread safe
...
atostr now can hold 64 different results, and can be called from
multiple threads. Thus, a returned string buffer is valid until atostr
is called 64 more times.
2019-09-03 16:19:47 +09:00
fe41bbb764
Use opaque struct as handle in C interface, fix
...
Fixed log_impl_next.
2019-08-30 12:03:26 +09:00
35bc629b1b
Add some Unit Tests for UDPC
2019-08-27 18:03:30 +09:00