Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-06-30 | Allow sending data after file is paused. | irungentoo | |
Dissallow sending non requested data. | |||
2015-06-28 | Fixed last PR. | irungentoo | |
2015-06-28 | Merge branch 'master' of https://github.com/JFreegman/toxcore | irungentoo | |
2015-06-28 | Fixed bug. | irungentoo | |
2015-06-28 | Removed useless parameter from new_TCP_server() | irungentoo | |
2015-06-28 | Clarifications for the TCP API | Jfreegman | |
2015-06-27 | Removed some comented out code. | irungentoo | |
2015-06-26 | Some comment fixes. | irungentoo | |
2015-06-25 | Fixed warning. | irungentoo | |
2015-06-23 | Added code to net_crypto to calculate rtt. | irungentoo | |
2015-06-22 | Fixed warning. | irungentoo | |
2015-06-21 | Lower the chances of disconnect when transferring files. | irungentoo | |
2015-06-20 | Merge branch 'doc' of https://github.com/zetok/ProjectTox-Core | irungentoo | |
2015-06-19 | Merge branch 'contributing' of https://github.com/zetok/ProjectTox-Core | irungentoo | |
2015-06-20 | Add real instruction on how to use APIDSL and astyle | Zetok Zalbavar | |
also add to "tox{,.in}.h" note that "tox.h" shouldn't be edited directly, pointing to "tox.in.h" | |||
2015-06-20 | Improve documentation about tcp_port | Zetok Zalbavar | |
Apparently it's not entirely clear that it's not needed in clients. v2, as provided by @nurupo | |||
2015-06-17 | Fixed warning. | irungentoo | |
2015-06-16 | Made new_tcp_connections() not depend on dht. | irungentoo | |
2015-06-15 | Fixed warning. | irungentoo | |
2015-06-13 | Fixed warning. | irungentoo | |
2015-06-11 | Reannounce if path is considered dead. | irungentoo | |
2015-06-10 | Use real path num in onion client. | irungentoo | |
2015-06-09 | Define fix. | irungentoo | |
2015-06-08 | Remove useless variables. | irungentoo | |
2015-06-07 | Merge branch 'improve-crypto' of https://github.com/codedust/toxcore | irungentoo | |
2015-06-07 | Don't bootstrap to all loaded nodes at once. | irungentoo | |
2015-06-07 | Save DHT friend nodes too. | irungentoo | |
2015-06-06 | Save DHT nodes in a smarter way. | irungentoo | |
2015-06-06 | Improve readability of handle_request() in crypto_core.c | codedust | |
Moving 'return -1;' directly below the conditions improves readability and also better represents the coding style of other functions in crypt_core.c (and everywhere else). | |||
2015-06-03 | Return error if file_id parameter is NULL. | irungentoo | |
2015-06-02 | Small change. | irungentoo | |
2015-05-31 | Congestion control tweaks. | irungentoo | |
2015-05-30 | Return port error if tcp server failed to init. | irungentoo | |
2015-05-29 | Comment fix. | irungentoo | |
2015-05-28 | Fixed comment. | irungentoo | |
2015-05-26 | Fixed rare bug where userstatus, name, etc... would not be sent to friend. | irungentoo | |
2015-05-26 | Fixed bug when deleting friend that we are connected to in group chat. | irungentoo | |
2015-05-25 | tox_new returns NULL on failure. | irungentoo | |
2015-05-24 | Merge branch 'pointless-check' of https://github.com/tux3/toxcore | irungentoo | |
2015-05-22 | Move savedata to options struct. | irungentoo | |
Add a way to select the type of savedata (normal savedata, load a secret key, potentially others?) to load. | |||
2015-05-21 | Load only secret key from tox save, not public key. | irungentoo | |
Calculate public key from it. | |||
2015-05-20 | Merge branch 'tcp_server' | irungentoo | |
2015-05-19 | Some fixes. | irungentoo | |
2015-05-19 | Remove pointless nullity check on array address | tux3 | |
assoc->self_client_id is always true, therefore we can remove it from that if" -m "The if thus asserts !assoc->self_hash, so we can elide the immediately following if (!assoc->self_hash) | |||
2015-05-18 | If we get the ip/port of a relay on a local ip, assume that our friend | irungentoo | |
is hosting a relay on his ip. | |||
2015-05-17 | Some protocol efficiency improvements. | irungentoo | |
Reduced the amount of waste from dropped packets. | |||
2015-05-16 | Don't resend the same packet twice within a short timeframe. | irungentoo | |
2015-05-15 | Fixed friends getting disconnected when transferring files. | irungentoo | |
2015-05-14 | Added tcp test. | irungentoo | |
2015-05-12 | Connect to own TCP server if hosting one. | irungentoo | |
Removed useless code. |