summaryrefslogtreecommitdiff
path: root/toxcore
AgeCommit message (Expand)Author
2018-02-09Adopt the "change occurred" API change from isotoxin-groupchat.iphydf
2018-02-08Reject discovery packets coming from outside the LAN.iphydf
2018-02-08Fix LAN discovery on FreeBSD.iphydf
2018-02-08Add some unit tests for util.h.iphydf
2018-02-06Improve stability of crypto_memcmp test.iphydf
2018-02-04Use more ubuntu packages; remove hstox for now.iphydf
2018-02-02Revert "Add correction message type"Diadlo
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-28Avoid clashes with "build" directories on case-insensitive file systems.iphydf
2018-01-25Remove dead return statement.iphydf
2018-01-22Publish a single public BUILD target for c-toxcore.iphydf
2018-01-22Use <stdlib.h> for alloca on FreeBSD.iphydf
2018-01-21Make the monolith test a C++ binary.iphydf
2018-01-21Make BUILD files more finely-grained.iphydf
2018-01-20Add correction support for conferenceDiadlo
2018-01-18Use C99 standard in bazel builds.iphydf
2018-01-18Add bazel build scripts for c-toxcore.iphydf
2018-01-16Make DHT a module-private type.iphydf
2018-01-16Make Net_Crypto a module-private type.iphydf
2018-01-16Use apidsl to generate LAN_discovery.h.iphydf
2018-01-16Make pack/unpack_ip_port public DHT functions.iphydf
2018-01-15Add correction message typeDiadlo
2018-01-14Add random_u16 function and rename the others to match.iphydf
2018-01-14Use apidsl to generate ping.h.iphydf
2018-01-14Make TCP_Client_Connection a module-private type.iphydf
2018-01-14Move TCP_Secure_Connection from .h to .c file.iphydf
2018-01-14Make Friend_Connections a module-private type.iphydf
2018-01-14Make Onion_Client a module-private type.iphydf
2018-01-14Make Friend_Requests a module-private type.iphydf
2018-01-14Make Onion_Announce a module-private type.iphydf
2018-01-14Filter out annoying log statements in unit tests.iphydf
2018-01-13Make Ping_Array a module-private type.iphydf
2018-01-11Move Networking_Core struct into the .c file.iphydf
2018-01-10Fix formatting in some C files.iphydf
2018-01-10Call freeaddrinfo on error paths in net_getipport.iphydf
2018-01-08Bump toxcore version to 0.2.0.iphydf
2018-01-06Add support for building the monolith test on android.iphydf
2017-12-29Remove deprecated ToxDNSiphydf
2017-12-26Release v0.1.11Robin Lindén
2017-12-17Fixed the bug when receipts for messages sent from the receipt callback never...Yuri
2017-11-20forget DHT pubkey of offline friend after DHT timeoutzugz
2017-11-19Fix typoyangfl
2017-11-15Fix IPv4 and IPv6 loopbacksDiadlo
2017-10-28set onion pingid timeout to announce timeout (300s)zugz
2017-10-04Add log info message, when someone found client with LAN discoveryDiadlo
2017-10-04Improve LAN discoveryDiadlo
2017-09-17reset hole-punching parameters after not punching for a whilezugz
2017-08-27Remove 'in_addr' and 'addrinfo' mention from network.hDiadlo
2017-08-24Add loopback and broadcast constantsDiadlo