Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-09-24 | Make toxcore code C++ compatible. | iphydf | |
It is still C code, so still compatible with C compilers as well. This change lets us see more clearly where implicit conversions occur by making them explicit. | |||
2016-08-31 | Add braces to all if statements. | iphydf | |
2016-08-18 | Make tox_callback_friend_name stateless. | iphydf | |
See #27 and #40 for details. | |||
2016-01-01 | Put config-related functions in a separate file | Maxim Biro | |
bootstrap_node_packets.c was giving an error as it was being included twice and there were no include guards, so part of it was split into bootstrap_node_packets.h. | |||
2015-02-07 | Fixed incompatible pointer type warning | Maxim Biro | |
2014-06-15 | Fixed some warnings. | irungentoo | |
2014-02-22 | Renamed dht server to dht node | Maxim Biro | |