Age | Commit message (Expand) | Author |
2013-12-03 | get_close_nodes(): make use of assoc to find some really close nodes | Coren[m] |
2013-12-02 | Don't hole punch when we are connected. | irungentoo |
2013-12-02 | Fixed bug with hole punching. | irungentoo |
2013-12-01 | Tweaked hole punching a bit. | irungentoo |
2013-11-30 | The stuff in do_DHT only need to be run once per second. | irungentoo |
2013-11-18 | Merge pull request #650 from FullName/ID-IP-basic | irungentoo |
2013-11-17 | Nodes now only send good nodes (or the node that was specifically asked for). | irungentoo |
2013-11-17 | Tolerate instable connectivity: if *all* set close nodes are in terminal time... | Coren[m] |
2013-11-17 | Assoc's array is now allocated dynamically and per default much smaller (320 ... | Coren[m] |
2013-11-14 | Significantly trimmed down version of an ID<=>IP cache. | Coren[m] |
2013-11-14 | On replacing a client with another, clear the stale association. | Coren[m] |
2013-11-10 | Fixed small issues. | irungentoo |
2013-11-10 | Added more printing to DHT_test, fixed typo. | irungentoo |
2013-11-10 | Merge branch 'master' into harden | irungentoo |
2013-11-07 | Merge branch 'add2lists_forward' of https://github.com/FullName/ProjectTox-Co... | irungentoo |
2013-11-06 | Unify most of handle_sendnodes[_ipv6]() into a common handle_sendnodes_core()... | Coren[m] |
2013-11-06 | addto_lists(): store the IP/Port that was used to *send*. | Coren[m] |
2013-11-02 | Get node testing response packets are now handled. | irungentoo |
2013-10-30 | Testing requests are now sent. | irungentoo |
2013-10-28 | Merge branch 'master' into harden | irungentoo |
2013-10-28 | Removed some now useless code. | irungentoo |
2013-10-27 | Added some hardening functions to test get nodes. | irungentoo |
2013-10-26 | Base of hardening stuff. | irungentoo |
2013-10-24 | Removed now useless ping_id from send/get node packets. | irungentoo |
2013-10-24 | Adding encrypted data to send/getnode packets now done. | irungentoo |
2013-10-24 | Move unix_time(), id_cpy()/id_eq(), is_timeout() to util.* | Coren[m] |
2013-10-24 | Adding encrypted data to send/getnode packets part 1. | irungentoo |
2013-10-24 | Removed define that could become confusing. | irungentoo |
2013-10-20 | Main: Eliminate TOX_ENABLE_IPV6 (then always on), CLIENT_ONETOONE_IP (then al... | Coren[m] |
2013-10-12 | Improved hole punching. | irungentoo |
2013-09-30 | Speeded up/fixed NAT hole punching and peer finding. | irungentoo |
2013-09-28 | Fixed small issue. | irungentoo |
2013-09-28 | Behaviour with LAN ips is now better, also fixed possible bug. | irungentoo |
2013-09-28 | LAN ips can be sent to LAN ips. | irungentoo |
2013-09-28 | friend_iplist and route_tofriend behaviour fixes. | irungentoo |
2013-09-27 | Fixed possible problem. | irungentoo |
2013-09-27 | Astyled the code. | irungentoo |
2013-09-27 | don't lose globally valid addresses for locally valid ones | Coren[m] |
2013-09-27 | minimalistic increase in elegance ;) | Coren[m] |
2013-09-27 | expanded Client_data to hold two addresses (IPv4, IPv6) instead of one | Coren[m] |
2013-09-25 | Fixed bug where hole punching was attempted even though the | irungentoo |
2013-09-24 | Merge pull request #596 from FullName/ping.moveandclean | irungentoo |
2013-09-22 | Fix bug. | stal |
2013-09-21 | moved stuff that belongs into ping.[ch] there | Coren[m] |
2013-09-21 | honor the claim of sort_list(), that the result is in anti-intuitive order, a... | Coren[m] |
2013-09-21 | Merge branch 'master' of https://github.com/irungentoo/ProjectTox-Core.git in... | Coren[m] |
2013-09-21 | reserving 50%+ for ipv4, take 2 | Coren[m] |
2013-09-19 | reserve lower half of client lists for ipv4 for now | Coren[m] |
2013-09-17 | astyled everything. | irungentoo |
2013-09-17 | Tests of state loading/saving lead to two fixes for DHT.c and util.c | Coren[m] |