index
:
c-toxcore.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
toxcore
/
TCP_connection.c
Age
Commit message (
Expand
)
Author
2015-06-28
Fixed last PR.
irungentoo
2015-06-28
Clarifications for the TCP API
Jfreegman
2015-06-16
Made new_tcp_connections() not depend on dht.
irungentoo
2015-05-06
Removed useless line.
irungentoo
2015-04-24
Fixed a couple possible issues with the friend connection callback.
irungentoo
2015-04-23
Fixed some warnings.
irungentoo
2015-04-22
Fixed a case where the tcp_data_callback would get called when the
irungentoo
2015-04-22
Fixed possible issue.
irungentoo
2015-04-21
Only allocate some TCP connections for onion use when needed.
irungentoo
2015-04-21
If a net_crypto connection isn't using the TCP relays, disconnect from them.
irungentoo
2015-04-19
Removed useless stuff.
irungentoo
2015-04-18
Send oob packets to all relays tied to the connection.
irungentoo
2015-04-18
Enable proxy support in TCP_connection.
irungentoo
2015-04-18
If connected tcp relay becomes disconnected, try to reconnect once.
irungentoo
2015-04-17
Assign some TCP relays for use with onion packets and keep them connected
irungentoo
2015-04-16
Properly share connected relays and connect to the friend correctly
irungentoo
2015-04-16
Some fixes and improvements.
irungentoo
2015-04-16
Only increase connection lock if connection is actively used to connect
irungentoo
2015-04-15
If we know the pk that the oob packet was sent from treat it as a normal data...
irungentoo
2015-04-15
Some work done on TCP_Connection.
irungentoo
2015-04-13
TCP connection mostly done.
irungentoo
2015-04-10
More work on TCP connection.
irungentoo
2015-04-09
Some more work on TCP connection.
irungentoo
2015-04-07
TCP_connection started.
irungentoo