openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
Project Tox
Settings
|
Report Duplicate
10
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Moderate Activity
Commits
: Listings
Analyzed
about 8 hours
ago. based on code collected
about 8 hours
ago.
Jun 25, 2024 — Jun 25, 2025
Showing page 7 of 186
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
fix: Avoid `memcpy`-ing structs into onion ping id data.
iphydf
More...
over 1 year ago
chore: Compile libsodium reference implementation with compcert.
iphydf
More...
over 1 year ago
cleanup: correct a few nullable annotations
jfreegman
More...
over 1 year ago
cleanup: Don't use `memcpy` to cast arbitrary `struct`s to `uint8_t[]`.
iphydf
More...
over 1 year ago
fix: Pass array, not array pointer, to `memcmp`.
iphydf
More...
over 1 year ago
cleanup: Never pass `void*` directly to `memcpy`.
iphydf
More...
over 1 year ago
chore: Disable NGC saving by default, enable through Tox_Options.
iphydf
More...
over 1 year ago
cleanup: Replace pointer arithmetic with explicit `&arr[i]`.
iphydf
More...
over 1 year ago
refactor: Use `struct`s for extended public/secret keys.
iphydf
More...
over 1 year ago
refactor: Use tox rng to seed the keypair generation.
iphydf
More...
over 1 year ago
cleanup: Small improvements found by PVS Studio.
iphydf
More...
over 1 year ago
docs: Run prettier-markdown on markdown files.
iphydf
More...
over 1 year ago
fix: Correct a few potential null derefs in bootstrap daemon.
iphydf
More...
over 1 year ago
fix: Zero out stack-allocated secret key before return.
iphydf
More...
over 1 year ago
fix: Add missing memunlock of local variable when it goes out of scope.
iphydf
More...
over 1 year ago
cleanup: Simplify custom packet length check in NGC.
iphydf
More...
over 1 year ago
fix: Fix some false positive from PVS Studio.
iphydf
More...
over 1 year ago
refactor: Make prune_gc_sanctions_list more obviously correct.
iphydf
More...
over 1 year ago
docs: Add static analysis tool list to README.
iphydf
More...
over 1 year ago
cleanup: Check that WINXP macro exists before comparing it.
iphydf
More...
over 1 year ago
refactor: Make tox mutex non-recursive.
iphydf
More...
over 1 year ago
refactor: Make ToxAV independent of toxcore internals.
zoff99
More...
over 1 year ago
refactor: Fix network test not using the strong typedef
Maxim Biro
More...
over 1 year ago
docs: Add more documentation to crypto_core.
iphydf
More...
over 1 year ago
docs: Fix up doxyfile.
iphydf
More...
over 1 year ago
refactor: Remove `Tox *` from `tox_dispatch`.
iphydf
More...
over 1 year ago
refactor: Don't rely on tox_dispatch passing tox in tests.
iphydf
More...
over 1 year ago
refactor: Use strong typedef for NGC peer id.
iphydf
More...
over 1 year ago
refactor: Use strong typedef instead of struct for `Socket`.
iphydf
More...
over 1 year ago
refactor: Use `merge_sort` instead of `qsort` for sorting.
iphydf
More...
over 1 year ago
←
1
2
3
4
5
6
7
8
9
10
11
…
185
186
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree