summaryrefslogtreecommitdiff
path: root/toxcore/util.c
AgeCommit message (Expand)Author
2014-06-01Fixed TOX_MAX_MESSAGE_LENGTH define.irungentoo
2014-05-31Fixed byte order and removed log functions from misc_toolsmannol
2014-05-20Merge upstream and other stuffmannol
2014-04-27Yeah many callsmannol
2014-01-19Added no_replay and added some things to the docs.irungentoo
2013-12-15Code cleanups.irungentoo
2013-11-10Merge branch 'master' into hardenirungentoo
2013-11-06Behind #define LOGGING: Correct usage of now() to replacement unix_time().Coren[m]
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-10-20Main: Eliminate TOX_ENABLE_IPV6 (then always on), CLIENT_ONETOONE_IP (then al...Coren[m]
2013-10-13tox A/V: integration of A/V code into toxmannol
2013-10-02Add tox_wait() for socket, allow tox.h include in tox.cCoren[m]
2013-09-27Astyled the code.irungentoo
2013-09-18Allow loginit() to be delayed, store loglog() data in intermediate buffer and...Coren[m]
2013-09-17Tests of state loading/saving lead to two fixes for DHT.c and util.cCoren[m]
2013-09-16Toxcore should never print anything when built normally.irungentoo
2013-09-16Merge pull request #576 from FullName/MessengerLoadSaveirungentoo
2013-09-16Fix warnings of -Wall -WextraCoren[m]
2013-09-16additional length >= size checksCoren[m]
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-13TOX_ENABLE_IPV6 is now #define'd per default. Added some logging and error me...Coren[m]
2013-09-11tox.h, DHT.h:Coren[m]
2013-09-11toxcore/util.h:Coren[m]
2013-09-11cmdline parsing of --ipv4/6 plucked into utilCoren[m]
2013-09-10util.*:Coren[m]
2013-09-10big push, putting all the infrastructure in place behind TOX_ENABLE_IPV6Coren[m]
2013-09-06Allow to build vs nacl instead of libsodiumJin^eLD
2013-08-30Fixed build errors.Kostya
2013-08-29Removed packet structs.irungentoo
2013-08-24Rename core directory because of autoconf name clashjin-eld