iphydf
8e00294b3c
Add Logger to various net_crypto functions.
...
In preparation for adding log statements.
Also, fix an uninitialised variable warning in cppcheck.
2018-06-24 19:17:32 +00:00
iphydf
be797d4b03
Move system header includes from network.h to network.c
2018-05-20 15:42:42 +00:00
sudden6
03b55cde1a
make groupnumber uint32_t
...
fixes #606
2018-02-20 20:58:54 +01:00
iphydf
92ffad1a72
Use nullptr as NULL pointer constant instead of NULL or 0.
...
This changes only code, no string literals or comments.
2018-01-30 23:35:50 +00:00
Diadlo
b19a9e5464
Add part of platform-independent network API implementation
...
socket -> net_socket
htons -> net_htons
htonl -> net_htonl
connect -> net_connect
sendto -> net_sendto_ip4
getaddrinfo -> net_getipport
sa_family_t -> Family
2017-02-26 23:16:16 +03:00
iphydf
6ae33c16cf
Add VLA compatibility macro for C89-ish compilers.
2017-01-28 20:49:12 +00:00
iphydf
8f96ca6d86
Update license headers and remove redundant file name comment.
...
"All rights reserved" was incorrect. The project was licensed under GPL3,
which means a lot of rights are licensed to everybody in the world, i.e.
not reserved to the "Tox Project".
2017-01-19 00:01:44 +00:00
Maxim Biro
551660a64a
Fix a memory leak in GroupAV
2016-11-20 20:51:48 -05:00
Dmytro Vorobiov
59d27e6d94
toxav renaming: group.{h,c} -> groupav.{h,c}
...
toxav file for "group" conflicts with toxcore "group" file. While this
works fine in almost all cases, Xcode on macOS is confused with that.
2016-10-28 22:11:48 +02:00