summaryrefslogtreecommitdiff
path: root/toxcore/TCP_client.h
AgeCommit message (Expand)Author
2020-05-04Add logging to TCP and onion client.iphydf
2020-03-14Standardise on having a comma at the end of enums.iphydf
2020-03-14Use spdx license identifier instead of GPL blurb.iphydf
2020-03-14use -1 rather than ~0 in unsigned integer typeszugz (tox)
2018-09-14Standardise header guards.iphydf
2018-08-26Update copyright to 2018.iphydf
2018-08-16Use per-instance `Mono_Time` for Messenger and onion.iphydf
2018-07-21Synchronise parameter names in headers with those in the implementation.iphydf
2018-07-12Style fixes in TCP code; remove MIN and PAIR from util.h.iphydf
2018-01-14Make TCP_Client_Connection a module-private type.iphydf
2017-04-22Revert "Implement tox_loop"Maxim Biro
2017-04-22Revert "Fix TokTok/c-toxcore#535"Maxim Biro
2017-04-16Fix TokTok/c-toxcore#535Ansa89
2017-04-01Implement tox_loopAnsa89
2017-01-26Add platform-independent Socket and IP implementationDiadlo
2017-01-19Update license headers and remove redundant file name comment.iphydf
2016-12-22Wrap all sodium/nacl functions in crypto_core.c.iphydf
2016-09-01Sort #includes in all source files.iphydf
2016-08-18Make tox_callback_friend_name stateless.iphydf
2015-04-19Removed useless stuff.irungentoo
2015-04-09Some more work on TCP connection.irungentoo
2014-12-21Further refactoring of proxy codeMaxim Biro
2014-12-21Some refactoring of proxy codeMaxim Biro
2014-12-13Added HTTP proxy supportMaxim Biro
2014-08-14Added basic socks5 proxy support to TCP client.irungentoo
2014-07-16applied priority queue changes to the TCP client toonotsecure
2014-07-10Made TCP a bit more solid.irungentoo
2014-07-09TCP should be a bit more solid.irungentoo
2014-06-30Const-correctness for TCP_client.cMarc Schütz
2014-06-30Const-correctness for toxcore/net_crypto.cMarc Schütz
2014-06-30Const correctness for toxcore/Messenger.c and related filesMarc Schütz
2014-05-18TCP branch now ready for start of real testing.irungentoo
2014-05-16Some TCP code added to net_crypto.irungentoo
2014-05-15Exposed and tested disconnect notification TCP packets.irungentoo
2014-05-14Added OOB packets to the TCP client and server.irungentoo
2014-05-13TCP_client callbacks now have a per connection number that can be set.irungentoo
2014-04-21Crypto related cleanups.irungentoo
2014-04-14Added function to TCP client and some tests.irungentoo
2014-04-13TCP_client pretty much done?irungentoo
2014-04-12Pings and onion packets implemented in TCP_Client.cirungentoo
2014-04-06Added TCP_client.irungentoo