index
:
c-toxcore.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
toxcore
/
network.c
Age
Commit message (
Expand
)
Author
2020-03-22
Minor cleanups in network code.
iphydf
2020-03-18
Check that LOGGER macros are only called with string literals.
iphydf
2020-03-14
Avoid casting back and forth between void-ptr.
iphydf
2020-03-14
Fix up comments a bit to start being more uniform.
iphydf
2020-03-14
Use spdx license identifier instead of GPL blurb.
iphydf
2020-03-06
Use `net_pack` instead of casting bytes to ints.
iphydf
2019-01-12
Implement all min/max functions for (un)signed int types.
iphydf
2019-01-10
Fix misaligned 4-byte access in trace logging.
iphydf
2018-08-26
Use `bool` in place of 0/1 int values.
iphydf
2018-08-26
Update copyright to 2018.
iphydf
2018-08-16
Reduce the number of times `unix_time_update` is called.
iphydf
2018-08-10
Use the crypto random functions instead of `rand()`.
iphydf
2018-07-19
Link -lsocket and -lnsl for socket functions on Solaris.
iphydf
2018-07-16
Set `_XOPEN_SOURCE` to 700 for FreeBSD.
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-06-24
Add new Circle CI configuration.
iphydf
2018-06-24
Add Logger to various net_crypto functions.
iphydf
2018-06-03
Fix macOS macro because of GNU Mach
yangfl
2018-05-23
Fix ipport_isset: port 0 is not a valid port.
iphydf
2018-05-20
Finish @Diadlo's network Family abstraction.
iphydf
2018-05-20
Move system header includes from network.h to network.c
iphydf
2018-04-17
Improve network error reporting on Windows
Maxim Biro
2018-03-16
Remove the use of the 'hh' format specifier.
iphydf
2018-03-16
Simplify sendpacket function, deduplicate some logic.
iphydf
2018-02-25
Fix warning on Mac OS X and FreeBSD.
iphydf
2018-02-24
Fix a bunch of compiler warnings and remove suppressions.
iphydf
2018-02-24
Minor cleanups: dead stores and avoiding complex macros.
iphydf
2018-02-14
Get rid of the only GNU extension we used.
iphydf
2018-02-01
Manually serialise RTPHeader struct instead of memcpy.
iphydf
2018-01-30
Use nullptr as NULL pointer constant instead of NULL or 0.
iphydf
2018-01-22
Use <stdlib.h> for alloca on FreeBSD.
iphydf
2018-01-21
Make the monolith test a C++ binary.
iphydf
2018-01-11
Move Networking_Core struct into the .c file.
iphydf
2018-01-10
Call freeaddrinfo on error paths in net_getipport.
iphydf
2017-12-29
Remove deprecated ToxDNS
iphydf
2017-11-15
Fix IPv4 and IPv6 loopbacks
Diadlo
2017-08-27
Remove 'in_addr' and 'addrinfo' mention from network.h
Diadlo
2017-08-24
Add loopback and broadcast constants
Diadlo
2017-08-24
Add platform independent constants
Diadlo
2017-08-24
AF_INET -> TOX_AF_INET
Diadlo
2017-04-22
Revert "Implement tox_loop"
Maxim Biro
2017-04-22
Revert "Fix TokTok/c-toxcore#535"
Maxim Biro
2017-04-16
Fix TokTok/c-toxcore#535
Ansa89
2017-04-13
Add TCP_INET family to ip comparator
Diadlo
2017-04-12
Added missing includes: <netinet/in.h> and <sys/socket.h>
Yuri
2017-04-01
Implement tox_loop
Ansa89
2017-03-26
Fix network malloc(0) bug
Diadlo
2017-03-04
Fix formatting with astyle
Diadlo
2017-03-04
Move 'family' copying after all address checks
Diadlo
[next]