Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-06-09 | Define fix. | irungentoo | |
2015-06-08 | Remove useless variables. | 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-05-02 | Small cleanups. | irungentoo | |
2015-03-14 | Better DHT distance function. | irungentoo | |
2015-01-29 | Code cleanups. | irungentoo | |
Rename array in Node_format from client_id to public_key. | |||
2015-01-14 | Don't enforce limits on pings for LAN ips. | irungentoo | |
2015-01-12 | Attempted fix of Tox killing routers part 2. | irungentoo | |
Reduced drastically the number of ips the DHT pings by only pinging nodes that would be included in one of the close lists. | |||
2015-01-10 | Merge branch 'mannol-master' | irungentoo | |
2015-01-10 | Logger fix | mannol | |
2015-01-06 | Removed unused variables. | irungentoo | |
2015-01-02 | Removed useless function. | irungentoo | |
2014-12-31 | Removed now useless packet id. | irungentoo | |
2014-12-31 | Check if received ip family is valid for the onion packets. | irungentoo | |
2014-12-30 | Remove useless code. | irungentoo | |
2014-12-15 | DHT fixes. | irungentoo | |
This should speed up DHT searches. | |||
2014-12-14 | Sendback data size is always 8 bytes. | irungentoo | |
2014-11-21 | Cleaned up packet length types in toxcore. | irungentoo | |
They are now all uint16_t instead of sometimes being uint32_t. Replaced some other uint32_t with unsigned ints. | |||
2014-10-27 | Fix DHT memory leak | Tux3 / Mlkj / !Lev.uXFMLA | |
Found with valgrind, in the order of magnitude of 100kB leaked | |||
2014-09-27 | Make the ip port from DHT timeout after a while. | irungentoo | |
Some small fixes. | |||
2014-09-26 | Added callbacks to onion_client and net_crypto for the temp dht key. | irungentoo | |
Better than the polling mess. Moved DHT to Messenger from onion_client (still needs some cleanups). | |||
2014-09-26 | Added callbacks to DHT called when the ip of a peer is discovered. | irungentoo | |
2014-09-26 | DHT can now be used for group chat cons and friend cons at the same time. | irungentoo | |
2014-09-12 | Some cleanups to last PR. | irungentoo | |
2014-09-12 | Merge branch 'tox_connect' of https://github.com/saneki/toxcore | irungentoo | |
2014-09-12 | Removed tox_connect, initial connections are made on first tox_do | saneki | |
2014-09-10 | Remove unused function in DHT.c | Tux3 / Mlkj / !Lev.uXFMLA | |
2014-09-09 | Fixed spacing | saneki | |
2014-09-09 | Added tox_connect function, no connecting done during tox_load | saneki | |
2014-08-21 | Fixed some gcc warnings. | irungentoo | |
2014-08-18 | Added function to check if we were only connected to LAN DHT peers. | irungentoo | |
2014-08-09 | Merge branch 'remove-sort_list' of https://github.com/pyruvate/toxcore | irungentoo | |
2014-08-09 | Refactoring of node replacements in addto_lists function | pyruvate | |
An index for replacement candidate is searched in one lookup cycle for all types (bad, possibly bad, good). Sorting of items has been removed (sorting logic can be substituted by a maximum search). | |||
2014-06-30 | Const-correctness for onion_client.c | Marc Schütz | |
2014-06-20 | Fix CppCheck style errors | Tux3 / Mlkj / !Lev.uXFMLA | |
#if 0 the content of toxav/msi.c : int stringify_message(MSIMessage *msg, char *dest) This function has no effect and does not seem to be used for actively waiting. Fix various other style errors, reduce scope when possible, avoid redundant writes, clarify operator priorities, etc. | |||
2014-06-18 | Included assert.h for Messenger/DHT.c | Jman012 | |
2014-06-13 | Const correctness for various packet callbacks | Marc Schütz | |
2014-06-10 | Astyle and fixes. | irungentoo | |
2014-06-10 | Const correctness in various interdependent files | Marc Schütz | |
2014-06-07 | Toxcore closer to building correctly with gcc -std=c99. | irungentoo | |
2014-05-28 | Reduced size of get_node packets. | irungentoo | |
Sendback data is now 8 bytes. This does not break the network as the sendback data can be any size between 1 and 150 bytes. | |||
2014-05-25 | Merge branch 'mannol1-Multicalls' into multi-av | irungentoo | |
2014-05-20 | Merge upstream and other stuff | mannol | |
2014-05-14 | It's bad to have more than one path with the same first node in the | irungentoo | |
same path array. | |||
2014-05-13 | pack/unpack nodes can now pack and unpack TCP nodes. | irungentoo | |
2014-05-13 | Nodes already in the DHT closelist should not be added to the toping list. | irungentoo | |
2014-05-08 | Merge branch 'master' into TCP | irungentoo | |
2014-05-08 | Connection between toxes is lossless once again. | irungentoo | |