index
:
c-toxcore.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
auto_tests
/
dht_test.c
Age
Commit message (
Expand
)
Author
2018-09-08
Use `(void)` for empty parameter lists in C.
iphydf
2018-09-03
Avoid use of global mutable state in mono_time on win32.
iphydf
2018-08-31
Use test clock in run_auto_test tests and dht test
zugz (tox)
2018-08-25
Use do-while instead of while in tests.
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-21
Add github usernames to TODOs.
iphydf
2018-07-21
Add missing braces in dht_test.c.
iphydf
2018-07-18
Wrong use of unsigned integer.
hugbubby
2018-07-18
Using stdint instead of int/long
hugbubby
2018-07-05
Make tox.c unambiguously parseable.
iphydf
2018-06-28
Fix leak of Logger instances in dht_test.
iphydf
2018-06-17
Make dht_test more stable.
iphydf
2018-05-20
Finish @Diadlo's network Family abstraction.
iphydf
2018-04-03
Avoid the use of rand() in tests.
iphydf
2018-03-17
Disallow stderr logger by default.
iphydf
2018-03-16
Remove the use of the 'hh' format specifier.
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-02-09
Remove libcheck from the dependencies.
iphydf
2018-01-30
Use nullptr as NULL pointer constant instead of NULL or 0.
iphydf
2018-01-11
Move Networking_Core struct into the .c file.
iphydf
2017-11-15
Don't use IPv6 in test if it's unsupported
Diadlo
2017-08-24
AF_INET -> TOX_AF_INET
Diadlo
2017-06-05
Build tests on appveyor, the MSVC build.
iphydf
2017-04-13
Add test for DHT pack_nodes and unpack_nodes
Diadlo
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-06
Revert "Revert "Portability fixes""
David Zero
2017-01-05
Revert "Portability fixes"
endoffile78
2017-01-04
Portability fixes
David Zero
2016-12-22
Improve documentation of crypto_core.
iphydf
2016-12-22
Wrap all sodium/nacl functions in crypto_core.c.
iphydf
2016-11-24
add NAT hole punching level to Tox API
Gregory Mullen (grayhatter)
2016-11-11
Add DHT_create_packet
endoffile78
2016-09-30
Remove return after no-return situation (and other cleanups).
iphydf
2016-09-24
Make toxcore code C++ compatible.
iphydf
2016-09-13
Add some astyle options to make it do more.
iphydf
2016-09-06
Improve static and const correctness.
iphydf
2016-09-02
Do not use `else` after `return`.
iphydf
2016-09-01
Sort #includes in all source files.
iphydf
2016-08-31
Add braces to all if statements.
iphydf
2016-08-27
Move logging to a callback.
iphydf
2016-08-18
Fix some compiler warnings.
iphydf
2016-08-18
Make tox_callback_friend_name stateless.
iphydf
2016-01-04
Test fix.
irungentoo
2015-12-11
Better DHT tests.
irungentoo
2015-11-03
Astyle.
irungentoo
[next]