iphydf

Results 78 comments of iphydf

https://github.com/TokTok/hstox uses multiple test-suites in a single repo. It needs quite a bit of trickery to get a combined coverage report.

Some thoughts: * Tox supports running on TCP using TCP relays. It also supports HTTP and SOCKS5 proxies, so adding another proxy-type that's websockets should be pretty straightforward. * Talking...

Is this PR correct? Why is it only required on Fedora?

@cnngimenez is this PR still required?

If `list->n == 0`, then `list->data` will never be accessed.

https://github.com/TokTok/c-toxcore/blob/master/toxcore/tox_api.c#L84

@elfring is there an AOP framework for C? Or does AspectC++ work for C code?