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
2018-02-24
Minor cleanups: dead stores and avoiding complex macros.
iphydf
2018-01-30
Use nullptr as NULL pointer constant instead of NULL or 0.
iphydf
2018-01-14
Make TCP_Client_Connection a module-private type.
iphydf
2018-01-10
Fix formatting in some C files.
iphydf
2017-08-24
AF_INET -> TOX_AF_INET
Diadlo
2017-06-04
Add a monolith_test that includes all toxcore sources.
iphydf
2017-04-22
Revert "Implement tox_loop"
Maxim Biro
2017-04-01
Implement tox_loop
Ansa89
2017-01-28
Add VLA compatibility macro for C89-ish compilers.
iphydf
2017-01-19
Update license headers and remove redundant file name comment.
iphydf
2017-01-11
Check that TCP connections aren't dropped in callbacks.
iphydf
2016-12-22
Wrap all sodium/nacl functions in crypto_core.c.
iphydf
2016-09-24
Make toxcore code C++ compatible.
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-13
Group #include directives in 3-4 groups.
iphydf
2016-09-06
Make friend requests stateless
Gregory Mullen (grayhatter)
2016-09-02
Do not use `else` after `return`.
iphydf
2016-08-31
Add braces to all if statements.
iphydf
2016-08-18
Make tox_callback_friend_name stateless.
iphydf
2016-01-27
fix: compare sensitive data with sodium_memcmp
Roman Proskuryakov
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