summaryrefslogtreecommitdiff
path: root/toxcore
AgeCommit message (Expand)Author
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
2016-09-22Make TCP_Connections module-private.iphydf
2016-09-22Make TCP_Server opaque.iphydf
2016-09-21Make group callbacks statelessJfreegman
2016-09-19Revert "Make ToxAV stateless"iphydf
2016-09-18Added UB comment r/t deleting a friend w/ active callGregory Mullen (grayhatter)
2016-09-18Make internal chat list function take uint32_t* as well.iphydf
2016-09-17Complete old groupchat conversion to new APIJfreegman
2016-09-17ApiDSL'ing old group chats (now: conference).iphydf
2016-09-17Make ToxAV statelessGregory Mullen (grayhatter)
2016-09-16const-correctness in windows code.iphydf
2016-09-16Ensure that all TODOs have an owner.iphydf
2016-09-13Use <stdbool.h> and replace _Bool with bool.iphydf
2016-09-13Add some astyle options to make it do more.iphydf
2016-09-13Group #include directives in 3-4 groups.iphydf
2016-09-12Remove `else` directly after `return`.iphydf
2016-09-10make the majority of the callbacks stateless and add some status to a testcasemichael bishop
2016-09-09Minor cleanups: header reordering, adding {}.iphydf
2016-09-09Separate IP_Port packing from pack_nodes() and unpack_nodes()Jfreegman
2016-09-09Use `const` for version numbers.iphydf
2016-09-08Fix potential null pointer dereference.iphydf