Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-03-12 | Added simple status message test to tox_test.c | irungentoo | |
2015-03-11 | tox_callback_connection_status() implemented. | irungentoo | |
Attempted fix of connection checking to make it more stable. | |||
2015-03-11 | Implemented the 3 low level network information functions. | irungentoo | |
Added tox_get_udp_port() to tests. | |||
2015-03-10 | Implementation of new api file transfers. | irungentoo | |
Everything should work except resuming. | |||
2015-03-01 | Properly fixed encryptsave_test.c | irungentoo | |
2015-03-01 | Merge branch 'new_api' of https://github.com/dubslow/toxcore into new_api | irungentoo | |
2015-02-28 | Update encryption autotest | Dubslow | |
2015-02-27 | Test fixes. | irungentoo | |
2015-02-26 | More tests ported to new api. | irungentoo | |
2015-02-25 | Ported some tests to the new api. | irungentoo | |
2015-02-08 | Fixed test. | irungentoo | |
2015-02-08 | Fixed memory leak in test. | irungentoo | |
2015-02-07 | Properly free everything at the end of each test. | irungentoo | |
2015-01-29 | Code cleanups. | irungentoo | |
Rename array in Node_format from client_id to public_key. | |||
2014-12-21 | Fixed bug in tox_load where names of size TOX_MAX_NAME_LENGTH didn't | irungentoo | |
load. | |||
2014-12-20 | auto test group titles. | irungentoo | |
2014-12-16 | cs_set_video_encoder_resolution improvements. | irungentoo | |
2014-12-15 | Fixed test. | irungentoo | |
2014-12-14 | Sendback data size is always 8 bytes. | irungentoo | |
2014-12-13 | More group auto testing. | irungentoo | |
2014-12-11 | Test if everything goes well when a peer leaves the group chat. | irungentoo | |
2014-12-10 | Added a tox_add_friend auto test. | irungentoo | |
2014-12-09 | Fixed tox_test.c | irungentoo | |
2014-12-09 | Merge branch 'more_consistent_custom_packet_handlers' of ↵ | irungentoo | |
https://github.com/wrouesnel/toxcore | |||
2014-12-09 | Patch auto_tests/tox_test.c with the new prototype | Will Rouesnel | |
2014-12-05 | Test now works with large groups. | irungentoo | |
2014-12-05 | Added basic group message test. | irungentoo | |
2014-12-04 | Added simple group auto test. | irungentoo | |
2014-11-29 | More av cleanup | mannol | |
2014-11-27 | Attempted fix of threading issue in test. | irungentoo | |
2014-11-25 | Astyle autotests. | irungentoo | |
2014-11-24 | Merge branch 'master' of https://github.com/mannol/toxcore | 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-11-18 | av refactor | mannol | |
2014-10-23 | fix #1124 by adding salt manip functions | dubslow | |
Also, all data now has the magic number prepended. This is incompatible for all but the save/load functions, but I think nothing besides the one experimental qTox branch used any of those, which is why I feel confident about the change. | |||
2014-10-17 | add new test cases, cleanup astray printf | dubslow | |
2014-10-17 | add load/save from key instead of pw | dubslow | |
2014-10-08 | refactor toxencryptedsave to allow passphrase encryption of arbitrary data | dubslow | |
also a minor API change for clarity | |||
2014-10-07 | fix #1104 | dubslow | |
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 | Removed now useless network sturct size tests. | irungentoo | |
2014-09-21 | Fixed test. | irungentoo | |
2014-09-21 | Fixed memory leak. | irungentoo | |
2014-09-12 | encrypted save fully work with both libsodium and nacl | dubslow | |
they both reliably pass "make check" | |||
2014-09-11 | memzero() segfaulted for unknown reasons... probably pebkac... | Dubslow | |
2014-09-11 | testing works, but doesn't pass... | Dubslow | |
2014-09-08 | Added tests for custom lossy and lossless packets. | irungentoo | |
Fixed bug with lossless packets. | |||
2014-09-04 | Increased number of friends tested in tox_test. | irungentoo | |
2014-08-14 | Added disabling of UDP and basic SOCKS5 proxy support to public API. | irungentoo | |
tox_new() now takes a Tox_Options struct as argument. If a NULL pointer is passed to that struct, defaults are used. | |||
2014-08-14 | UDP can now be disabled. | irungentoo | |
new_messenger() now takes an options struct as an argument. |