Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Patch also fixes NetBSD and OpenBSD, but I can't test that.
<pty.h> is <util.h> on some BSDs.
|
|
tox_shell is a basic secure shell that can be used to control a
computer from any Tox client.
Just run tox_shell and make it add your Tox id.
It's very basic but it works.
|
|
|
|
Fixes some build issues.
|
|
|
|
|
|
https://github.com/nurupo/InsertProjectNameHere
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Added a recursive mutex to fix possible thread issues when the A/V
thread sends data at the same time as the main thread.
|
|
This new congestion control algorithm uses the increase in size
of the send queue to regulate how fast it sends data.
When tweaked it should work better than the old one.
|
|
|
|
PORT IS NO LONGER PASSED IN NETWORK BYTE ORDER.
Removed useless ipv6enabled parameter.
|
|
tox_new() now takes a Tox_Options struct as argument.
If a NULL pointer is passed to that struct, defaults are used.
|
|
Forgot to commit it with before last commit.
|
|
|
|
|
|
|
|
new_messenger() now takes an options struct as an argument.
|
|
|
|
|
|
Coming soon: a function to disable UDP.
|
|
Use TCP paths when UDP is not connected.
Made some code depend less on the UDP only DHT.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|