summaryrefslogtreecommitdiff
path: root/auto_tests/network_test.c
AgeCommit message (Expand)Author
2018-10-06Avoid use of IPv6 in tests if not supported (e.g. on Travis).iphydf
2018-08-13Fix some printf format specifiers.iphydf
2018-07-21Avoid implementations in .h files or #including .c files.iphydf
2018-07-12Style fixes in TCP code; remove MIN and PAIR from util.h.iphydf
2018-06-24Add new Circle CI configuration.iphydf
2018-05-20Finish @Diadlo's network Family abstraction.iphydf
2018-04-17Improve network error reporting on WindowsMaxim Biro
2018-02-18Disable lan discovery in most tests.iphydf
2018-02-14Get rid of the only GNU extension we used.iphydf
2018-02-09Remove libcheck from the dependencies.iphydf
2018-01-30Use nullptr as NULL pointer constant instead of NULL or 0.iphydf
2017-12-12Fix Travis fail on addr_resolve testingDiadlo
2017-11-15Fix IPv4 and IPv6 loopbacksDiadlo
2017-08-24Add loopback and broadcast constantsDiadlo
2017-08-24Add platform independent constantsDiadlo
2017-08-24AF_INET -> TOX_AF_INETDiadlo
2017-06-05Build tests on appveyor, the MSVC build.iphydf
2017-02-26Add part of platform-independent network API implementationDiadlo
2017-01-26Add platform-independent Socket and IP implementationDiadlo
2017-01-21reduce thread-unsafe use of static variableszugz
2017-01-06Revert "Revert "Portability fixes""David Zero
2017-01-05Revert "Portability fixes"endoffile78
2017-01-04Portability fixesDavid Zero
2016-09-06Improve static and const correctness.iphydf
2016-09-01Sort #includes in all source files.iphydf
2016-02-27Move argument comments to the end of lineRoman Yepishev
2016-02-27Remove unused main() argumentsRoman Yepishev
2016-02-27Remove magic numbers from addr_resolveRoman Yepishev
2014-09-26Removed now useless network sturct size tests.irungentoo
2014-08-09Remove DEFTESTCASE and DEFTESTCASE_SLOW redefinitionspyruvate
2014-04-15Major protocol changes, this commit breaks all network compatibility.irungentoo
2014-02-18Astyled and added tests.irungentoo
2014-02-17Fixed test issue.irungentoo
2014-01-21random_nodes_path should return slightly better paths.irungentoo
2013-12-07Added/updated some basic docs and cleaned up some things.irungentoo
2013-09-27Permit -Wshadow as useful warning.Coren[m]
2013-09-17astyled everything.irungentoo
2013-09-15Fix in ip_equal, plus testing code which led to that fix...Coren[m]