index
:
c-toxcore.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
toxcore
Age
Commit message (
Expand
)
Author
2014-08-16
New congestion control algorithm.
irungentoo
2014-08-15
Set socket family to family of proxy when using proxy.
irungentoo
2014-08-14
Modified tox_bootstrap_from_address() function.
irungentoo
2014-08-14
Added disabling of UDP and basic SOCKS5 proxy support to public API.
irungentoo
2014-08-14
Function to save path nodes.
irungentoo
2014-08-14
When getting disconnected from good relay, try to reconnect.
irungentoo
2014-08-14
Save some path nodes to speed up joining network on pure TCP.
irungentoo
2014-08-14
tox_isconnected() now works on TCP only.
irungentoo
2014-08-14
UDP can now be disabled.
irungentoo
2014-08-14
Remove useless code.
irungentoo
2014-08-14
Added basic socks5 proxy support to TCP client.
irungentoo
2014-08-13
Tox should now work on TCP only networks.
irungentoo
2014-08-13
Tox now closer to working on TCP only networks.
irungentoo
2014-08-13
If the path is a TCP one, the onion packet is sent with TCP.
irungentoo
2014-08-13
Added function to create onion packets to send via TCP.
irungentoo
2014-08-12
Fixed bug that led to increased bandwidth usage.
irungentoo
2014-08-12
Onion packets can now be received via TCP.
irungentoo
2014-08-12
No longer rely on source ip to get the path the packet was sent with.
irungentoo
2014-08-11
Added functions to receive and send onion packets via TCP to net_crypto.c
irungentoo
2014-08-11
Some code refactoring to make passing onion packets through TCP easier.
irungentoo
2014-08-11
Added length check to onion_send_1().
irungentoo
2014-08-10
Fixed bug.
irungentoo
2014-08-09
Merge branch 'remove-sort_list' of https://github.com/pyruvate/toxcore
irungentoo
2014-08-09
Onion paths creation no longer dependent on DHT only.
irungentoo
2014-08-09
Refactoring of node replacements in addto_lists function
pyruvate
2014-08-08
Added path_nodes array and add_path_node() function.
irungentoo
2014-08-07
Increased ping interval time to decrease bandwidth usage.
irungentoo
2014-08-04
The receiver of a file now needs to confirm that he did receive it
irungentoo
2014-08-04
Update with upstream
mannol
2014-08-04
Fix some toxav warnings
mannol
2014-08-03
remove unneeded printf's/prevent stdout spam
Jfreegman
2014-07-31
Adding a new connection while a lossy packet is being sent could
irungentoo
2014-07-31
Fixed possible threading issues.
irungentoo
2014-07-30
Added function to get public and private key from Tox object.
irungentoo
2014-07-29
Spreading packets around TCP relays causes issues with the audio and video.
irungentoo
2014-07-27
Only send kill packet when killing established connection.
irungentoo
2014-07-22
Use epoll_create() instead of epoll_create1() for compatibility with
irungentoo
2014-07-22
Merge branch 'master' of https://github.com/mannol1/toxcore
irungentoo
2014-07-21
This should fix test failing
mannol
2014-07-21
Fixed bug where two Tox clients sometimes didn't reconnect right
irungentoo
2014-07-21
Don't set connection to established if packet is kill packet.
irungentoo
2014-07-20
LAN discovery should now work on windows machines with multiple
irungentoo
2014-07-20
Added addr_parse_ip() to network.h header.
irungentoo
2014-07-19
Removed useless function.
irungentoo
2014-07-18
Spread packets over many TCP relays instead of just using the first one.
irungentoo
2014-07-16
Fixed possible bug with TCP nonce not getting incremented.
irungentoo
2014-07-16
Merge branch 'split-video' of https://github.com/notsecure/toxcore
irungentoo
2014-07-16
fix memory leak
Jfreegman
2014-07-16
applied priority queue changes to the TCP client too
notsecure
2014-07-15
Merge branch 'notsecure-split-video'
irungentoo
[prev]
[next]