Age | Commit message (Expand) | Author |
2013-09-27 | Astyled the code. | irungentoo |
2013-09-27 | don't lose globally valid addresses for locally valid ones | Coren[m] |
2013-09-27 | minimalistic increase in elegance ;) | Coren[m] |
2013-09-27 | expanded Client_data to hold two addresses (IPv4, IPv6) instead of one | Coren[m] |
2013-09-25 | Fixed bug where hole punching was attempted even though the | irungentoo |
2013-09-24 | Merge pull request #596 from FullName/ping.moveandclean | irungentoo |
2013-09-22 | Fix bug. | stal |
2013-09-21 | moved stuff that belongs into ping.[ch] there | Coren[m] |
2013-09-21 | honor the claim of sort_list(), that the result is in anti-intuitive order, a... | Coren[m] |
2013-09-21 | Merge branch 'master' of https://github.com/irungentoo/ProjectTox-Core.git in... | Coren[m] |
2013-09-21 | reserving 50%+ for ipv4, take 2 | Coren[m] |
2013-09-19 | reserve lower half of client lists for ipv4 for now | Coren[m] |
2013-09-17 | astyled everything. | irungentoo |
2013-09-17 | Tests of state loading/saving lead to two fixes for DHT.c and util.c | Coren[m] |
2013-09-16 | Toxcore should never print anything when built normally. | irungentoo |
2013-09-16 | Merge pull request #576 from FullName/MessengerLoadSave | irungentoo |
2013-09-16 | Fix warnings of -Wall -Wextra | Coren[m] |
2013-09-16 | Merge remote-tracking branch 'upstream/master' into MessengerLoadSave | Coren[m] |
2013-09-15 | Fixed portability problems. | irungentoo |
2013-09-15 | Fixed portablity problems. | irungentoo |
2013-09-14 | DHT peer finding for new friends should now be slightly faster. | irungentoo |
2013-09-14 | Fixed small problems, updated TODO. | irungentoo |
2013-09-14 | Fixed some warnings. | irungentoo |
2013-09-14 | Some fixes. | irungentoo |
2013-09-14 | DHT.c: | Coren[m] |
2013-09-14 | DHT.c: | Coren[m] |
2013-09-14 | Change sublength to 32 bits. Someone might have more than (sizeof(Friends) / ... | Coren[m] |
2013-09-13 | Merge remote-tracking branch 'upstream/master' into Integration | Coren[m] |
2013-09-13 | Merge remote-tracking branch 'upstream/master' into MessengerLoadSave | Coren[m] |
2013-09-13 | State loading/saving: Instead of a blob, segment into sections marked with tags. | Coren[m] |
2013-09-13 | Nonce generation changes. | irungentoo |
2013-09-13 | TOX_ENABLE_IPV6 is now #define'd per default. Added some logging and error me... | Coren[m] |
2013-09-12 | network.*: | Coren[m] |
2013-09-12 | tox.h: | Coren[m] |
2013-09-11 | tox.h, DHT.h: | Coren[m] |
2013-09-11 | cmdline parsing: | Coren[m] |
2013-09-10 | tox.*, DHT.*: | Coren[m] |
2013-09-10 | DHT.c: | Coren[m] |
2013-09-10 | big push, putting all the infrastructure in place behind TOX_ENABLE_IPV6 | Coren[m] |
2013-09-09 | tox.*, DHT.*; | Coren[m] |
2013-09-09 | network.*: | Coren[m] |
2013-09-09 | network.h: | Coren[m] |
2013-09-09 | network.h: | Coren[m] |
2013-09-06 | Allow to build vs nacl instead of libsodium | Jin^eLD |
2013-09-03 | Work in progress group chats. | irungentoo |
2013-09-02 | Merge branch 'master' of https://github.com/JamoBox/ProjectTox-Core into Jamo... | irungentoo |
2013-09-02 | Fixed missing field initializers warnings | Maxim Biro |
2013-09-02 | Properly fixed signed/unsigned comparisons. | irungentoo |
2013-09-02 | More comment refactoring - DHT.c | JamoBox |
2013-09-01 | Merge branch 'master' of github.com:tylerb/ProjectTox-Core | Tyler Bunnell |