Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-08-18 | Make tox_callback_friend_name stateless. | iphydf | |
See #27 and #40 for details. | |||
2016-08-17 | Add missing DHT_bootstrap to CMakeLists.txt. | iphydf | |
- This PR also adds a DEBUG cmake option that enables -DTOX_DEBUG. - We also remove `-Wall`, because there are too many warnings, and nobody really looks at them at the moment. We'll see about fixing them soon. We'll also want to enable `-Werror` at some point. - Finally, this PR enables `-O3` to make sure toxcore still works correctly under heavy compiler optimisations. | |||
2016-01-27 | add: comment about endianness | Roman Proskuryakov | |
2016-01-27 | fix: compare sensitive data with sodium_memcmp | Roman Proskuryakov | |
fix: make increment_nonce & increment_nonce_number independent of user-controlled input fix: make crypto_core more stable agains null ptr dereference | |||
2016-01-04 | Cleanups. | irungentoo | |
2016-01-04 | DHT improvements part 1. | irungentoo | |
2015-12-17 | Allow 0 length sendnode. | irungentoo | |
2015-12-16 | Send get nodes instead of ping to timing out nodes. | irungentoo | |
2015-12-16 | This is still useful. | irungentoo | |
2015-12-16 | Improved the to_ping list. | irungentoo | |
2015-12-15 | More efficient DHT searching. | irungentoo | |
2015-12-14 | Sort list if timed out nodes are in the middle of the list. | irungentoo | |
2015-12-14 | Send get nodes more to closer nodes than further nodes. | irungentoo | |
2015-12-12 | Update so this works with the new distance function. | irungentoo | |
2015-12-11 | Remove useless vars. | irungentoo | |
2015-12-11 | More DHT fixes. | irungentoo | |
2015-12-11 | DHT fix. | irungentoo | |
2015-12-11 | DHT improvements. | irungentoo | |
Feed better nodes to onion, bootstrap off close clients when DHT friend is added. | |||
2015-12-11 | DHT fix. | irungentoo | |
Return only closest nodes in get nodes packet. | |||
2015-12-11 | DHT fixes. | irungentoo | |
2015-12-10 | Check if node can be stored before sorting. | irungentoo | |
2015-12-09 | Small fix. | irungentoo | |
2015-12-09 | DHT fix. | irungentoo | |
Improve DHT distance function. | |||
2015-12-08 | Improve likelyhood of the closest nodes being in our lists. | irungentoo | |
2015-12-08 | Fixed DHT bug. | irungentoo | |
2015-08-11 | Remove useless code. | irungentoo | |
2015-08-07 | Removed a useless define. | irungentoo | |
2015-08-06 | client_id -> public_key | irungentoo | |
2015-08-05 | client_id -> public_key | irungentoo | |
2015-08-04 | comp_client_id -> comp_public_key | irungentoo | |
2015-08-01 | DHT save fixes. | irungentoo | |
2015-07-30 | client_id -> public_key | irungentoo | |
2015-07-29 | client_id -> public_key | irungentoo | |
2015-07-28 | client_id -> public_key | irungentoo | |
2015-07-27 | client_id -> public_key | irungentoo | |
2015-07-24 | Removed useless variable. | irungentoo | |
2015-07-18 | Fixed bug. | irungentoo | |
2015-07-15 | Added function to help calculate size of packet nodes. | irungentoo | |
2015-07-14 | DHT_size now returns correct size for packed nodes. | irungentoo | |
2015-07-14 | Use size define instead of sizeof. | irungentoo | |
2015-07-12 | Pack DHT nodes in save. | irungentoo | |
TODO: Make DHT_size return exact size of DHT save. | |||
2015-06-27 | Removed some comented out code. | irungentoo | |
2015-06-26 | Some comment fixes. | irungentoo | |
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 | |