10
I Use This!
Low Activity

Commits : Listings

Analyzed about 22 hours ago. based on code collected about 22 hours ago.
Sep 09, 2024 — Sep 09, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
chore: Add strict-abi support for macOS/iOS. More... 7 months ago
chore: Add time option to manual fuzz trigger. More... 7 months ago
chore: Add remaining fuzz tests to cflite. More... 7 months ago
test: Add a Net_Crypto fuzz test. More... 7 months ago
refactor: Use IP string length from ip_ntoa instead of strlen. More... 7 months ago
cleanup: rename getnodes/sendnodes to nodes request/response This change alignes the naming to be closer to the spec and make it less ambiguous. This change also changes the naming of some private/experimental marked APIs. - tox_callback_dht_nodes_response() - tox_dht_nodes_request() - Tox_Event_Dht_Get_Nodes_Response More... 7 months ago
cleanup: remove kicked peers from saved peers list More... 7 months ago
perf: Use stack allocation for strerror rendering. More... 7 months ago
fix: ip to string function not accepting tcp families More... 7 months ago
cleanup: Make websockify output qtox-compatible logging. More... 7 months ago
refactor: don't fully discard received DHT nodes. This is mostly forward thinking, where we might introduce other ip families, in addition to ipv4, ipv6, tcp_ipv4 etc. More... 7 months ago
chore: Add opus and vpx to the toxcore wasm build. More... 7 months ago
chore: Fix xcframework tarball creation. More... 7 months ago
chore: Fix xcframework checksum creation. More... 7 months ago
chore: Add ios/macos framework build. More... 7 months ago
fix: run do_gca also in bootstrap nodes More... 7 months ago
chore: Support arm64 iphone simulator. More... 8 months ago
chore: Add support for more iOS architectures. More... 8 months ago
chore: Add binary deploy workflows. More... 8 months ago
cleanup: Mark events/dispatch headers as experimental. More... 8 months ago
refactor: Remove tox_types.h; use `struct` tags instead. More... 8 months ago
chore: Move most cirrus jobs to circleci. More... 8 months ago
refactor: Move `Tox_Options` to `tox_options.h`. More... 8 months ago
cleanup: Avoid clashing with global define `DEBUG`. More... 8 months ago
test: Add some more asserts for I/O and alloc to succeed. More... 8 months ago
fix: Don't crash on malloc failures in bin_unpack. More... 8 months ago
cleanup: Use tox memory for bin_unpack and net_strerror. More... 8 months ago
cleanup: Some random cleanups, mostly related to mem. More... 8 months ago
cleanup: Check that onion IP/Port packing worked. More... 8 months ago
cleanup: Use tox memory allocator in some more places. More... 8 months ago