Age | Commit message (Expand) | Author |
2013-08-04 | Fixed Windows build | Maxim Biro |
2013-08-04 | Make private functions in core/DHT.c static | Florian Hahn |
2013-08-04 | Make private functions in core/LAN_discovery.c static | Florian Hahn |
2013-08-04 | Make private functions in core/Lossless_UDP.c static | Florian Hahn |
2013-08-04 | Make private functions in core/net_crypto.c static | Florian Hahn |
2013-08-03 | various fixes for first time user | Jae Kwon |
2013-08-03 | Merge pull request #302 from ChlorideCull/master | irungentoo |
2013-08-03 | Fixed compatibility with original NaCl. | irungentoo |
2013-08-03 | Changed CMake options to compile the core shared | Chloride Cull |
2013-08-03 | DHT: added id_equal(), ipport_equal(), is_timeout() | plutooo |
2013-08-02 | Merge pull request #275 from nickodell/master | irungentoo |
2013-08-02 | Fixed regression. | irungentoo |
2013-08-02 | Replace ZEROBYTES - BOXZEROBYTES with MACBYTES | Nick ODell |
2013-08-02 | Merge branch 'Jeffail-master' | irungentoo |
2013-08-02 | Time is better as an unsigned variable. | irungentoo |
2013-08-02 | Fix bug where memcpy could overrun buffer | Nick ODell |
2013-08-02 | Fixed problems. | irungentoo |
2013-08-02 | updated return value comments | charmlesscoin |
2013-08-02 | added #defines for friend.status as well as for erroring on m_addfriend* | charmlesscoin |
2013-08-02 | Merge branch 'master' into Jeffail-master | irungentoo |
2013-08-02 | removed getnumfriends() | charmlesscoin |
2013-08-02 | Merge branch 'master' into Jeffail-master | irungentoo |
2013-08-02 | DHT: Fix return value of time(). | Andreas Schneider |
2013-08-02 | Refactored DHT.c from end of NAT punching to EOF | Jeffail |
2013-08-02 | Refactored DHT.c, all of NAT punching functions (line 1217 | Jeffail |
2013-08-02 | Refactored DHT.c down to line 1048 (beginning of NAT) | Jeffail |
2013-08-02 | Refactored DHT.c down to line 881 | Jeffail |
2013-08-02 | Refactored DHT.c down to line 779 | Jeffail |
2013-08-02 | Refactored DHT.c down to line 567 | Jeffail |
2013-08-02 | Refactored DHT.c down to line 367 | Jeffail |
2013-08-02 | Refactored client/friend helper functions (down to line 274) | Jeffail |
2013-08-01 | Remove some magic numbers; use macros to clarify intent | Nick ODell |
2013-08-01 | Updated comments. | irungentoo |
2013-08-01 | Merge pull request #229 from JFreegman/master | irungentoo |
2013-08-01 | Merge pull request #247 from Jeffail/master | irungentoo |
2013-08-01 | Merge pull request #249 from rlt3/master | irungentoo |
2013-08-01 | Merge pull request #251 from CharmlessCoin/network | irungentoo |
2013-08-01 | Back to old methods, reordered the structs, defines, and global variables to ... | Jeffail |
2013-08-01 | removed potential segfault | rlt3 |
2013-08-01 | removing unnecessary binary files | rlt3 |
2013-08-01 | removed debugging | charmlesscoin |
2013-08-01 | Changing some if loops around, specifically where some counts could be done o... | rlt3 |
2013-08-01 | moved some code around, changed how we print the debugging | charmlesscoin |
2013-08-01 | redid get_broadcast(), looks like it should work now | charmlesscoin |
2013-08-01 | Fixed stupid copy pasting mistake. | irungentoo |
2013-08-01 | Trimming some things down and re styling comments | rlt3 |
2013-08-01 | Merge branch 'master' of https://github.com/rlt3/ProjectTox-Core | rlt3 |
2013-08-01 | Trying to make Lossless UDP more readable with style changes | rlt3 |
2013-08-01 | Possible timing problem fixed. | irungentoo |
2013-08-01 | Refactored most of DHT.c, added local vim config | Jeffail |