summaryrefslogtreecommitdiff
path: root/toxcore/network.h
AgeCommit message (Expand)Author
2018-02-01Manually serialise RTPHeader struct instead of memcpy.iphydf
2018-01-30Use nullptr as NULL pointer constant instead of NULL or 0.iphydf
2018-01-16Use apidsl to generate LAN_discovery.h.iphydf
2018-01-14Use apidsl to generate ping.h.iphydf
2018-01-11Move Networking_Core struct into the .c file.iphydf
2017-12-29Remove deprecated ToxDNSiphydf
2017-11-15Fix IPv4 and IPv6 loopbacksDiadlo
2017-08-27Remove 'in_addr' and 'addrinfo' mention from network.hDiadlo
2017-08-24Add loopback and broadcast constantsDiadlo
2017-08-24Add platform independent constantsDiadlo
2017-08-24AF_INET -> TOX_AF_INETDiadlo
2017-04-22Revert "Implement tox_loop"Maxim Biro
2017-04-12Added missing includes: <netinet/in.h> and <sys/socket.h>Yuri
2017-04-01Implement tox_loopAnsa89
2017-03-26Fix network malloc(0) bugDiadlo
2017-03-04Fix formatting with astyleDiadlo
2017-02-26Add part of platform-independent network API implementationDiadlo
2017-01-28Add VLA compatibility macro for C89-ish compilers.iphydf
2017-01-26Add platform-independent Socket and IP implementationDiadlo
2017-01-22Add appveyor build for native windows tests.iphydf
2017-01-21reduce thread-unsafe use of static variableszugz
2017-01-19Update license headers and remove redundant file name comment.iphydf
2016-11-06Change packet kind enum to use hex constants.iphydf
2016-11-05Convert series of NET_PACKET_* defines into a typedef enumGregory Mullen (grayhatter)
2016-09-08Fix compilation for Windows.iphydf
2016-09-07Prevent <winsock.h> inclusion by <windows.h>.iphydf
2016-09-06Improve C standard compliance.iphydf
2016-09-01Sort #includes in all source files.iphydf
2016-08-27Move logging to a callback.iphydf
2016-08-18Make tox_callback_friend_name stateless.iphydf
2016-02-27Remove magic numbers from addr_resolveRoman Yepishev
2015-04-13Make tox_new return TOX_ERR_NEW_PORT_ALLOC for all socket related errors.irungentoo
2015-04-11Enable SO_REUSEADDR on TCP server socket.irungentoo
2015-03-12tox_new now sets error to TOX_ERR_NEW_PORT_ALLOC when binding to port fails.irungentoo
2015-02-27Allow for specifying the port range to use in Tox_Optionssaneki
2015-01-01Code cleanups.irungentoo
2014-12-31Code cleanup.irungentoo
2014-12-31Removed now useless packet id.irungentoo
2014-12-13Added HTTP proxy supportMaxim Biro
2014-11-21Cleaned up packet length types in toxcore.irungentoo
2014-10-12Fixed return value comment of new_networking functionMaxim Biro
2014-09-25More groupchats code written.irungentoo
2014-09-25Removed now useless atributes from structs.irungentoo
2014-09-25Removed groupchats from core.irungentoo
2014-09-17Reduce max udp packet size to 2K.irungentoo
2014-08-14Remove useless code.irungentoo
2014-07-21Don't set connection to established if packet is kill packet.irungentoo
2014-07-20Added addr_parse_ip() to network.h header.irungentoo
2014-06-13Const correctness for various packet callbacksMarc Schütz
2014-06-10Astyle and fixes.irungentoo