summaryrefslogtreecommitdiff
path: root/toxcore/Messenger.c
AgeCommit message (Expand)Author
2018-07-12Style fixes in TCP code; remove MIN and PAIR from util.h.iphydf
2018-07-09Factor out time keeping code into its own module: mono_time.c.iphydf
2018-07-09Move `load_state` and its helper functions to their own module.iphydf
2018-07-08Rename `BS_LIST` to `BS_List` to follow the naming conventions.iphydf
2018-07-05Make tox.c unambiguously parseable.iphydf
2018-06-29Add a test to try and overflow the send queue in net_crypto.iphydf
2018-06-23Disable UDP when proxy is enabled.iphydf
2018-05-20Finish @Diadlo's network Family abstraction.iphydf
2018-05-20Move system header includes from network.h to network.ciphydf
2018-03-17Disallow stderr logger by default.iphydf
2018-03-16Move struct DHT_Friend into DHT.c.iphydf
2018-03-02Make file transfers 50% faster.iphydf
2018-02-24Fix a bunch of compiler warnings and remove suppressions.iphydf
2018-02-24Some minor cleanups suggested by cppcheck.iphydf
2018-02-24Fix memory leak of Logger instance on error paths.iphydf
2018-02-17Make outgoing Filetransfers round-robin.zoff99
2018-02-14Get rid of the only GNU extension we used.iphydf
2018-02-02Revert "Add correction message type"Diadlo
2018-01-30Use nullptr as NULL pointer constant instead of NULL or 0.iphydf
2018-01-22Use <stdlib.h> for alloca on FreeBSD.iphydf
2018-01-16Make DHT a module-private type.iphydf
2018-01-16Make Net_Crypto a module-private type.iphydf
2018-01-15Add correction message typeDiadlo
2018-01-14Add random_u16 function and rename the others to match.iphydf
2018-01-14Make Friend_Requests 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
2017-12-17Fixed the bug when receipts for messages sent from the receipt callback never...Yuri
2017-11-15Fix IPv4 and IPv6 loopbacksDiadlo
2017-08-24Add loopback and broadcast constantsDiadlo
2017-08-24AF_INET -> TOX_AF_INETDiadlo
2017-08-22Define INADDR_LOOPBACK on systems not defining itMaxim Biro
2017-06-04Add a monolith_test that includes all toxcore sources.iphydf
2017-04-22Revert "Implement tox_loop"Maxim Biro
2017-04-01Implement tox_loopAnsa89
2017-02-27Remove empty lineLittleVulpix
2017-02-26Add part of platform-independent network API implementationDiadlo
2017-01-28Add VLA compatibility macro for C89-ish compilers.iphydf
2017-01-21reduce thread-unsafe use of static variableszugz
2017-01-19Update license headers and remove redundant file name comment.iphydf
2017-01-11Remove `TOX_DEBUG` and have asserts always enabled.iphydf
2017-01-10Always kill invalid file transfers when receiving file controls.iphydf
2017-01-10Minor simplification in `file_seek` code.iphydf
2016-12-22Wrap all sodium/nacl functions in crypto_core.c.iphydf
2016-12-20Avoid array out of bounds read in friend saving.iphydf
2016-12-14Add option to disable local peer discoveryMaxim Biro
2016-12-13Fix padding in SAVED_FRIEND struct and add test.Robin Lindén
2016-12-12Conditionally enable non-portable assert on LP64.iphydf
2016-12-10Fix off by one error in saving our own status message.iphydf
2016-12-03rename messenger function, prepend m_Gregory Mullen (grayhatter)