summaryrefslogtreecommitdiff
path: root/auto_tests
AgeCommit message (Collapse)Author
2014-07-07locks in testnotsecure
2014-07-07make autotests compilenotsecure
2014-07-05The width and height set during the video encoder initialization isirungentoo
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-02Fixed const related warnings.irungentoo
2014-06-22Merge branch 'master' of https://github.com/mannol1/toxcoreirungentoo
2014-06-23Removed hamful codemannol
2014-06-15Fixed some warnings.irungentoo
2014-06-10Fixed some warnings.irungentoo
2014-06-10Astyle and fixes.irungentoo
2014-06-06Kill toxes when finished in tox_test to test tox_kill.irungentoo
2014-06-01tox_test now checks if TOX_MAX_MESSAGE_LENGTH is correctly set.irungentoo
2014-05-30Renamed 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-25Fixed issue.irungentoo
2014-05-25Replaced randombytes_salsa20_random_buf() with randombytes() in av tests.irungentoo
2014-05-25Merge branch 'mannol1-Multicalls' into multi-avirungentoo
2014-05-24Tests works and some fixesmannol
2014-05-20Merge upstream fo real now?mannol
2014-05-20Merge upstream and other stuffmannol
2014-05-16This works.mannol
2014-05-15Exposed and tested disconnect notification TCP packets.irungentoo
2014-05-14Added OOB packets to the TCP client and server.irungentoo
2014-05-14Really fixed TCP_test.irungentoo
2014-05-13Fixed TCP_test.irungentoo
TCP_test now tests set_tcp_connection_number.
2014-05-13Fixed tox_test sometimes timing out.irungentoo
2014-05-12Fixed onion test.irungentoo
2014-05-10This should workmannol
2014-05-09Fixed small issues.irungentoo
Added set_buffer_end(). File transfer test now checks if pieces arrive correctly.
2014-05-02Fixed other test.irungentoo
2014-05-02Fixed one test.irungentoo
2014-05-03Bunch of random changesmannol
2014-05-01Protocol implementation is starting to look ok.irungentoo
Still need to decide exactly how data packets will work though.
2014-04-27Yeah many callsmannol
2014-04-25Fixed building with NaCl.irungentoo
2014-04-23Updated some files so that they could build with latest core.irungentoo
Fixed some issues.
2014-04-21Fixed test.irungentoo
2014-04-21Fixed a test.irungentoo
Removed function from Messenger.h
2014-04-21Crypto related cleanups.irungentoo
Moved Bunch of functions from net_crypto to crypto_core. decrypt_data_fast and decrypt_data_symmetric were the same thing therefore, removed decrypt_data_fast. Replaced all the crypto_secretbox_* defines with the equivalent crypto_box_* one. New define: crypto_box_KEYBYTES that is equal to crypto_box_BEFORENMBYTES.
2014-04-16Some speedups and small fixes.irungentoo
2014-04-15Fixed regression, announce responses can contain 0 nodes.irungentoo
2014-04-15Major protocol changes, this commit breaks all network compatibility.irungentoo
Removed a bunch of useless space from various structs. pack_nodes() and unpack_nodes() are now used to transmit lists of nodes for the DHT and onion parts. They provide a way to transmit both ipv6 and ipv4 nodes in the same packet in a portable way that takes as little space as possible without compression. Using pack_nodes, merged the send nodes and send nodes ipv6 packets into one packet greatly reducing the risk of amplification attacks.
2014-04-14Added function to TCP client and some tests.irungentoo
2014-04-12Pings and onion packets implemented in TCP_Client.cirungentoo
Astyled one test and added a couple lines to another.
2014-04-10Added TCP test to build system.irungentoo
2014-04-09Fix phone.cAZ Huang
2014-04-07Merge branch 'master' of https://github.com/mannol1/ProjectTox-Core into ↵irungentoo
mannol1-master
2014-04-07Bug fixmannol
2014-04-06Added TCP_client.irungentoo
Some work done on the TCP part.
2014-04-06Merge branch 'master' of https://github.com/mannol1/ProjectTox-Core into ↵irungentoo
mannol1-master
2014-04-06Codec settingsmannol
2014-04-05Astyled test.irungentoo