Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-01-14 | Make TCP_Client_Connection a module-private type. | iphydf | |
2017-04-22 | Revert "Implement tox_loop" | Maxim Biro | |
This reverts commit 5ff099763b1f56414572e1c12eb2f003117db5a0. | |||
2017-04-22 | Revert "Fix TokTok/c-toxcore#535" | Maxim Biro | |
This reverts commit 439f676d45d75f59f47a000a6adca8e9fe6a6e4e. | |||
2017-04-16 | Fix TokTok/c-toxcore#535 | Ansa89 | |
2017-04-01 | Implement tox_loop | Ansa89 | |
2017-01-26 | Add platform-independent Socket and IP implementation | Diadlo | |
2017-01-19 | Update license headers and remove redundant file name comment. | iphydf | |
"All rights reserved" was incorrect. The project was licensed under GPL3, which means a lot of rights are licensed to everybody in the world, i.e. not reserved to the "Tox Project". | |||
2016-12-22 | Wrap all sodium/nacl functions in crypto_core.c. | iphydf | |
2016-09-01 | Sort #includes in all source files. | iphydf | |
2016-08-18 | Make tox_callback_friend_name stateless. | iphydf | |
See #27 and #40 for details. | |||
2015-04-19 | Removed useless stuff. | irungentoo | |
2015-04-09 | Some more work on TCP connection. | irungentoo | |
2014-12-21 | Further refactoring of proxy code | Maxim Biro | |
2014-12-21 | Some refactoring of proxy code | Maxim Biro | |
2014-12-13 | Added HTTP proxy support | Maxim Biro | |
2014-08-14 | Added basic socks5 proxy support to TCP client. | irungentoo | |
2014-07-16 | applied priority queue changes to the TCP client too | notsecure | |
2014-07-10 | Made TCP a bit more solid. | irungentoo | |
TCP ping requests in TCP_client should have a higher success rate. | |||
2014-07-09 | TCP should be a bit more solid. | irungentoo | |
When a TCP ping request is recieved, try to send the response until success instead of just dropping it if sending the response fails on the first try. | |||
2014-06-30 | Const-correctness for TCP_client.c | Marc Schütz | |
2014-06-30 | Const-correctness for toxcore/net_crypto.c | Marc Schütz | |
2014-06-30 | Const correctness for toxcore/Messenger.c and related files | Marc Schütz | |
2014-05-18 | TCP branch now ready for start of real testing. | irungentoo | |
Friends can now exchange TCP relay addresses so that they can connect together. Currently all bootstrap nodes are treated as TCP relays. | |||
2014-05-16 | Some TCP code added to net_crypto. | irungentoo | |
add_tcp_relay() can be used to connect to some TCP relays. If both Toxes are connected to the same TCP relay(s) and create a connection on which they set the others dht_public_key, they will connect. | |||
2014-05-15 | Exposed and tested disconnect notification TCP packets. | irungentoo | |
2014-05-14 | Added OOB packets to the TCP client and server. | irungentoo | |
2014-05-13 | TCP_client callbacks now have a per connection number that can be set. | irungentoo | |
2014-04-21 | Crypto related cleanups. | irungentoo | |
Moved Bunch of functions from net_crypto to crypto_core. decrypt_data_fast and decrypt_data_symmetric were the same thing therefore, removed decrypt_data_fast. Replaced all the crypto_secretbox_* defines with the equivalent crypto_box_* one. New define: crypto_box_KEYBYTES that is equal to crypto_box_BEFORENMBYTES. | |||
2014-04-14 | Added function to TCP client and some tests. | irungentoo | |
2014-04-13 | TCP_client pretty much done? | irungentoo | |
Now next step is integrating it in tox. Added TCP server functionality to bootstrap server (define TCP_RELAY_ENABLED to enable it.) | |||
2014-04-12 | Pings and onion packets implemented in TCP_Client.c | irungentoo | |
Astyled one test and added a couple lines to another. | |||
2014-04-06 | Added TCP_client. | irungentoo | |
Some work done on the TCP part. |