Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: TokTok/c-toxcore
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: d010db8843fe1ec836d49b192d84c8d409ddfa8f
Choose a base ref
..
head repository: TokTok/c-toxcore
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 6784af41b60d1bf6c9c676db2ec9f1ca1b4cc78c
Choose a head ref
Showing with 3 additions and 10 deletions.
  1. +0 −7 auto_tests/tox_new_test.c
  2. +1 −1 other/bootstrap_daemon/docker/tox-bootstrapd.sha256
  3. +1 −1 third_party/cmp
  4. +1 −1 toxcore/network.c
7 changes: 0 additions & 7 deletions auto_tests/tox_new_test.c

This file was deleted.

2 changes: 1 addition & 1 deletion other/bootstrap_daemon/docker/tox-bootstrapd.sha256
Original file line number Diff line number Diff line change
@@ -1 +1 @@
c048b96d51bae728fa15ecac164944ff92ccb1a09bef3d0099550d7b9fd88cfe /usr/local/bin/tox-bootstrapd
09cd2be2005d21ad9f146a59d4f7d7b2221a07d7b6e72a63387dc468ea477a1d /usr/local/bin/tox-bootstrapd

Check failure on line 1 in other/bootstrap_daemon/docker/tox-bootstrapd.sha256

GitHub Actions / docker-bootstrap-node

9190d56ef3b346bc1632e6d7ee5fe5362be661bff58f2d6d88b5c1d1827394cd /usr/local/bin/tox-bootstrapd

Check failure on line 1 in other/bootstrap_daemon/docker/tox-bootstrapd.sha256

GitHub Actions / docker-bootstrap-node

9190d56ef3b346bc1632e6d7ee5fe5362be661bff58f2d6d88b5c1d1827394cd /usr/local/bin/tox-bootstrapd
2 changes: 1 addition & 1 deletion third_party/cmp
Submodule cmp updated 3 files
+2 −0 .github/workflows/ci.yml
+85 −109 cmp.c
+1 −1 cmp.h
2 changes: 1 addition & 1 deletion toxcore/network.c
Original file line number Diff line number Diff line change
@@ -45,7 +45,7 @@
// Comment line here to avoid reordering by source code formatters.
#include <windows.h>
#include <ws2tcpip.h>
#endif /* OS_WIN32 // Put win32 includes here */
#endif /* OS_WIN32 */

#ifdef __APPLE__
#include <mach/clock.h>