Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2014-10-17 | add load/save from key instead of pw | dubslow | |
2014-10-17 | Trying to fix TimerHandler *handler memory leak | xor2003 | |
2014-10-17 | forgotten to free memory in pAdapterInfo | xor2003 | |
2014-10-16 | astyle toxencryptsave. | irungentoo | |
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 | Use monotonic time function already in toxcore. | irungentoo | |
2014-10-15 | irc_syncbot now parse out NULL characters from the Tox groupchat. | irungentoo | |
2014-10-15 | re-implement copy_chatlist function | Jfreegman | |
2014-10-14 | Added basic IRC group syncbot to testing. | irungentoo | |
2014-10-14 | Add function to check if the peernumber is ours for group chats. | irungentoo | |
2014-10-14 | Don't fail when the binary is not found | Maxim Biro | |
Per Debian Policy Manual, paragraph 9.3.2: Writing the scripts. | |||
2014-10-13 | tox_count_chatlist() now works. | irungentoo | |
2014-10-13 | Fixed a typo | Maxim Biro | |
2014-10-13 | Added some const-correctnessness | Maxim Biro | |
2014-10-12 | Fixed a typo | Maxim Biro | |
2014-10-12 | Added IPv4 fallback, made IPv6 and IPv4 fallback enabled by default | Maxim Biro | |
2014-10-12 | Fixed return value comment of new_networking function | Maxim Biro | |
2014-10-12 | Free ports when there are no valid ones | Maxim Biro | |
2014-10-12 | Merge branch 'dubslow-master' | irungentoo | |
2014-10-12 | Fix include issue | dubslow | |
2014-10-12 | Merge branch 'master' of https://github.com/irungentoo/toxcore | dubslow | |
2014-10-12 | apparently i forgot to add/commit these comments... | dubslow | |