Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
An index for replacement candidate is searched
in one lookup cycle for all types (bad, possibly bad, good).
Sorting of items has been removed (sorting logic can be substituted
by a maximum search).
|
|
|
|
|
|
|
|
This should not increase the time it takes for people to find themselves.
|
|
|
|
|
|
|
|
|
|
correctly.
This should fix an issue that happened when both clients got
disconnected when the file was almost finished sending. The sender
would show that the file had been sent successfully when it had not.
See the modifications to tox.h
|
|
Conflicts:
toxav/toxav.c
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
also cause thread related issues.
|
|
send_lossy_cryptpacket() can get called from another thread meaning
the connection can be killed while the packet is sending.
|
|
|
|
|
|
|
|
Cleaned up code a bit.
|
|
Make each connection stick to the same relay.
|
|
|
|
Stack variable to_comp goes out of scope,
but a reference to the variable is used later
in Fiend_Requests.
|
|
|
|
Audio decoder and encoder channel values are sepparate values, the
decoder should be set to the number of channels the other peer has
his encoder set.
|
|
|
|
|
|
|
|
|