John Smith
309492e9a8
fix signal handling
2024-03-27 17:53:51 -05:00
Christien Rioux
fdc3de906f
major logging cleanup
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
ec71c9631c
io read write
2024-03-27 17:53:50 -05:00
Christien Rioux
a04d4e12c5
integration test and config work
2024-03-27 17:53:50 -05:00
Christien Rioux
ad45660db9
fix tests
2024-03-27 17:53:50 -05:00
Christien Rioux
ef6ecdab79
logging improvements
2024-03-27 17:53:50 -05:00
John Smith
a092463f77
clean up warnings
2024-01-20 22:06:15 -05:00
Christien Rioux
599677bb2d
better version
2024-01-19 22:10:10 -05:00
Christien Rioux
617d059eb5
add missing function
2024-01-19 22:04:41 -05:00
John Smith
70ef992714
windows fix
2024-01-19 13:55:35 -05:00
John Smith
5ad4814515
push configuration check to veilid-server
2024-01-19 13:55:35 -05:00
John Smith
25637e5ff5
disable async-std+windows build
2024-01-19 13:55:35 -05:00
John Smith
b11f404d3f
async-std support
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
f47adfa03f
change signature of accept function
2024-01-19 13:55:35 -05:00
John Smith
d454f9fdf9
update deps
2024-01-19 13:55:35 -05:00
John Smith
bdb64a96ea
cleanup a bit
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
6d2119f32e
fix #347 and #349
2024-01-19 13:53:43 -05:00
John Smith
7129343ea1
some debugging for bootstrap and route purge
2024-01-19 13:53:43 -05:00
Christien Rioux
9b8420d288
more watchvalue
2024-01-19 13:53:42 -05:00
Christien Rioux
70e256a25a
checkpoint
2024-01-19 13:53:42 -05:00
Christien Rioux
3f86801ecd
Merge branch 'salvatoret/clean-up-warnings' into 'main'
...
Clean up the compile-time warnings
See merge request veilid/veilid!247
2024-01-19 18:53:31 +00:00
Salvatore Testa
5884f89d1a
Clean up the compile-time warnings
...
These are all the auto-applied warning corrections.
2024-01-11 15:16:18 -08:00
Salvatore Testa
e378d01682
Move default storage config to veilid-core
...
The default is currently `""` which puts all of the files without
grouping them in the top level.
Instead, use the paths that `veilid-server` has configured as the
defaults.
2024-01-11 10:19:31 -08:00
Kyle H
af27b5aa85
Change 'whitelist' to 'allowlist' globally.
2023-11-23 14:49:45 +00:00
Christien Rioux
5070b0a560
use forked repositories for async-tls and async-tungstenite
2023-11-07 13:49:19 -05:00
TC Johnson
dcd4c0d22a
Version update: v0.2.4 -> v0.2.5
...
ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss
2023-11-06 20:51:41 -06:00
Christien Rioux
0640342556
refactor for flows
2023-11-04 19:53:14 -04: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
a7fb7eea74
dont fail if client port fails to bind
2023-10-14 22:05:29 -04:00
Trent Waddington
72889b8f1a
Fix warnings.
2023-10-10 12:51:11 +10:00
Christien Rioux
563b80e31c
Merge branch 'clippy-fixes' into 'main'
...
Clippy fixes
See merge request veilid/veilid!195
2023-09-19 00:43:41 +00:00
Christien Rioux
f596b3ce05
more clippy
2023-09-18 15:22:40 -04:00
Christien Rioux
6438a64fc7
clippy work
2023-09-17 19:37:02 -04:00
TC Johnson
fa13f95a10
Version update: v0.2.2 → v0.2.3
...
- Security fix for WS denial of service
- Support for latest Rust 1.72
2023-09-17 13:21:57 -05:00
John Smith
d60c296303
cargo upgrades
2023-09-16 21:56:19 -04:00
TC Johnson
06c0abead8
Version update: v0.2.1 → v0.2.2
2023-09-16 17:32:16 -05:00
Christien Rioux
960a4cb964
Revert "version bump fix"
...
This reverts commit 2d291b86b6
.
2023-09-16 16:51:59 -04:00
Christien Rioux
ba72aa9dd3
version bump fix
2023-09-16 16:51:59 -04:00
Christien Rioux
7f3f7c9166
clean up cargo.toml
2023-09-16 16:51:59 -04:00
TC Johnson
65826b219b
Version update: v0.2.0 → v0.2.1
2023-09-03 19:45:12 -05:00
John Smith
896df0bb97
more forking
2023-09-03 10:08:04 -04:00
Christien Rioux
64d9f456ce
Merge branch 'address-localhost-disk-consumption-attack' into 'main'
...
Avoid large logs of 127.0.0.1:5959 attack payloads
See merge request veilid/veilid!158
2023-09-03 00:32:29 +00:00
TC Johnson
2c46a159a3
Version update: v0.1.10 → v0.2.0
2023-09-02 09:45:56 -05:00
Christien Rioux
90772728c2
bumpversion fixes
2023-09-02 10:41:59 -04:00