index
:
c-toxcore.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
toxcore
/
util.c
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-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-05-20
Move system header includes from network.h to network.c
iphydf
2018-02-24
Some minor cleanups suggested by cppcheck.
iphydf
2018-02-17
Make outgoing Filetransfers round-robin.
zoff99
2018-01-30
Use nullptr as NULL pointer constant instead of NULL or 0.
iphydf
2018-01-21
Make the monolith test a C++ binary.
iphydf
2017-01-28
Add VLA compatibility macro for C89-ish compilers.
iphydf
2017-01-21
reduce thread-unsafe use of static variables
zugz
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
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-09-24
Move ring buffer out of toxcore/util into toxav.
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-13
Group #include directives in 3-4 groups.
iphydf
2016-09-06
Improve static and const correctness.
iphydf
2016-09-06
Improve C standard compliance.
iphydf
2016-08-31
Remove redundant `return` statements.
iphydf
2016-08-31
Add braces to all if statements.
iphydf
2016-08-18
Make tox_callback_friend_name stateless.
iphydf
2016-08-17
Add missing DHT_bootstrap to CMakeLists.txt.
iphydf
2016-01-27
fix: compare sensitive data with sodium_memcmp
Roman Proskuryakov
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-07
Removed a useless define.
irungentoo
2015-07-17
Allow savedata to be slightly smaller than the allocated buffer.
irungentoo
2015-04-13
Started custom RTCP
mannol
2014-11-29
Fixed bug where video didn't work anymore.
irungentoo
2014-11-29
Merge branch 'mutex-1' of https://github.com/mannol/toxcore
irungentoo
2014-11-29
More av cleanup
mannol
2014-10-24
Portability saving fixes for big endian systems.
irungentoo_trip
2014-10-22
Load file portability code for big endian.
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-06-01
Fixed TOX_MAX_MESSAGE_LENGTH define.
irungentoo
[next]