index
:
c-toxcore.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
toxcore
/
TCP_connection.h
Age
Commit message (
Expand
)
Author
2020-03-14
Use spdx license identifier instead of GPL blurb.
iphydf
2018-09-14
Standardise header guards.
iphydf
2018-08-26
Update copyright to 2018.
iphydf
2018-08-16
Use per-instance `Mono_Time` for Messenger and onion.
iphydf
2018-08-10
Use the crypto random functions instead of `rand()`.
iphydf
2018-07-12
Style fixes in TCP code; remove MIN and PAIR from util.h.
iphydf
2017-11-19
Fix typo
yangfl
2017-04-22
Revert "Implement tox_loop"
Maxim Biro
2017-04-01
Implement tox_loop
Ansa89
2017-01-19
Update license headers and remove redundant file name comment.
iphydf
2016-12-22
Wrap all sodium/nacl functions in crypto_core.c.
iphydf
2016-09-22
Make TCP_Connections module-private.
iphydf
2016-09-16
Ensure that all TODOs have an owner.
iphydf
2016-09-13
Use <stdbool.h> and replace _Bool with bool.
iphydf
2016-09-06
Make friend requests stateless
Gregory Mullen (grayhatter)
2016-08-18
Make tox_callback_friend_name stateless.
iphydf
2015-06-28
Clarifications for the TCP API
Jfreegman
2015-06-16
Made new_tcp_connections() not depend on dht.
irungentoo
2015-04-24
Fixed a couple possible issues with the friend connection callback.
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-18
Enable proxy support in TCP_connection.
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
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