index
:
c-toxcore.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
toxcore
/
util.h
Age
Commit message (
Expand
)
Author
2020-03-14
Use spdx license identifier instead of GPL blurb.
iphydf
2020-03-05
Use net_pack/unpack instead of host_to_net.
iphydf
2019-01-12
Implement all min/max functions for (un)signed int types.
iphydf
2018-09-14
Standardise header guards.
iphydf
2018-08-26
Update copyright to 2018.
iphydf
2018-08-12
Remove last use of the `MIN` macro.
iphydf
2018-07-12
Style fixes in TCP code; remove MIN and PAIR from util.h.
iphydf
2018-07-09
Factor out time keeping code into its own module: mono_time.c.
iphydf
2018-07-09
Add a thread-safe version of unix_time and friends.
iphydf
2018-07-09
Move `load_state` and its helper functions to their own module.
iphydf
2018-06-24
Add Logger to various net_crypto functions.
iphydf
2018-02-17
Make outgoing Filetransfers round-robin.
zoff99
2018-02-08
Add some unit tests for util.h.
iphydf
2017-01-19
Update license headers and remove redundant file name comment.
iphydf
2017-01-11
Remove `TOX_DEBUG` and have asserts always enabled.
iphydf
2016-09-30
Remove return after no-return situation (and other cleanups).
iphydf
2016-09-24
Move ring buffer out of toxcore/util into toxav.
iphydf
2016-09-19
Revert "Make ToxAV stateless"
iphydf
2016-09-17
Make ToxAV stateless
Gregory Mullen (grayhatter)
2016-09-06
Improve static and const correctness.
iphydf
2016-09-01
Sort #includes in all source files.
iphydf
2015-11-03
Astyle.
irungentoo
2015-10-10
New Adaptive BR algorithm, cleanups and fixes
Eniz Vukovic
2015-08-09
Updated with upstream
mannol
2015-08-02
Save fixes.
irungentoo
2015-04-13
Started custom RTCP
mannol
2015-01-24
Current progress
mannol
2014-11-29
Merge branch 'mutex-1' of https://github.com/mannol/toxcore
irungentoo
2014-11-29
More av cleanup
mannol
2014-11-18
av refactor
mannol
2014-10-24
Portability saving fixes for big endian systems.
irungentoo_trip
2014-09-30
Rework toxav/rtp.c to use ntohl/htonl and ntohs/htons
sin
2014-06-10
Const correctness in various interdependent files
Marc Schütz
2014-06-10
Const correctness for toxcore/util.c
Marc Schütz
2014-05-31
Fixed byte order and removed log functions from misc_tools
mannol
2014-04-27
Yeah many calls
mannol
2014-01-19
Added no_replay and added some things to the docs.
irungentoo
2013-12-15
Code cleanups.
irungentoo
2013-10-28
Merge branch 'master' into harden
irungentoo
2013-10-24
Merge remote-tracking branch 'upstream/master' into cleanup_unix_time_id_eq_c...
Coren[m]
2013-10-24
Astyled some files.
irungentoo
2013-10-24
Move unix_time(), id_cpy()/id_eq(), is_timeout() to util.*
Coren[m]
2013-10-23
Code cleanups.
irungentoo
2013-09-27
expanded Client_data to hold two addresses (IPv4, IPv6) instead of one
Coren[m]
2013-09-17
astyled everything.
irungentoo
2013-09-16
Merge remote-tracking branch 'upstream/master' into MessengerLoadSave
Coren[m]
2013-09-14
Change sublength to 32 bits. Someone might have more than (sizeof(Friends) / ...
Coren[m]
2013-09-13
State loading/saving: Instead of a blob, segment into sections marked with tags.
Coren[m]
2013-09-11
toxcore/util.h:
Coren[m]
2013-09-11
cmdline parsing of --ipv4/6 plucked into util
Coren[m]
[next]