summaryrefslogtreecommitdiff
path: root/auto_tests/onion_test.c
AgeCommit message (Expand)Author
2018-01-30Use nullptr as NULL pointer constant instead of NULL or 0.iphydf
2018-01-16Make DHT a module-private type.iphydf
2018-01-16Make Net_Crypto a module-private type.iphydf
2018-01-14Fix some memory or file descriptor leaks in test code.iphydf
2018-01-14Make Onion_Client a module-private type.iphydf
2018-01-14Make Onion_Announce a module-private type.iphydf
2018-01-11Move Networking_Core struct into the .c file.iphydf
2017-11-15Don't use IPv6 in test if it's unsupportedDiadlo
2017-06-05Build tests on appveyor, the MSVC build.iphydf
2017-03-25Move c_sleep to helpers.h and misc_tools.hDiadlo
2017-01-06Revert "Revert "Portability fixes""David Zero
2017-01-05Revert "Portability fixes"endoffile78
2017-01-04Portability fixesDavid Zero
2016-12-22Wrap all sodium/nacl functions in crypto_core.c.iphydf
2016-11-24add NAT hole punching level to Tox APIGregory Mullen (grayhatter)
2016-11-09Remove new_nonce function in favour of random_nonce.iphydf
2016-09-24Make toxcore code C++ compatible.iphydf
2016-09-13Use <stdbool.h> and replace _Bool with bool.iphydf
2016-09-06Improve static and const correctness.iphydf
2016-09-06Make friend requests statelessGregory Mullen (grayhatter)
2016-09-01Sort #includes in all source files.iphydf
2016-08-31Add braces to all if statements.iphydf
2016-08-27Move logging to a callback.iphydf
2016-08-18Fix some compiler warnings.iphydf
2016-08-18Make tox_callback_friend_name stateless.iphydf
2015-12-15Onion test fixed to work with faster DHT.irungentoo
2015-04-06Fixed onion test.irungentoo
2015-02-07Properly free everything at the end of each test.irungentoo
2015-01-29Code cleanups.irungentoo
2014-11-21Cleaned up packet length types in toxcore.irungentoo
2014-09-26Added callbacks to onion_client and net_crypto for the temp dht key.irungentoo
2014-08-14Added basic socks5 proxy support to TCP client.irungentoo
2014-08-13Decreased maximum onion_test test time.irungentoo
2014-08-09Remove DEFTESTCASE and DEFTESTCASE_SLOW redefinitionspyruvate
2014-06-15Fixed some warnings.irungentoo
2014-05-12Fixed onion test.irungentoo
2014-04-23Updated some files so that they could build with latest core.irungentoo
2014-04-15Fixed regression, announce responses can contain 0 nodes.irungentoo
2014-02-27Fixed onion test.irungentoo
2014-02-26Fixed/updated tests.irungentoo
2014-02-07Onion_test should be now a bit less failure prone.irungentoo
2014-02-05Made onion test taste more like onion.irungentoo
2014-01-30Test passes now, uncommented it.irungentoo
2014-01-29A bit of tests added.irungentoo
2014-01-20Merge branch 'onion'irungentoo
2014-01-19proper windows preprocessor detectionBen Iofel
2014-01-19Fixed onion_test.irungentoo
2014-01-14Onion data packets can now be handled in onion_client.irungentoo
2014-01-09Putting the sendback outside the encrypted part of the response.irungentoo
2014-01-08Fixed problem in onion_announce.cirungentoo