toxcore/core
Chris Hall 4293c4b1e6 Messenger refactor - redid work from pull request 79
Moves static state out of Messenger.c and into a Messenger struct
Purely stylistic, no functional changes were made.

This commit also changed all the callers of Messenger as they now have
to pass an instance of the Messenger struct to messenger functions.

Also removed some uses of the 'static' keyword at the beginning of
function definitions when the function was already declared static, as
these caused gcc to whine.
2013-08-12 21:37:38 +12:00
..
CMakeLists.txt core: Rewrote ping-module, better performance and cleaner code. 2013-08-05 12:51:58 -07:00
DHT.c tabs -> spaces 2013-08-10 11:27:36 +01:00
DHT.h network_registerhandler 2013-08-10 00:43:50 +01:00
friend_requests.c tabs -> spaces 2013-08-10 11:27:36 +01:00
friend_requests.h network_registerhandler 2013-08-10 00:43:50 +01:00
LAN_discovery.c tabs -> spaces 2013-08-10 11:27:36 +01:00
LAN_discovery.h network_registerhandler 2013-08-10 00:43:50 +01:00
Lossless_UDP.c tabs -> spaces 2013-08-10 11:27:36 +01:00
Lossless_UDP.h network_registerhandler 2013-08-10 00:43:50 +01:00
Messenger.c Messenger refactor - redid work from pull request 79 2013-08-12 21:37:38 +12:00
Messenger.h Messenger refactor - redid work from pull request 79 2013-08-12 21:37:38 +12:00
net_crypto.c Merge pull request #422 from slvr/crypto-speed-boost 2013-08-10 16:20:54 -07:00
net_crypto.h Implemented encrypt_data_fast, decrypt_data_fast and crypto tests 2013-08-10 17:41:32 +01:00
network.c tabs -> spaces 2013-08-10 11:27:36 +01:00
network.h Fixed warnings on Windows 2013-08-11 14:17:02 -04:00
packets.h core: Move send ping packets functions to ping.c 2013-08-06 09:21:39 -07:00
ping.c handle_ping_response function signature correction 2013-08-10 19:55:54 +01:00
ping.h network_registerhandler 2013-08-10 00:43:50 +01:00
util.c core: Move send ping packets functions to ping.c 2013-08-06 09:21:39 -07:00
util.h Kill EOF whitespace. 2013-08-09 20:46:17 +02:00