Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-08-13 | Decreased maximum onion_test test time. | irungentoo | |
2014-08-09 | Merge branch 'remove-sort_list' of https://github.com/pyruvate/toxcore | irungentoo | |
2014-08-09 | Tests fix for an original behavior for duplicates | pyruvate | |
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-08-09 | Added tests for addto_lists function | pyruvate | |
2014-08-09 | Remove DEFTESTCASE and DEFTESTCASE_SLOW redefinitions | pyruvate | |
2014-08-04 | The receiver of a file now needs to confirm that he did receive it | irungentoo | |
correctly. This should fix an issue that happened when both clients got disconnected when the file was almost finished sending. The sender would show that the file had been sent successfully when it had not. See the modifications to tox.h | |||
2014-08-02 | Merge branch 'mannol1-master' | irungentoo | |
2014-08-02 | Added userdata pointer to audio/video callbacks | mannol | |
2014-07-31 | fix test | notsecure | |
2014-07-28 | Fix test_many_clients in tox_test | pyruvate | |
Stack variable to_comp goes out of scope, but a reference to the variable is used later in Fiend_Requests. | |||
2014-07-27 | Fixed undefined references from libvpx.so in toxav_basic_test | pyruvate | |
2014-07-26 | Merge branch 'mannol1-master' | irungentoo | |
2014-07-27 | Fixed tests and conflicts | mannol | |
2014-07-26 | Make codec settings dynamic | mannol | |
2014-07-22 | Merge branch 'master' of https://github.com/mannol1/toxcore | irungentoo | |
2014-07-21 | This should fix test failing | mannol | |
2014-07-21 | Fixed conflicts | mannol | |
2014-07-21 | Improved protocol and cleaned code a bit | mannol | |
2014-07-07 | locks in test | notsecure | |
2014-07-07 | make autotests compile | notsecure | |
2014-07-05 | The width and height set during the video encoder initialization is | irungentoo | |
now described as the maximum width and height of images. This is to work around what appears to be a bug in libvpx where the resolution of the stream can be decreased but increasing it above its originally set value introduces memory corruption. | |||
2014-07-02 | Fixed const related warnings. | irungentoo | |
2014-06-22 | Merge branch 'master' of https://github.com/mannol1/toxcore | irungentoo | |
2014-06-23 | Removed hamful code | mannol | |
2014-06-15 | Fixed some warnings. | irungentoo | |
2014-06-10 | Fixed some warnings. | irungentoo | |
2014-06-10 | Astyle and fixes. | irungentoo | |
2014-06-06 | Kill toxes when finished in tox_test to test tox_kill. | irungentoo | |
2014-06-01 | tox_test now checks if TOX_MAX_MESSAGE_LENGTH is correctly set. | irungentoo | |
2014-05-30 | Renamed tox_do_run_interval to tox_do_interval. | irungentoo | |
tox_do_interval now returns a time in ms based on how much action is going on in net_crypto. | |||
2014-05-25 | Fixed issue. | irungentoo | |
2014-05-25 | Replaced randombytes_salsa20_random_buf() with randombytes() in av tests. | irungentoo | |
2014-05-25 | Merge branch 'mannol1-Multicalls' into multi-av | irungentoo | |
2014-05-24 | Tests works and some fixes | mannol | |
2014-05-20 | Merge upstream fo real now? | mannol | |
2014-05-20 | Merge upstream and other stuff | mannol | |
2014-05-16 | This works. | mannol | |
2014-05-15 | Exposed and tested disconnect notification TCP packets. | irungentoo | |
2014-05-14 | Added OOB packets to the TCP client and server. | irungentoo | |
2014-05-14 | Really fixed TCP_test. | irungentoo | |
2014-05-13 | Fixed TCP_test. | irungentoo | |
TCP_test now tests set_tcp_connection_number. | |||
2014-05-13 | Fixed tox_test sometimes timing out. | irungentoo | |
2014-05-12 | Fixed onion test. | irungentoo | |
2014-05-10 | This should work | mannol | |
2014-05-09 | Fixed small issues. | irungentoo | |
Added set_buffer_end(). File transfer test now checks if pieces arrive correctly. | |||
2014-05-02 | Fixed other test. | irungentoo | |
2014-05-02 | Fixed one test. | irungentoo | |
2014-05-03 | Bunch of random changes | mannol | |
2014-05-01 | Protocol implementation is starting to look ok. | irungentoo | |
Still need to decide exactly how data packets will work though. |