summaryrefslogtreecommitdiff
path: root/toxcore/DHT.c
AgeCommit message (Expand)Author
2013-09-14Fixed small problems, updated TODO.irungentoo
2013-09-14Fixed some warnings.irungentoo
2013-09-14Some fixes.irungentoo
2013-09-14DHT.c:Coren[m]
2013-09-14DHT.c:Coren[m]
2013-09-14Change sublength to 32 bits. Someone might have more than (sizeof(Friends) / ...Coren[m]
2013-09-13Merge remote-tracking branch 'upstream/master' into IntegrationCoren[m]
2013-09-13Merge remote-tracking branch 'upstream/master' into MessengerLoadSaveCoren[m]
2013-09-13State loading/saving: Instead of a blob, segment into sections marked with tags.Coren[m]
2013-09-13Nonce generation changes.irungentoo
2013-09-13TOX_ENABLE_IPV6 is now #define'd per default. Added some logging and error me...Coren[m]
2013-09-12network.*:Coren[m]
2013-09-12tox.h:Coren[m]
2013-09-11tox.h, DHT.h:Coren[m]
2013-09-11cmdline parsing:Coren[m]
2013-09-10tox.*, DHT.*:Coren[m]
2013-09-10DHT.c:Coren[m]
2013-09-10big push, putting all the infrastructure in place behind TOX_ENABLE_IPV6Coren[m]
2013-09-09tox.*, DHT.*;Coren[m]
2013-09-09network.*:Coren[m]
2013-09-09network.h:Coren[m]
2013-09-09network.h:Coren[m]
2013-09-06Allow to build vs nacl instead of libsodiumJin^eLD
2013-09-03Work in progress group chats.irungentoo
2013-09-02Merge branch 'master' of https://github.com/JamoBox/ProjectTox-Core into Jamo...irungentoo
2013-09-02Fixed missing field initializers warningsMaxim Biro
2013-09-02Properly fixed signed/unsigned comparisons.irungentoo
2013-09-02More comment refactoring - DHT.cJamoBox
2013-09-01Merge branch 'master' of github.com:tylerb/ProjectTox-CoreTyler Bunnell
2013-09-01Fix signed/unsigned comparison warningsTyler Bunnell
2013-09-01Fixed possible bug.irungentoo
2013-08-30Cleaned up pull request.irungentoo
2013-08-30Made clang happy by taking definitions for the macro out of functions and add...redwire
2013-08-30Wrote a quicksort macro and modified sort_list to use itredwire
2013-08-30Fixed possible compiling problems on some compilers.irungentoo
2013-08-30Fixed warnings and moved hex_string_to_bin to testing/irungentoo
2013-08-30Fixed build errors.Kostya
2013-08-30Made IP_Port a union.Kostya
2013-08-29Removed packet structs.irungentoo
2013-08-29Merge branch 'master' of https://github.com/JamoBox/ProjectTox-Core into Jamo...irungentoo
2013-08-29Correct a lot of the grammar and spelling. Also spent a few hours fixing the ...pete
2013-08-29Fixed bug.irungentoo
2013-08-28Fixed possible bug.irungentoo
2013-08-24Rename core directory because of autoconf name clashjin-eld