10
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 8 hours ago. based on code collected about 8 hours ago.
Jun 25, 2024 — Jun 25, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
fix: Avoid `memcpy`-ing structs into onion ping id data. More... over 1 year ago
chore: Compile libsodium reference implementation with compcert. More... over 1 year ago
cleanup: correct a few nullable annotations More... over 1 year ago
cleanup: Don't use `memcpy` to cast arbitrary `struct`s to `uint8_t[]`. More... over 1 year ago
fix: Pass array, not array pointer, to `memcmp`. More... over 1 year ago
cleanup: Never pass `void*` directly to `memcpy`. More... over 1 year ago
chore: Disable NGC saving by default, enable through Tox_Options. More... over 1 year ago
cleanup: Replace pointer arithmetic with explicit `&arr[i]`. More... over 1 year ago
refactor: Use `struct`s for extended public/secret keys. More... over 1 year ago
refactor: Use tox rng to seed the keypair generation. More... over 1 year ago
cleanup: Small improvements found by PVS Studio. More... over 1 year ago
docs: Run prettier-markdown on markdown files. More... over 1 year ago
fix: Correct a few potential null derefs in bootstrap daemon. More... over 1 year ago
fix: Zero out stack-allocated secret key before return. More... over 1 year ago
fix: Add missing memunlock of local variable when it goes out of scope. More... over 1 year ago
cleanup: Simplify custom packet length check in NGC. More... over 1 year ago
fix: Fix some false positive from PVS Studio. More... over 1 year ago
refactor: Make prune_gc_sanctions_list more obviously correct. More... over 1 year ago
docs: Add static analysis tool list to README. More... over 1 year ago
cleanup: Check that WINXP macro exists before comparing it. More... over 1 year ago
refactor: Make tox mutex non-recursive. More... over 1 year ago
refactor: Make ToxAV independent of toxcore internals. More... over 1 year ago
refactor: Fix network test not using the strong typedef More... over 1 year ago
docs: Add more documentation to crypto_core. More... over 1 year ago
docs: Fix up doxyfile. More... over 1 year ago
refactor: Remove `Tox *` from `tox_dispatch`. More... over 1 year ago
refactor: Don't rely on tox_dispatch passing tox in tests. More... over 1 year ago
refactor: Use strong typedef for NGC peer id. More... over 1 year ago
refactor: Use strong typedef instead of struct for `Socket`. More... over 1 year ago
refactor: Use `merge_sort` instead of `qsort` for sorting. More... over 1 year ago