summaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Expand)Author
2013-08-07Document functions, and fix bug.Sebastian Stal
2013-08-07Add read receipts using packet ID 65.Sebastian Stal
2013-08-06Merge pull request #361 from plutooo/masterirungentoo
2013-08-06core: Moved handle ping packets to ping.cplutooo
2013-08-06Merge branch 'master' of https://github.com/plutooo/ProjectTox-Core into plut...irungentoo
2013-08-06core: Move ping request/response into ping.cplutooo
2013-08-06core: Move send ping packets functions to ping.cplutooo
2013-08-05Merge branch 'plutooo-master'irungentoo
2013-08-05Fixed style and is_pinging().irungentoo
2013-08-05Merge pull request #341 from stal888/userstatus-extirungentoo
2013-08-05Merge branch 'master' of https://github.com/plutooo/ProjectTox-Core into plut...irungentoo
2013-08-05Fix bug where friendreq_handlepacket did not do bounds checkingNick ODell
2013-08-05Fix bug where handle_NATping wouldn't perform bounds checkingNick ODell
2013-08-05core: Rewrote ping-module, better performance and cleaner code.plutooo
2013-08-05Add functions for dealing with userstatus kinds.Sebastian Stal
2013-08-05temporary fix to prevent m_addfriend from segfaultingLuke Champine
2013-08-05Use void for functions with no parametersFlorian Hahn
2013-08-04Improved cmakeMaxim Biro
2013-08-04Fixed Windows buildMaxim Biro
2013-08-04Make private functions in core/DHT.c staticFlorian Hahn
2013-08-04Make private functions in core/LAN_discovery.c staticFlorian Hahn
2013-08-04Make private functions in core/Lossless_UDP.c staticFlorian Hahn
2013-08-04Make private functions in core/net_crypto.c staticFlorian Hahn
2013-08-03various fixes for first time userJae Kwon
2013-08-03Merge pull request #302 from ChlorideCull/masterirungentoo
2013-08-03Fixed compatibility with original NaCl.irungentoo
2013-08-03Changed CMake options to compile the core sharedChloride Cull
2013-08-03DHT: added id_equal(), ipport_equal(), is_timeout()plutooo
2013-08-02Merge pull request #275 from nickodell/masterirungentoo
2013-08-02Fixed regression.irungentoo
2013-08-02Replace ZEROBYTES - BOXZEROBYTES with MACBYTESNick ODell
2013-08-02Merge branch 'Jeffail-master'irungentoo
2013-08-02Time is better as an unsigned variable.irungentoo
2013-08-02Fix bug where memcpy could overrun bufferNick ODell
2013-08-02Fixed problems.irungentoo
2013-08-02updated return value commentscharmlesscoin
2013-08-02added #defines for friend.status as well as for erroring on m_addfriend*charmlesscoin
2013-08-02Merge branch 'master' into Jeffail-masterirungentoo
2013-08-02removed getnumfriends()charmlesscoin
2013-08-02Merge branch 'master' into Jeffail-masterirungentoo
2013-08-02DHT: Fix return value of time().Andreas Schneider
2013-08-02Refactored DHT.c from end of NAT punching to EOFJeffail
2013-08-02Refactored DHT.c, all of NAT punching functions (line 1217Jeffail
2013-08-02Refactored DHT.c down to line 1048 (beginning of NAT)Jeffail
2013-08-02Refactored DHT.c down to line 881Jeffail
2013-08-02Refactored DHT.c down to line 779Jeffail
2013-08-02Refactored DHT.c down to line 567Jeffail
2013-08-02Refactored DHT.c down to line 367Jeffail
2013-08-02Refactored client/friend helper functions (down to line 274)Jeffail
2013-08-01Remove some magic numbers; use macros to clarify intentNick ODell