Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-01-30 | Realised there was no test to test these functions. | irungentoo | |
2016-01-30 | Fixes. | irungentoo | |
Fixed bug from merged PR. Don't build useless files when building with libsodium. | |||
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 | Test fix. | irungentoo | |
2015-12-15 | Onion test fixed to work with faster DHT. | irungentoo | |
2015-12-11 | Better DHT tests. | irungentoo | |
2015-12-01 | Slightly increased number of peers to announce to. | irungentoo | |
Some test fixes. | |||
2015-11-03 | Astyle. | irungentoo | |
2015-10-23 | Changed gramatically incorrect comment in messenger_test | Soumitra | |
2015-10-23 | Added ommited words in comment | Soumitra | |
2015-10-11 | Test should not assert when hangup fails | Eniz Vukovic | |
2015-10-10 | New Adaptive BR algorithm, cleanups and fixes | Eniz Vukovic | |
2015-08-09 | Updated with upstream | mannol | |
2015-08-07 | Removed a useless define. | irungentoo | |
2015-07-29 | client_id -> public_key | irungentoo | |
2015-07-10 | Fixed CALL_STATE naming | mannol | |
2015-07-06 | Test oob responding too. | irungentoo | |
2015-07-05 | Added a TCP test for oob packets. | irungentoo | |
2015-07-04 | Test fix. | irungentoo | |
2015-07-03 | Fixed Tox reporting itself as being connected with TCP when using UDP only ↵ | irungentoo | |
on LAN. | |||
2015-07-02 | Added a couple of checks to test. | irungentoo | |
2015-07-01 | Basic tcp connections test done. | irungentoo | |
2015-06-29 | TCP connections test start. | irungentoo | |
2015-06-30 | Implement handling capability change on rtp level | mannol | |
2015-06-28 | Removed useless parameter from new_TCP_server() | irungentoo | |
2015-06-27 | Renamed TOXAV_CALL_STATE to TOXAV_FRIEND_CALL_STATE | mannol | |
2015-06-27 | Added payload turning off by setting bit rate to 0 | mannol | |
2015-06-25 | Merge remote-tracking branch 'upstream/master' into new_api | mannol | |
2015-06-13 | Fixed sample size in callback and other stuff | mannol | |
2015-06-12 | Added save/load live test. | irungentoo | |
2015-06-07 | Test fix. | irungentoo | |
2015-06-06 | Save DHT nodes in a smarter way. | irungentoo | |
2015-06-05 | Added test. | irungentoo | |
2015-06-05 | Rebased on master and removed alpha channel (again) | mannol | |
2015-06-04 | Added test. | irungentoo | |
2015-06-01 | Add a test for loading with a secret key. | irungentoo | |
2015-05-27 | Allow empty keys in toxencryptsave. | 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-22 | Updated with master | mannol | |
2015-05-21 | Load only secret key from tox save, not public key. | irungentoo | |
Calculate public key from it. | |||
2015-05-19 | Some fixes. | irungentoo | |
2015-05-14 | Added tcp test. | irungentoo | |
2015-05-11 | Fixes and changes to tox_bootstrap and tox_add_tcp_relay. | irungentoo | |
Functionality of both no longer overlaps. If address has more than 1 ip, call the internal function on all of them. | |||
2015-05-08 | Added basic TCP server hosting to tox.h api. | irungentoo | |
TODO: tell friends we are hosting a relay and prioritize using relays hosted by friends over bootstrap ones. | |||
2015-05-07 | Fixed inconsistencies | mannol | |
2015-05-01 | Fixed* api comments and some bugs | mannol | |
2015-04-30 | Added many test and fixed various warnings | mannol | |
2015-04-29 | Done | mannol | |
2015-04-08 | Small change to TCP test. | irungentoo | |
2015-04-06 | Fixed onion test. | irungentoo | |