Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-10-23 | Code cleanups. | irungentoo | |
2013-09-21 | moved stuff that belongs into ping.[ch] there | Coren[m] | |
DHT.*, ping.*: - moved stuff from struct DHT into struct PING: toping, last_toping - moved functions add_toping(), do_toping() - made id_closest() publicly accessible - send_ping_request(): killed (Net_Crypto *c) parameter in favor of copying it into (PING *) on new_ping() group_chats.c: - killed local 1:1 copy in favor of DHT.c::id_closest() | |||
2013-08-29 | Removed packet structs. | irungentoo | |
They were causing problems on certain compiler configurations. | |||
2013-08-24 | Rename core directory because of autoconf name clash | jin-eld | |
While doing the checks configure might generate "core" files and will then try to remove them. Having a "core" directory generates an error while runing the configure script. There's no workaround but to rename the core directory. |