Commit Graph

11 Commits (c20b819a29a85f520f8cf3cb9562a7aab003ce1b)

Author SHA1 Message Date
winlin ca1395a807 Change date from 2017 to 2018
winlin 922a8f3a5c For , refine code.
Thomas Dreibholz feaae341b9 IPv6 support (for 3.0 release) ()
* IPv6 support, part 1.

* IPv6 support, part 2.

* Some more IPv6 work.

* Made functions for address:port paŕsing IPv6-capable.

* Fixed type (compile warning).

* Fixed formatting.

* Reverted option change.

* Replaced abort() by proper error handling.

* Also retrieving local IPv6 addresses now.
winlin 60accb6e54 For , AMF0 and RTMP support complex error.
winlin 20a42599f3 For , http callback use complex error
winlin a20e2c3ef6 For , refine server utility
winlin 1bf99e8f3e For , Wrap ST, only use in service ST.
winlin ea9a5f26d9 For , , use coroutine for reusable thread
HungMingWu 815d50f00a Remove warning: C++11 requires a space between string literal and macro ()
On Ubuntu 17.04, the default gcc compiler version is 6.3.0.
It switch standard from c++98 to c++11.
So it would generate verbose warnings.
winlin e3526c0cf6 For , modules use service only.
winlin ff822b55cd For , extract service module.