summaryrefslogtreecommitdiff
path: root/toxcore/util.c
AgeCommit message (Expand)Author
2020-05-04Add logging to TCP and onion client.iphydf
2020-03-14Use spdx license identifier instead of GPL blurb.iphydf
2020-03-05Use net_pack/unpack instead of host_to_net.iphydf
2019-01-12Implement all min/max functions for (un)signed int types.iphydf
2018-08-26Update copyright to 2018.iphydf
2018-08-12Remove last use of the `MIN` macro.iphydf
2018-07-12Style fixes in TCP code; remove MIN and PAIR from util.h.iphydf
2018-07-09Factor out time keeping code into its own module: mono_time.c.iphydf
2018-07-09Add a thread-safe version of unix_time and friends.iphydf
2018-07-09Move `load_state` and its helper functions to their own module.iphydf
2018-06-24Add Logger to various net_crypto functions.iphydf
2018-05-20Move system header includes from network.h to network.ciphydf
2018-02-24Some minor cleanups suggested by cppcheck.iphydf
2018-02-17Make outgoing Filetransfers round-robin.zoff99
2018-01-30Use nullptr as NULL pointer constant instead of NULL or 0.iphydf
2018-01-21Make the monolith test a C++ binary.iphydf
2017-01-28Add VLA compatibility macro for C89-ish compilers.iphydf
2017-01-21reduce thread-unsafe use of static variableszugz
2017-01-19Update license headers and remove redundant file name comment.iphydf
2017-01-11Remove `TOX_DEBUG` and have asserts always enabled.iphydf
2017-01-06Revert "Revert "Portability fixes""David Zero
2017-01-05Revert "Portability fixes"endoffile78
2017-01-04Portability fixesDavid Zero
2016-12-22Improve documentation of crypto_core.iphydf
2016-12-22Wrap all sodium/nacl functions in crypto_core.c.iphydf
2016-09-24Move ring buffer out of toxcore/util into toxav.iphydf
2016-09-24Make toxcore code C++ compatible.iphydf
2016-09-13Add some astyle options to make it do more.iphydf
2016-09-13Group #include directives in 3-4 groups.iphydf
2016-09-06Improve static and const correctness.iphydf
2016-09-06Improve C standard compliance.iphydf
2016-08-31Remove redundant `return` statements.iphydf
2016-08-31Add braces to all if statements.iphydf
2016-08-18Make tox_callback_friend_name stateless.iphydf
2016-08-17Add missing DHT_bootstrap to CMakeLists.txt.iphydf
2016-01-27 fix: compare sensitive data with sodium_memcmpRoman Proskuryakov
2015-11-03Astyle.irungentoo
2015-10-10New Adaptive BR algorithm, cleanups and fixesEniz Vukovic
2015-08-09Updated with upstreammannol
2015-08-07Removed a useless define.irungentoo
2015-07-17Allow savedata to be slightly smaller than the allocated buffer.irungentoo
2015-04-13Started custom RTCPmannol
2014-11-29Fixed bug where video didn't work anymore.irungentoo
2014-11-29Merge branch 'mutex-1' of https://github.com/mannol/toxcoreirungentoo
2014-11-29More av cleanupmannol
2014-10-24Portability saving fixes for big endian systems.irungentoo_trip
2014-10-22Load file portability code for big endian.irungentoo_trip
2014-09-30Rework toxav/rtp.c to use ntohl/htonl and ntohs/htonssin
2014-06-10Const correctness in various interdependent filesMarc Schütz
2014-06-10Const correctness for toxcore/util.cMarc Schütz