Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-11-06 | Added some functions to send and handle lossy packets. | irungentoo | |
2014-11-05 | Added functions to relay lossy group chat packets. | irungentoo | |
2014-11-04 | Some initial groupchat lossy packet code. | irungentoo | |
2014-11-03 | Added some comments to net_crypto.h | irungentoo | |
2014-11-02 | This might fix some peer finding issues. | irungentoo | |
2014-11-01 | Decreased Tox idle bandwidth usage but potentially increased time to | irungentoo | |
find friends (needs some real world testing). | |||
2014-10-31 | Merge branch 'master' of https://github.com/tux3/toxcore | irungentoo_trip | |
# # Please enter a commit message to explain why this merge is necessary, # especially if it merges an updated upstream into a topic branch. # # Lines starting with '#' will be ignored, and an empty message aborts # the commit. | |||
2014-10-30 | Slightly improved the function that checks if Tox is online. | irungentoo_trip | |
2014-10-30 | Missing cv-qualifiers in tox.h comments | Tux3 / Mlkj / !Lev.uXFMLA | |
2014-10-29 | Added actions to group chats. | irungentoo_trip | |
2014-10-27 | Merge branch 'master' of https://github.com/tux3/toxcore | irungentoo_trip | |
# # Please enter a commit message to explain why this merge is necessary, # especially if it merges an updated upstream into a topic branch. # # Lines starting with '#' will be ignored, and an empty message aborts # the commit. | |||
2014-10-27 | Fix DHT memory leak | Tux3 / Mlkj / !Lev.uXFMLA | |
Found with valgrind, in the order of magnitude of 100kB leaked | |||
2014-10-27 | Fix typo: romdom->random | Tux3 / Mlkj / !Lev.uXFMLA | |
2014-10-27 | Initial friend finding might work a bit better. | irungentoo_trip | |
2014-10-25 | Merge branch 'master' of https://github.com/xor2003/toxcore | irungentoo_trip | |
# # Please enter a commit message to explain why this merge is necessary, # especially if it merges an updated upstream into a topic branch. # # Lines starting with '#' will be ignored, and an empty message aborts # the commit. | |||
2014-10-24 | Portability saving fixes for big endian systems. | irungentoo_trip | |
Saves should now be portable from big endian to little endian systems though I need someone to actually test it to be sure I didn't mess up. | |||
2014-10-24 | Add a check (reported by Coverity) | xor2003 | |
2014-10-24 | Don't send -1 bytes. There is such check everythere. But if we add it in ↵ | xor2003 | |
side funciton the logic will change | |||
2014-10-24 | Prevent lock | xor2003 | |
2014-10-24 | Fix uninitialized | xor2003 | |
2014-10-24 | Fix for memory leak. And add forgotten break | xor2003 | |
2014-10-22 | Load file portability code for big endian. | irungentoo_trip | |
Warning: only loads, doesn't save. | |||
2014-10-21 | Fixed unaligned memory access. | irungentoo_trip | |
2014-10-20 | Increased interval and ping packet timeout by 1 second to try to | irungentoo | |
fix TCP issues. | |||
2014-10-19 | Removed useless code. | irungentoo | |
2014-10-18 | File transfer speed should jump up a bit faster. | irungentoo | |
2014-10-17 | Merge branch 'master' of https://github.com/xor2003/toxcore | irungentoo | |
2014-10-17 | Initialise source.port to prevent garbage value | xor2003 | |
2014-10-17 | forgotten to free memory in pAdapterInfo | xor2003 | |
2014-10-15 | Merge branch 'tox-bootstrapd-network-error-handling' of ↵ | irungentoo | |
https://github.com/nurupo/InsertProjectNameHere | |||
2014-10-15 | Merge branch 'copy_chatlist' of https://github.com/JFreegman/toxcore | irungentoo | |
2014-10-15 | re-implement copy_chatlist function | Jfreegman | |
2014-10-14 | Add function to check if the peernumber is ours for group chats. | irungentoo | |
2014-10-13 | tox_count_chatlist() now works. | irungentoo | |
2014-10-12 | Fixed return value comment of new_networking function | Maxim Biro | |
2014-10-09 | Relay peer kill messages too. | irungentoo | |
2014-10-05 | implement group_names function | Jfreegman | |
2014-10-04 | Send friend request with connection if for some reason (groupchats) we | irungentoo | |
are already connected to the friend but they have not added us yet. | |||
2014-10-04 | Reduced the risk of two people being given the same peer id in groups. | irungentoo | |
2014-10-04 | Fixed group peer chosing algorithm. | irungentoo | |
Groups should be much more stable. | |||
2014-10-03 | Removed useless variables. | irungentoo | |
2014-10-03 | Added names to peer response packet. | irungentoo | |
2014-10-03 | Fixed group bugs. | irungentoo | |
Connections should now die when appropriate instead of lingering endlessly. | |||
2014-10-03 | Kill group connection to friend once we are connected to group. | irungentoo | |
2014-10-03 | Merge branch 'master' of https://github.com/dubslow/toxcore | irungentoo | |
2014-10-03 | Added name packet to group chats, send one when appropriate. | irungentoo | |
2014-10-02 | null terminate group messages (cause jfreegman can't str8 c) | dubslow | |
2014-10-02 | Implemented tox_callback_group_namelist_change callback in group chats. | irungentoo | |
No names yet though. | |||
2014-10-02 | Fixed tox_load() comment. | irungentoo | |
2014-10-02 | People in groups can now be added/removed from friends list without issues. | irungentoo | |