summaryrefslogtreecommitdiff
path: root/toxcore/util.h
AgeCommit message (Expand)Author
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-09-14Standardise header guards.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-02-17Make outgoing Filetransfers round-robin.zoff99
2018-02-08Add some unit tests for util.h.iphydf
2017-01-19Update license headers and remove redundant file name comment.iphydf
2017-01-11Remove `TOX_DEBUG` and have asserts always enabled.iphydf
2016-09-30Remove return after no-return situation (and other cleanups).iphydf
2016-09-24Move ring buffer out of toxcore/util into toxav.iphydf
2016-09-19Revert "Make ToxAV stateless"iphydf
2016-09-17Make ToxAV statelessGregory Mullen (grayhatter)
2016-09-06Improve static and const correctness.iphydf
2016-09-01Sort #includes in all source files.iphydf
2015-11-03Astyle.irungentoo
2015-10-10New Adaptive BR algorithm, cleanups and fixesEniz Vukovic
2015-08-09Updated with upstreammannol
2015-08-02Save fixes.irungentoo
2015-04-13Started custom RTCPmannol
2015-01-24Current progressmannol
2014-11-29Merge branch 'mutex-1' of https://github.com/mannol/toxcoreirungentoo
2014-11-29More av cleanupmannol
2014-11-18av refactormannol
2014-10-24Portability saving fixes for big endian systems.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
2014-05-31Fixed byte order and removed log functions from misc_toolsmannol
2014-04-27Yeah many callsmannol
2014-01-19Added no_replay and added some things to the docs.irungentoo
2013-12-15Code cleanups.irungentoo
2013-10-28Merge branch 'master' into hardenirungentoo
2013-10-24Merge remote-tracking branch 'upstream/master' into cleanup_unix_time_id_eq_c...Coren[m]
2013-10-24Astyled some files.irungentoo
2013-10-24Move unix_time(), id_cpy()/id_eq(), is_timeout() to util.*Coren[m]
2013-10-23Code cleanups.irungentoo
2013-09-27expanded Client_data to hold two addresses (IPv4, IPv6) instead of oneCoren[m]
2013-09-17astyled everything.irungentoo
2013-09-16Merge remote-tracking branch 'upstream/master' into MessengerLoadSaveCoren[m]
2013-09-14Change sublength to 32 bits. Someone might have more than (sizeof(Friends) / ...Coren[m]
2013-09-13State loading/saving: Instead of a blob, segment into sections marked with tags.Coren[m]
2013-09-11toxcore/util.h:Coren[m]
2013-09-11cmdline parsing of --ipv4/6 plucked into utilCoren[m]