index
:
c-toxcore.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
auto_tests
/
TCP_test.c
Age
Commit message (
Expand
)
Author
2018-09-19
Fix typos
yangfl
2018-09-08
Use `(void)` for empty parameter lists in C.
iphydf
2018-08-16
Use per-instance `Mono_Time` for Messenger and onion.
iphydf
2018-08-16
Reduce the number of times `unix_time_update` is called.
iphydf
2018-07-21
Avoid implementations in .h files or #including .c files.
iphydf
2018-07-09
Factor out time keeping code into its own module: mono_time.c.
iphydf
2018-06-28
Another TCP_test.c upgrade
hugbubby
2018-06-24
Add new Circle CI configuration.
iphydf
2018-06-23
Avoid conditional-uninitialised warning for tcp test.
iphydf
2018-06-22
Clarify/Improve test_some test
hugbubby
2018-06-20
Better TCP testing (beginnings)
hugbubby
2018-05-20
Finish @Diadlo's network Family abstraction.
iphydf
2018-05-20
Move system header includes from network.h to network.c
iphydf
2018-04-03
Avoid the use of rand() in tests.
iphydf
2018-02-24
Fix a bunch of compiler warnings and remove suppressions.
iphydf
2018-02-18
Disable lan discovery in most tests.
iphydf
2018-02-14
Get rid of the only GNU extension we used.
iphydf
2018-01-30
Use nullptr as NULL pointer constant instead of NULL or 0.
iphydf
2018-01-14
Fix some memory or file descriptor leaks in test code.
iphydf
2018-01-14
Make TCP_Client_Connection a module-private type.
iphydf
2017-11-15
Don't use IPv6 in test if it's unsupported
Diadlo
2017-11-15
Fix IPv4 and IPv6 loopbacks
Diadlo
2017-08-24
Add loopback and broadcast constants
Diadlo
2017-08-24
AF_INET -> TOX_AF_INET
Diadlo
2017-06-05
Build tests on appveyor, the MSVC build.
iphydf
2017-03-25
Move c_sleep to helpers.h and misc_tools.h
Diadlo
2017-02-26
Add part of platform-independent network API implementation
Diadlo
2017-01-28
Add VLA compatibility macro for C89-ish compilers.
iphydf
2017-01-26
Add platform-independent Socket and IP implementation
Diadlo
2017-01-06
Revert "Revert "Portability fixes""
David Zero
2017-01-05
Revert "Portability fixes"
endoffile78
2017-01-04
Portability fixes
David Zero
2016-12-22
Wrap all sodium/nacl functions in crypto_core.c.
iphydf
2016-11-09
Remove new_nonce function in favour of random_nonce.
iphydf
2016-11-02
Compile as C++ for windows builds.
iphydf
2016-09-24
Make toxcore code C++ compatible.
iphydf
2016-09-24
Minor cleanups: unused vars, unreachable code, static globals.
iphydf
2016-09-22
Make TCP_Connections module-private.
iphydf
2016-09-22
Make TCP_Server opaque.
iphydf
2016-09-13
Use <stdbool.h> and replace _Bool with bool.
iphydf
2016-09-06
Improve static and const correctness.
iphydf
2016-09-06
Improve C standard compliance.
iphydf
2016-09-06
Make friend requests stateless
Gregory Mullen (grayhatter)
2016-09-01
Sort #includes in all source files.
iphydf
2016-08-31
Add braces to all if statements.
iphydf
2016-08-19
Fix operation sequencing in TCP_test.
iphydf
2016-08-18
Fix some compiler warnings.
iphydf
2016-08-18
Make tox_callback_friend_name stateless.
iphydf
2016-01-27
fix: compare sensitive data with sodium_memcmp
Roman Proskuryakov
2015-07-06
Test oob responding too.
irungentoo
[next]