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