Age | Commit message (Collapse) | Author |
|
|
|
|
|
See #14
|
|
For #19 and #17
|
|
|
|
|
|
|
|
Variable frame going out of scope leaks the storage it points to.
|
|
is suspicious. sockfd leaks when it is zero.
Did you intend to include equality with zero?
|
|
|
|
(CHECKED_RETURN)3. check_return: Calling remove((char const *)path_real)
without checking return value. This library function may fail and return
an error code.
|
|
missing_return: Arriving at the end of a function without returning a
value
|
|
missing_return: Arriving at the end of a function without returning a
value.
|
|
missing_return: Arriving at the end of a function without returning a
value.
|
|
Variable servinfo going out of scope leaks the storage it points to.
|
|
Variable frame going out of scope leaks the storage it points to.
|
|
Variable hostname going out of scope leaks the storage it points to.
|
|
|
|
|
|
|
|
Now using tox_do_interval() to get timeout for select()
|
|
It's made possible by the new toxcore API
|
|
|
|
|
|
Closes #2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Stolen from uTox
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Dealing with congestion control, too
|
|
|
|
|
|
|