TC Johnson
59630dbe8c
Version update: v0.3.4 → v0.4.0
2024-10-20 11:43:43 -05:00
Christien Rioux
6ecf623d7e
Better relay detection and protections for flows
2024-10-18 00:11:59 +00:00
Christien Rioux
cc2d656071
Improved Address Detection
2024-10-11 00:16:39 +00:00
neequ57
b3a0c6cb12
Disable unused features in dependencies
2024-09-23 18:19:28 +00:00
Christien Rioux
b7eeec20ab
improve dht consensus checking and low level networking
2024-09-21 15:13:29 +00:00
Christien Rioux
7eff6d12cc
add namespacing to WASM TableStore
2024-08-17 01:01:30 +00:00
Christien Rioux
5f43faebb2
more fmt
2024-08-11 09:59:04 -07:00
Christien Rioux
01a4b9c735
cargo fmt
2024-08-11 09:43:37 -07:00
TC Johnson
6eac54bbc9
Version update: v0.3.3 → v0.3.4
2024-08-01 19:19:34 -05:00
Christien Rioux
2ec843cd17
clean up spans and correct shutdown behavior. clean up reverse connection and hole punch errors
2024-07-21 22:35:41 -04:00
Christien Rioux
35dc7bdfd6
spawn names
2024-07-21 22:35:41 -04:00
Christien Rioux
052a703e9c
crate updates
2024-07-17 19:09:28 -04:00
TC Johnson
8c297acdee
Version update: v0.3.2 → v0.3.3
2024-07-07 12:32:33 -05:00
Christien Rioux
aeebe2a596
clippy fixes
2024-06-30 09:40:20 -04:00
Sashanoraa
b71cb0ea6c
Fix errors from new 1.78 clippy lints
2024-05-03 15:00:14 -04:00
TC Johnson
bdb7ad32f2
Version update: v0.3.1 → v0.3.2
2024-04-28 17:33:07 -05:00
TC Johnson
3effd2deef
Version update: v0.3.0 → v0.3.1
...
Signed-off-by: TC Johnson <tc@veilid.org>
2024-04-04 19:35:13 -05:00
TC Johnson
9d3ee579d3
Version update: v0.2.5 → v0.3.0
2024-03-27 21:11:00 -05:00
John Smith
1e681790e6
fix client time
2024-03-27 17:53:51 -05:00
Christien Rioux
f00e89114b
allow logs in interactive mode if desired
2024-03-27 17:53:51 -05:00
Christien Rioux
6455aff14a
make change_log_ignore a thing
2024-03-27 17:53:51 -05:00
Christien Rioux
9aa95f6857
fix async-std support
2024-03-27 17:53:50 -05:00
Christien Rioux
e24f0ac8b2
clean up interactive code
2024-03-27 17:53:50 -05:00
Christien Rioux
ec71c9631c
io read write
2024-03-27 17:53:50 -05:00
Christien Rioux
774abe2225
switch to fork
2024-03-27 17:53:50 -05:00
Christien Rioux
bf6be2beed
fixes for 'nom' out of date
2024-03-27 17:53:50 -05:00
Christien Rioux
e98877fc71
add interactive mode to veilid-cli
2024-03-27 17:53:50 -05:00
John Smith
b11f404d3f
async-std support
2024-01-19 13:55:35 -05:00
John Smith
6bfe9a0236
default to ipc only
2024-01-19 13:55:35 -05:00
John Smith
d1aa488883
windows specific ipc logic
2024-01-19 13:55:35 -05:00
John Smith
d454f9fdf9
update deps
2024-01-19 13:55:35 -05:00
John Smith
eecbb14774
defer to specified command line mode
2024-01-19 13:55:35 -05:00
John Smith
caa2746110
ipc works
2024-01-19 13:55:35 -05:00
John Smith
37979277b5
IPC to server
2024-01-19 13:55:33 -05:00
John Smith
2e2f3b0bc4
clippy lint
2024-01-19 13:53:43 -05:00
John Smith
f96e23b0f6
better display
2024-01-19 13:53:43 -05:00
John Smith
d269b25a23
make ctrl-k clear screen everywhere
2024-01-19 13:53:43 -05:00
John Smith
2ffba2c528
bug fixes
2024-01-19 13:53:43 -05:00
Christien Rioux
b791a82ec6
cap scrollback
2024-01-19 13:53:43 -05:00
Christien Rioux
4acb760c10
missing file
2024-01-19 13:53:43 -05:00
Christien Rioux
6232355cdd
cleanup output
2024-01-19 13:53:43 -05:00
Christien Rioux
8ed3f0672e
fix clear screen
2024-01-19 13:53:43 -05:00
TC Johnson
dcd4c0d22a
Version update: v0.2.4 -> v0.2.5
...
ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss
2023-11-06 20:51:41 -06:00
TC
502d08eda3
Merge branch 'earthly-caching-2' into 'main'
...
Refactored Earthfile to improve caching
See merge request veilid/veilid!232
2023-11-03 01:17:14 +00:00
Δ ǀ Ξ ȼ
d38f3cb42f
Refactored Earthfile to improve caching
...
Targets have been parallelized so that initial push of the container cache should build the whole build a little quicker, plus the container should now use the cache for more of the build and so speed up normal builds to just the compilation and test of the code that has changed
The `build_cache` target now builds a `build-cache:latest` container that is stored in the GitLab project Container Registry, and then used (if it exists) by the `test_build` target. The `build_cache` task runs under 3 conditions, 1. the container does not exist, 2. if scheduled, 3. if run manually from the Pipelines page in the GitLab interface.
It is recommended that the build is set up to run on a weekly schedule via the `Pipeline schedules` page in GitLab with the schedule of `0 2 * * 6`.
2023-10-31 11:17:13 +00:00
TC Johnson
cc5cb8a8b0
Version update: v0.2.3 → v0.2.4
2023-10-15 12:24:59 -05:00
John Smith
1fec1a5008
windows cleanup
2023-10-07 23:00:28 -04:00
Christien Rioux
abf0e18c77
Merge branch 'timestamps' into 'main'
...
Timestamps
See merge request veilid/veilid!201
2023-10-07 19:09:10 +00:00
Bruno Bigras
20442f7b9a
fix typos
2023-10-05 12:11:42 -04:00
Kai Renken
301a0ba5ec
fixing merge conflict
2023-10-01 23:39:53 +02:00