summaryrefslogtreecommitdiff
path: root/auto_tests/TCP_test.c
AgeCommit message (Expand)Author
2020-05-04Stop hard-coding packet IDs in tests.iphydf
2020-05-04Add logging to TCP and onion client.iphydf
2020-05-03Fix a bug in savedata loading when malloc fails.iphydf
2018-09-19Fix typosyangfl
2018-09-08Use `(void)` for empty parameter lists in C.iphydf
2018-08-16Use per-instance `Mono_Time` for Messenger and onion.iphydf
2018-08-16Reduce the number of times `unix_time_update` is called.iphydf
2018-07-21Avoid implementations in .h files or #including .c files.iphydf
2018-07-09Factor out time keeping code into its own module: mono_time.c.iphydf
2018-06-28Another TCP_test.c upgradehugbubby
2018-06-24Add new Circle CI configuration.iphydf
2018-06-23Avoid conditional-uninitialised warning for tcp test.iphydf
2018-06-22Clarify/Improve test_some testhugbubby
2018-06-20Better TCP testing (beginnings)hugbubby
2018-05-20Finish @Diadlo's network Family abstraction.iphydf
2018-05-20Move system header includes from network.h to network.ciphydf
2018-04-03Avoid the use of rand() in tests.iphydf
2018-02-24Fix a bunch of compiler warnings and remove suppressions.iphydf
2018-02-18Disable lan discovery in most tests.iphydf
2018-02-14Get rid of the only GNU extension we used.iphydf
2018-01-30Use nullptr as NULL pointer constant instead of NULL or 0.iphydf
2018-01-14Fix some memory or file descriptor leaks in test code.iphydf
2018-01-14Make TCP_Client_Connection a module-private type.iphydf
2017-11-15Don't use IPv6 in test if it's unsupportedDiadlo
2017-11-15Fix IPv4 and IPv6 loopbacksDiadlo
2017-08-24Add loopback and broadcast constantsDiadlo
2017-08-24AF_INET -> TOX_AF_INETDiadlo
2017-06-05Build tests on appveyor, the MSVC build.iphydf
2017-03-25Move c_sleep to helpers.h and misc_tools.hDiadlo
2017-02-26Add part of platform-independent network API implementationDiadlo
2017-01-28Add VLA compatibility macro for C89-ish compilers.iphydf
2017-01-26Add platform-independent Socket and IP implementationDiadlo
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-09Remove new_nonce function in favour of random_nonce.iphydf
2016-11-02Compile as C++ for windows builds.iphydf
2016-09-24Make toxcore code C++ compatible.iphydf
2016-09-24Minor cleanups: unused vars, unreachable code, static globals.iphydf
2016-09-22Make TCP_Connections module-private.iphydf
2016-09-22Make TCP_Server opaque.iphydf
2016-09-13Use <stdbool.h> and replace _Bool with bool.iphydf
2016-09-06Improve static and const correctness.iphydf
2016-09-06Improve C standard compliance.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-19Fix operation sequencing in TCP_test.iphydf
2016-08-18Fix some compiler warnings.iphydf