index
:
c-toxcore.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
toxcore
/
network.h
Age
Commit message (
Expand
)
Author
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
2018-09-14
Standardise header guards.
iphydf
2018-08-26
Use `bool` in place of 0/1 int values.
iphydf
2018-08-26
Update copyright to 2018.
iphydf
2018-07-21
Synchronise parameter names in headers with those in the implementation.
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 Logger to various net_crypto functions.
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-02-24
Fix a bunch of compiler warnings and remove suppressions.
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-16
Use apidsl to generate LAN_discovery.h.
iphydf
2018-01-14
Use apidsl to generate ping.h.
iphydf
2018-01-11
Move Networking_Core struct into the .c file.
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-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-02-26
Add part of platform-independent network API implementation
Diadlo
2017-01-28
Add VLA compatibility macro for C89-ish compilers.
iphydf
2017-01-26
Add platform-independent Socket and IP implementation
Diadlo
2017-01-22
Add appveyor build for native windows tests.
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
2016-11-06
Change packet kind enum to use hex constants.
iphydf
2016-11-05
Convert series of NET_PACKET_* defines into a typedef enum
Gregory Mullen (grayhatter)
2016-09-08
Fix compilation for Windows.
iphydf
2016-09-07
Prevent <winsock.h> inclusion by <windows.h>.
iphydf
2016-09-06
Improve C standard compliance.
iphydf
2016-09-01
Sort #includes in all source files.
iphydf
2016-08-27
Move logging to a callback.
iphydf
2016-08-18
Make tox_callback_friend_name stateless.
iphydf
2016-02-27
Remove magic numbers from addr_resolve
Roman Yepishev
2015-04-13
Make tox_new return TOX_ERR_NEW_PORT_ALLOC for all socket related errors.
irungentoo
2015-04-11
Enable SO_REUSEADDR on TCP server socket.
irungentoo
2015-03-12
tox_new now sets error to TOX_ERR_NEW_PORT_ALLOC when binding to port fails.
irungentoo
2015-02-27
Allow for specifying the port range to use in Tox_Options
saneki
2015-01-01
Code cleanups.
irungentoo
[next]