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
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
2014-05-31
Fixed byte order and removed log functions from misc_tools
mannol
2014-05-20
Merge upstream and other stuff
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-11-10
Merge branch 'master' into harden
irungentoo
2013-11-06
Behind #define LOGGING: Correct usage of now() to replacement unix_time().
Coren[m]
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-10-20
Main: Eliminate TOX_ENABLE_IPV6 (then always on), CLIENT_ONETOONE_IP (then al...
Coren[m]
2013-10-13
tox A/V: integration of A/V code into tox
mannol
2013-10-02
Add tox_wait() for socket, allow tox.h include in tox.c
Coren[m]
2013-09-27
Astyled the code.
irungentoo
2013-09-18
Allow loginit() to be delayed, store loglog() data in intermediate buffer and...
Coren[m]
2013-09-17
Tests of state loading/saving lead to two fixes for DHT.c and util.c
Coren[m]
2013-09-16
Toxcore should never print anything when built normally.
irungentoo
2013-09-16
Merge pull request #576 from FullName/MessengerLoadSave
irungentoo
2013-09-16
Fix warnings of -Wall -Wextra
Coren[m]
2013-09-16
additional length >= size checks
Coren[m]
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-13
TOX_ENABLE_IPV6 is now #define'd per default. Added some logging and error me...
Coren[m]
2013-09-11
tox.h, DHT.h:
Coren[m]
2013-09-11
toxcore/util.h:
Coren[m]
2013-09-11
cmdline parsing of --ipv4/6 plucked into util
Coren[m]
2013-09-10
util.*:
Coren[m]
2013-09-10
big push, putting all the infrastructure in place behind TOX_ENABLE_IPV6
Coren[m]
2013-09-06
Allow to build vs nacl instead of libsodium
Jin^eLD
2013-08-30
Fixed build errors.
Kostya
2013-08-29
Removed packet structs.
irungentoo
2013-08-24
Rename core directory because of autoconf name clash
jin-eld