Commit Graph

  • e83211a887 Merge branch 'light_brynga/update_java_version' into 'main' Philip Nunoo 2024-09-30 10:04:18 +0000
  • 508318ff32 Ensure Java 17 or higher is the active version in dev-setup/setup_macos.sh Philip Nunoo 2024-09-30 12:02:14 +0200
  • ef66ad3f8f clean up display formatting improved-address-detection Christien Rioux 2024-09-29 21:38:12 -0400
  • dc944fe920 implement answer and state statistics Christien Rioux 2024-09-28 21:20:38 -0400
  • 545b646d8f convert deferred stream processor to generic streams instead of flume channel more aggressive relay reconnection more discovery context improvement Christien Rioux 2024-09-25 21:28:30 -0400
  • 55f07d7bcc better external address sampling Christien Rioux 2024-09-24 21:03:21 -0400
  • 9bb4863b29 Merge branch 'disable-unused-features' into 'main' main Christien Rioux 2024-09-23 18:19:28 +0000
  • b3a0c6cb12 Disable unused features in dependencies neequ57 2024-09-23 18:19:28 +0000
  • 4fe6eea852 Merge branch 'disable-unused-features' into 'main' neequ57 2024-09-22 10:57:51 +0000
  • 6b3e316047 Disable default features in arboard and config neequ57 2024-09-22 12:46:22 +0200
  • f74df2b0c6 Merge branch 'dht-consensus' into 'main' Christien Rioux 2024-09-21 15:13:29 +0000
  • b7eeec20ab improve dht consensus checking and low level networking Christien Rioux 2024-09-21 15:13:29 +0000
  • 5f709a5fde Merge branch 'dht-consensus' into 'main' Christien Rioux 2024-09-21 14:52:24 +0000
  • 582a992548 use local timezone for terminal logs Christien Rioux 2024-09-20 19:11:31 -0400
  • 36e859f651 shrink up timestamp in terminal logs Christien Rioux 2024-09-20 18:55:21 -0400
  • c8929bd019 fix zig and rust versioning John Smith 2024-09-20 18:17:05 -0400
  • 43dcf957a3 fix lock issue revert dht test tolerate route errors make find_node work in other routing domains add rust-version MSRV 1.81 John Smith 2024-09-20 16:04:53 -0400
  • b44bc5fb89 clean up logging John Smith 2024-09-20 13:18:47 -0400
  • bf936ad1d2 better veilid-cli help clean up senderpeerinfo handling John Smith 2024-09-19 20:09:30 -0400
  • be6835426f fix windows John Smith 2024-09-18 21:14:22 -0400
  • 03ba87b5bc organize modules Christien Rioux 2024-09-17 19:17:06 -0500
  • 9c6a883cb1 fix wasm clippy Christien Rioux 2024-09-17 17:42:48 -0500
  • 23ecae2cb2 more refactor and support for rust 1.81 Christien Rioux 2024-09-17 17:01:25 -0500
  • 99995b0334 refactor checkpoint Christien Rioux 2024-09-14 18:23:09 -0500
  • 1b423e2656 refactor relay protection for lock safety Christien Rioux 2024-09-11 09:08:18 -0400
  • 222be57fcd add short option '-n' for '--subnode-index' Christien Rioux 2024-09-06 19:49:59 -0400
  • 1241432579 make invalid sender peer info no longer punish, just ignore it improve debugging and make punishments more visible in logs John Smith 2024-09-06 19:40:36 -0400
  • 696a12b9ea correct tick locking John Smith 2024-09-06 09:02:16 -0400
  • 0cf1e0b3ce fix network class on static dialinfo John Smith 2024-09-04 17:05:28 -0400
  • aad4802cc6 cargo fmt Christien Rioux 2024-09-03 10:51:43 -0400
  • 2ee4db4906 re-enable connection-drop/failed-to-send deprioritization for relay node selection only one protected connection for relays, clean up and unprotect connections that no longer need it Christien Rioux 2024-09-03 09:45:05 -0400
  • 85950a4a99 immediately protect existing connections to relays after relay selection Christien Rioux 2024-09-02 20:06:29 -0400
  • ad4d5b1825 cleanup locks Christien Rioux 2024-09-02 18:36:55 -0400
  • 551b2db0b3 routing domain refactor checkpoint Christien Rioux 2024-09-02 16:49:46 -0400
  • 686cbfe186 peerinfo publication cleanup Christien Rioux 2024-08-26 20:29:09 -0400
  • 9cf6af4131 [X] should have a publish() as well as a commit() for routing domain editor [X] should only publish our peer info after we're sure we done editing it (end of public address detection task) [X] publish should happen after relay selection as well [X] publish should happen if the relay's peerinfo has changed [X] publish should not do anything if the peerinfo hasn't changed Christien Rioux 2024-08-25 20:43:23 -0400
  • 43ff616a68 the other way Christien Rioux 2024-08-22 20:08:50 -0400
  • b8dd6336b4 make public address detection consistency checking more stable Christien Rioux 2024-08-22 19:59:09 -0400
  • 8be10bef70 correct reporting of offline subkey write state for inspect_dht_record improved handling of offline subkey writes Christien Rioux 2024-08-22 12:12:27 -0400
  • 21bb7f53d9 cleanup fanout messages * Change fanout trimming parameters for set_value to match get consensus * temporarily disable python dht test Christien Rioux 2024-08-20 21:29:05 -0400
  • 92a0d9b199 Merge branch 'fix-zig-version-requirement' into 'main' TC 2024-09-15 21:24:07 +0000
  • 71881ec570
    Corrected ZIP download fix-zig-version-requirement TC Johnson 2024-09-15 16:21:14 -0500
  • 9fb54947e2 Add pipeline failure job that destroys build machines [ci skip] TC 2024-09-15 20:20:17 +0000
  • f3cbfbe610 in lieu of a reproducible testcase, this should fix the unwrap error. Closes #398 Christien Rioux 2024-08-20 19:00:27 -0400
  • d09f78c9ab Merge branch 'issue-388' into 'main' Christien Rioux 2024-08-20 22:29:03 +0000
  • 3b9626d79a implement issue #388: Change app-facing default to Sequencing::PreferOrdered Christien Rioux 2024-08-20 22:29:02 +0000
  • 22069d3430 improve verbose tracing. clean up some errors. Christien Rioux 2024-08-20 15:07:37 -0400
  • 99e824829b Merge branch 'multiple-instances' into 'main' Christien Rioux 2024-08-17 01:01:30 +0000
  • 7eff6d12cc add namespacing to WASM TableStore Christien Rioux 2024-08-17 01:01:30 +0000
  • 3716c5db78 update dependencies remove dysfunctional integration test Christien Rioux 2024-08-15 14:21:24 -0400
  • ffa4825c19 Merge branch 'dumont/python_connection_updates' into 'main' Christien Rioux 2024-08-15 13:56:01 +0000
  • aaea2aebbf Merge branch 'tmcarr-main-patch-16887' into 'main' Christien Rioux 2024-08-15 12:33:48 +0000
  • 099bd09442 Merge branch 'dumont/docs_logs_updates' into 'main' Christien Rioux 2024-08-15 12:31:13 +0000
  • 13646f4458 Merge branch 'ci/format' into 'main' Christien Rioux 2024-08-15 12:28:59 +0000
  • 76cc33a00f
    Skip format job during release runs -k 2024-08-14 20:47:14 -0700
  • 384cff519d
    Do not cache outside of project directory -k 2024-08-14 20:45:30 -0700
  • 2759689f3c Add configuration and logging to INSTALL.md DumontIO 2024-08-14 08:32:08 -0400
  • e01de73209 Update Python dependencies, add coverage DumontIO 2024-08-13 16:50:03 -0400
  • c92e07c88e Python code cleanup DumontIO 2024-08-13 16:47:06 -0400
  • 0c19414934 Move Python IPC connection from tests to Veilid DumontIO 2024-08-13 16:08:15 -0400
  • 672ad87d28 Merge branch 'lint' into 'main' Christien Rioux 2024-08-11 17:38:00 +0000
  • 5f43faebb2 more fmt Christien Rioux 2024-08-11 09:59:04 -0700
  • 01a4b9c735 cargo fmt Christien Rioux 2024-08-11 09:43:37 -0700
  • c812534eb6 fix resolver fix async-std double-close fd crash Christien Rioux 2024-08-10 17:28:00 -0700
  • 5e2142eac8
    Fix project formatting -k 2024-08-10 00:55:36 -0700
  • c608e0a3b7
    Add format job -k 2024-08-09 23:55:24 -0700
  • c7d698f211 better rpc id debugging Christien Rioux 2024-08-07 10:12:31 -0700
  • 87958eedde temporarily disable relay check Christien Rioux 2024-08-07 07:53:47 -0700
  • 9b7380c81c fix symmetric nat detection Christien Rioux 2024-08-06 18:13:44 -0700
  • cf56d669ba attempt to correct IPC path group permissions on systemd service Christien Rioux 2024-08-06 14:58:27 -0700
  • 1d70a0cc1e Update INSTALL.md to keep the suggested crontab from updating all packages on the users system. Travis Carr 2024-08-06 21:01:52 +0000
  • e0c20ed4c9 improve error handling for network errors make relay requirements more aggressive Christien Rioux 2024-08-05 16:10:19 -0500
  • f7ce5f93d0 add '--port' command line option for veilid-server that changes the base port for all protocols Christien Rioux 2024-08-05 12:27:39 -0500
  • 2d6736f667 update veilid-flutter Christien Rioux 2024-08-04 19:17:32 -0500
  • 0b1b533ea6 Added examples for setting up auto updates. Cleaned up some formatting. [ci skip] TC 2024-08-04 16:59:44 +0000
  • 02079bf018 Enhanced instructions for running veilid-cli [ci skip] TC 2024-08-02 23:29:12 +0000
  • a1dcd28e36 Merge branch 'newtype-timestamp' into 'main' Christien Rioux 2024-08-02 23:10:15 +0000
  • 627bbf209e proper display/from_str for timestamp/duration Christien Rioux 2024-08-02 17:27:03 -0500
  • a6e97b226e Corrected script name to generate .deb releases file [ci skip] TC 2024-08-02 17:52:16 +0000
  • 06abd73731 Update .gitlab-ci.yml file [ci skip] TC 2024-08-02 15:18:13 +0000
  • 952254b73b Just going to re-run the release but without pushing crates or python. [skip ci] TC 2024-08-02 15:13:25 +0000
  • b4e4299e7b temp change 2 to complete stuck release [skip ci] TC 2024-08-02 15:04:49 +0000
  • d142c3d8c5 temp change to complete stuck release [skip ci] TC 2024-08-02 15:02:10 +0000
  • e2d4121c2c Fixing order of jobs. Needs setting of build_repositories was causing stage leap frogging. v0.3.4 TC 2024-08-02 02:58:24 +0000
  • 2120278f40 Merge branch 'fix-0.3.4' into 'main' Christien Rioux 2024-08-02 02:11:32 +0000
  • 63b5845a8b add missing files Christien Rioux 2024-08-01 20:39:44 -0500
  • 2440476564 more fix Christien Rioux 2024-08-01 20:30:21 -0500
  • 9005e0718e fix non-tracing spawn Christien Rioux 2024-08-01 20:27:54 -0500
  • 1e83cd1349 make timestamp / timestampduration their own newtypes Christien Rioux 2024-08-01 20:02:27 -0500
  • 6eac54bbc9
    Version update: v0.3.3 → v0.3.4 TC Johnson 2024-08-01 19:19:34 -0500
  • f26303669b
    Updated changelog for v0.3.4 patch release TC Johnson 2024-08-01 19:11:34 -0500
  • ff2f2125b0 wasm clippy in earthfile Christien Rioux 2024-07-27 18:09:16 -0400
  • a363b26673 clippy fixes for wasm for rust 1.80 Christien Rioux 2024-07-27 17:25:15 -0400
  • 006e7aaaf5 clippy fixes for rust 1.80 Christien Rioux 2024-07-27 17:19:39 -0400
  • 87a0e38e36 reduce frequency of interface resets on ios Christien Rioux 2024-07-25 21:10:12 -0400
  • abc67f9606 checkpoint research-issue-395 Christien Rioux 2024-07-24 13:52:47 -0400
  • e759e50983 Merge branch 'startup-lock' into 'main' Christien Rioux 2024-07-22 14:29:44 +0000
  • bcb9f2a96c remove unnecessary spans Christien Rioux 2024-07-22 09:54:10 -0400
  • b091c78539 one more socket error edge case Christien Rioux 2024-07-22 09:22:44 -0400
  • e4ce42ec08 use cmake from kitware John Smith 2024-07-21 23:27:38 -0400