summaryrefslogtreecommitdiff
path: root/testing/Messenger_test.c
AgeCommit message (Expand)Author
2020-03-14Use spdx license identifier instead of GPL blurb.iphydf
2018-10-20Make saving and loading the responsibility of Tox rather than Messengerzugz (tox)
2018-10-16Use `bool` for IPv6 flag in test programs and `DHT_bootstrap`.iphydf
2018-08-26Update copyright to 2018.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-08-15Fix possible resource leaks in testcrypto-universe
2018-08-12Fix a few warnings from clang.iphydf
2018-07-21Avoid implementations in .h files or #including .c files.iphydf
2018-07-05Make tox.c unambiguously parseable.iphydf
2018-03-16Remove the use of the 'hh' format specifier.iphydf
2018-02-24Fix a bunch of compiler warnings and remove suppressions.iphydf
2018-01-30Use nullptr as NULL pointer constant instead of NULL or 0.iphydf
2018-01-10Fix formatting in some C files.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-19Update license headers and remove redundant file name comment.iphydf
2017-01-06Revert "Revert "Portability fixes""David Zero
2017-01-05Revert "Portability fixes"endoffile78
2017-01-04Portability fixesDavid Zero
2016-11-06Move log callback to options.iphydf
2016-09-30Remove return after no-return situation (and other cleanups).iphydf
2016-09-24Make toxcore code C++ compatible.iphydf
2016-09-17Use C99 %zu format conversion in printf for size_t.iphydf
2016-09-16Ensure that all TODOs have an owner.iphydf
2016-09-13Add some astyle options to make it do more.iphydf
2016-09-06Improve static and const correctness.iphydf
2016-09-06Make friend requests statelessGregory Mullen (grayhatter)
2016-09-02Do not use `else` after `return`.iphydf
2016-09-01Sort #includes in all source files.iphydf
2016-08-31Add braces to all if statements.iphydf
2016-08-27Move logging to a callback.iphydf
2016-08-20Make the friend message callback statelessGregory Mullen (grayhatter)
2016-08-17Make self_connection_status callback stateless.iphydf
2015-03-18Merged normal message function and send action function into oneirungentoo
2015-03-12tox_new now sets error to TOX_ERR_NEW_PORT_ALLOC when binding to port fails.irungentoo
2015-02-24Ported some of the code in testing/ to the new api.irungentoo
2014-08-14UDP can now be disabled.irungentoo
2014-06-30Const correctness for toxcore/Messenger.c and related filesMarc Schütz
2014-06-10Const correctness in various interdependent filesMarc Schütz
2014-03-18Merge branch 'api-fix'irungentoo
2014-03-16Friend request callback now contains the Tox object.irungentoo
2014-02-25bound checking in messenger testingseshagiriprabhu
2014-02-09Astyled and removed some useless files.irungentoo
2014-02-09Fixed memory leaks and removed repeated codeMaxim Biro
2014-01-19proper windows preprocessor detectionBen Iofel
2013-10-23Code cleanups.irungentoo
2013-09-27Permit -Wshadow as useful warning.Coren[m]
2013-09-14astyled everything.irungentoo
2013-09-11tox.h, DHT.h:Coren[m]