10
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 6 hours ago. based on code collected about 6 hours ago.
Jul 31, 2024 — Jul 31, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Set up autotools build to build against vanilla NaCl. More... over 8 years ago
Check that TCP connections aren't dropped in callbacks. More... over 8 years ago
Minor simplification in `file_seek` code. More... over 8 years ago
Always kill invalid file transfers when receiving file controls. More... over 8 years ago
Fix logging condition for IPv6 client timestamp updates. More... over 8 years ago
Eliminate dead return statement. More... over 8 years ago
Avoid accessing uninitialised memory in `net_crypto`. More... over 8 years ago
Remove `TOX_DEBUG` and have asserts always enabled. More... over 8 years ago
Test a few cmake option combinations before the build. More... over 8 years ago
Add platform-independent Socket and IP implementation More... over 8 years ago
Fix SSL verification in coveralls. More... over 8 years ago
docs(INSTALL): Bring back autotools instructions More... over 8 years ago
Only fetch 1 revision from git during Travis builds. More... over 8 years ago
Release v0.1.3. More... over 8 years ago
Remove .cabal-sandbox option from tox-spectest find line. More... over 8 years ago
simplify integration as a third-party lib in cmake projects More... over 8 years ago
Add CMakeLists.txt.user to gitignore More... over 8 years ago
Add tests to secure memcmp and memzero functions. More... over 8 years ago
Release v0.1.2 More... over 8 years ago
avoid dereferencing Tox_Options More... over 8 years ago
Remove tox_options_copy. More... over 8 years ago
Use after free reported in #278 occurs because toxav_kill() calls msi_kill() (toxav.c:180) which frees msi_call instances (msi.c:161) which are then used when call_remove() (toxav.c:1136) is called. This fix prevents call_remove() from calling invalid pointer. More... over 8 years ago
Add secure memcmp and memzero implementation. More... over 8 years ago
Avoid array out of bounds read in friend saving. More... over 8 years ago
Remove unused get/set salt/key functions from toxencryptsave. More... over 8 years ago
Improve documentation of crypto_core. More... over 8 years ago
Wrap all sodium/nacl functions in crypto_core.c. More... over 8 years ago
Add test to check if tox_new/tox_kill leaks. More... over 8 years ago
Release v0.1.1 More... over 8 years ago
docs(TES): correct docs to reflect how many bytes fns actually require More... over 8 years ago