summaryrefslogtreecommitdiff
path: root/toxcore
AgeCommit message (Expand)Author
2017-01-04Add secure memcmp and memzero implementation.Diadlo
2016-12-23Release v0.1.2iphydf
2016-12-22Remove tox_options_copy.iphydf
2016-12-22Use `tox_options_set_*` instead of direct member access.iphydf
2016-12-22Improve documentation of crypto_core.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-17Release v0.1.1iphydf
2016-12-16Strengthen the note about ABI compatibility in tox.h.iphydf
2016-12-15Drop an unworking MacroGregory Mullen (grayhatter)
2016-12-14Add option to disable local peer discoveryMaxim Biro
2016-12-14Release 0.1.0.iphydf
2016-12-13Fix version compatibility test.sudden6
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-10net_crypto give handle_data_packet_helper a better nameGregory Mullen (grayhatter)
2016-12-03rename messenger function, prepend m_Gregory Mullen (grayhatter)
2016-11-24Version Patch v0.0.4 => v0.0.5Gregory Mullen (grayhatter)
2016-11-24add NAT hole punching level to Tox APIGregory Mullen (grayhatter)
2016-11-21Made saveformat platform-independent.Robin Lindén
2016-11-21Mark Tox_Options struct as deprecated.iphydf
2016-11-15Convert to and from network byte order in set/get nospam.iphydf
2016-11-14new_messenger(options ... ) must never be nullGregory Mullen (grayhatter)
2016-11-14v0.0.4iphydf
2016-11-12Use apidsl for the crypto_core API.iphydf
2016-11-11Add DHT_create_packetendoffile78
2016-11-09Remove new_nonce function in favour of random_nonce.iphydf
2016-11-07Release v0.0.3.iphydf
2016-11-06Move log callback to options.iphydf
2016-11-06Rename log levels to remove the extra "LOG" prefix.iphydf
2016-11-06Change packet kind enum to use hex constants.iphydf
2016-11-06Remove assocendoffile78
2016-11-05Convert series of NET_PACKET_* defines into a typedef enumGregory Mullen (grayhatter)
2016-11-03Move packing and unpacking DHT request packets to DHT module.iphydf
2016-11-02Compile as C++ for windows builds.iphydf
2016-11-02Remove unimplemented "time delta" parameter.iphydf
2016-10-30Version Patch v0.0.2Gregory Mullen (grayhatter)
2016-10-29Rename some internal "group chat" things to "conference".iphydf
2016-10-06Use `socklen_t` instead of `unsigned int` in call to `accept`.iphydf
2016-10-02Rebuild apidsl'd headers in cmake.iphydf
2016-10-01Minor documentation fixes.iphydf
2016-09-30Remove return after no-return situation (and other cleanups).iphydf
2016-09-30Add the 'Tox' context object to the logger.iphydf
2016-09-28v0.0.0 => v0.0.1Gregory Mullen (grayhatter)
2016-09-27Remove redundant callback objects.iphydf
2016-09-26C++ the second round.iphydf
2016-09-24Move ring buffer out of toxcore/util into toxav.iphydf
2016-09-24Make toxcore code C++ compatible.iphydf
2016-09-24Minor cleanups: unused vars, unreachable code, static globals.iphydf