summaryrefslogtreecommitdiff
path: root/toxcore/tox.c
AgeCommit message (Expand)Author
2017-06-05Fix theoretical memory leaksMaxim Biro
2017-04-22Revert "initial version of tox_loop"Maxim Biro
2017-04-22Revert "Implement tox_loop"Maxim Biro
2017-04-01Implement tox_loopAnsa89
2017-04-01initial version of tox_loopmichael bishop
2017-03-04Fix formatting with astyleDiadlo
2017-02-26Add part of platform-independent network API implementationDiadlo
2017-01-26Add platform-independent Socket and IP implementationDiadlo
2017-01-19Update license headers and remove redundant file name comment.iphydf
2017-01-06Revert "Revert "Portability fixes""David Zero
2017-01-05Revert "Portability fixes"endoffile78
2017-01-04Portability fixesDavid Zero
2016-12-22Use `tox_options_set_*` instead of direct member access.iphydf
2016-12-22Wrap all sodium/nacl functions in crypto_core.c.iphydf
2016-12-14Add option to disable local peer discoveryMaxim Biro
2016-12-13Fix version compatibility test.sudden6
2016-12-03rename messenger function, prepend m_Gregory Mullen (grayhatter)
2016-11-24add NAT hole punching level to Tox APIGregory Mullen (grayhatter)
2016-11-15Convert to and from network byte order in set/get nospam.iphydf
2016-11-06Move log callback to options.iphydf
2016-10-29Rename some internal "group chat" things to "conference".iphydf
2016-09-30Add the 'Tox' context object to the logger.iphydf
2016-09-26C++ the second round.iphydf
2016-09-24Make toxcore code C++ compatible.iphydf
2016-09-21Make group callbacks statelessJfreegman
2016-09-17Complete old groupchat conversion to new APIJfreegman
2016-09-16Ensure that all TODOs have an owner.iphydf
2016-09-13Use <stdbool.h> and replace _Bool with bool.iphydf
2016-09-13Group #include directives in 3-4 groups.iphydf
2016-09-10make the majority of the callbacks stateless and add some status to a testcasemichael bishop
2016-09-08Fix memory leak on error paths in tox_new.iphydf
2016-09-07Comment intentional switch fallthroughsJfreegman
2016-09-06Make friend requests statelessGregory Mullen (grayhatter)
2016-09-02Do not use `else` after `return`.iphydf
2016-09-01Match parameter names in declarations with their definitions.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
2016-08-28Expose constants as functions.iphydf
2016-08-27Move logging to a callback.iphydf
2016-08-22Make Message received receipts statelessGregory Mullen (grayhatter)
2016-08-22Make Friend User Status statelessGregory Mullen (grayhatter)
2016-08-20Make the friend message callback statelessGregory Mullen (grayhatter)
2016-08-19Make Typing change callback statelessGregory Mullen (grayhatter)
2016-08-18Make friend_status_message callback stateless.iphydf
2016-08-18Allow NULL as argument to tox_kill.iphydf
2016-08-18Make tox_callback_friend_name stateless.iphydf
2016-08-17Make self_connection_status callback stateless.iphydf
2016-08-12Check code formatting on Travis.iphydf
2016-02-13added the dropped ;Gregory Mullen (GrayHatter)