Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-11-08 | Group audio starting to take shape. | irungentoo | |
Some issues still left to solve. | |||
2014-11-07 | First commit of actual A/V code for group chats. | irungentoo | |
2014-11-07 | Some function changes for better A/V integration to group chats. | irungentoo | |
2014-11-07 | Added more group functions to eventually have working A/V. | irungentoo | |
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-28 | Merge branch 'patch-1' of https://github.com/lance0/ProjectTox-Core | irungentoo_trip | |
2014-10-28 | Merge branch 'stqism-patch-5' | irungentoo_trip | |
2014-10-28 | Update TODO | Lance Tuller | |
qTox | |||
2014-10-28 | Update README.md | Sean | |
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-26 | Merge branch 'irdan-irdan/doc-fix' | irungentoo_trip | |
2014-10-26 | Modify DHT.md to render correctly | irdan | |
2014-10-25 | Fixed possible threading issues. | irungentoo_trip | |
2014-10-25 | Merge branch 'toxav-uaf' 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-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-25 | Fix use-after-free of toxav's TimerHandler | Tux3 / Mlkj / !Lev.uXFMLA | |
If msi.c:timer_terminate_session frees "handler", then when msi.c:timer_poll's thread resumes, there WILL be a use after free of "handler", with a likely segfault. This use after free causes a crash in qTox, see tux3/qTox#534 | |||
2014-10-24 | Merge branch 'big_endian_save' | irungentoo_trip | |
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-23 | Merge branch 'dubslow-master' | 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-23 | fix #1124 by adding salt manip functions | dubslow | |
Also, all data now has the magic number prepended. This is incompatible for all but the save/load functions, but I think nothing besides the one experimental qTox branch used any of those, which is why I feel confident about the change. | |||
2014-10-23 | Merge branch 'urras-master' | irungentoo_trip | |
2014-10-22 | Load file portability code for big endian. | irungentoo_trip | |
Warning: only loads, doesn't save. | |||
2014-10-22 | Update to Libsodium 1.0.0 since backward-compatibility is guaranteed through ↵ | Urras | |
all the 1.x.y releases. | |||
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 | Some video encoding improvements. | irungentoo | |
2014-10-17 | Merge branch 'master' of https://github.com/dubslow/toxcore | irungentoo | |
2014-10-17 | Merge branch 'master' of https://github.com/xor2003/toxcore | irungentoo | |
2014-10-17 | add new test cases, cleanup astray printf | dubslow | |
2014-10-17 | Initialise source.port to prevent garbage value | xor2003 | |
2014-10-17 | fix #1120 | dubslow | |