summaryrefslogtreecommitdiff
path: root/toxcore
AgeCommit message (Expand)Author
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
2016-09-08Fix compilation for Windows.iphydf
2016-09-08Fix memory leak on error paths in tox_new.iphydf
2016-09-07Comment intentional switch fallthroughsJfreegman
2016-09-07Prevent <winsock.h> inclusion by <windows.h>.iphydf
2016-09-06Improve static and const correctness.iphydf
2016-09-06Improve C standard compliance.iphydf
2016-09-06Make friend requests statelessGregory Mullen (grayhatter)
2016-09-06Allocate sizeof(IP_ADAPTER_INFO) bytes instead of sizeof(T*).iphydf
2016-09-05Make packet data a ptr-to-const.iphydf
2016-09-03Rearrange fields to decrease size of structureisotoxin
2016-09-02Do not use `else` after `return`.iphydf
2016-09-01Remove useless casts.iphydf
2016-09-01Sort #includes in all source files.iphydf
2016-09-01Match parameter names in declarations with their definitions.iphydf
2016-08-31Remove redundant `return` statements.iphydf
2016-08-31Add newlines because astyle wants them.iphydf
2016-08-31Add braces to all if statements.iphydf
2016-08-30Add missing #includes to headers and rename tox_old to tox_group.iphydf
2016-08-29Add getters/setters for options.iphydf