This website requires JavaScript.
Explore
Help
Sign In
manawenuz
/
btest-rs
Watch
1
Star
0
Fork
0
You've already forked btest-rs
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
7
Wiki
Activity
All Workflows
ci.yml
release.yml
Actor
All actors
manawenuz
Status
All status
Success
Failure
Waiting
Running
Fix TCP: always send bidirectional data regardless of direction
ci.yml #39
:
Commit
fa4fd63fb3
pushed by
manawenuz
main
2026-03-31 13:47:42 +00:00
1m22s
View workflow file
Fix TCP data: send all zeros, not 0x07 header
ci.yml #38
:
Commit
d8f3b9c189
pushed by
manawenuz
main
2026-03-31 13:40:36 +00:00
1m20s
View workflow file
Fix disconnect detection: TX/RX loops set running=false on EOF
ci.yml #37
:
Commit
9552cbef1a
pushed by
manawenuz
main
2026-03-31 13:31:40 +00:00
1m21s
View workflow file
Fix EC-SRP5 server: use stored gamma parity, not hardcoded true
ci.yml #36
:
Commit
6c82228dd1
pushed by
manawenuz
main
2026-03-31 13:23:30 +00:00
1m22s
View workflow file
Fix TCP multi-connection: TX/RX on ALL streams, not just primary
ci.yml #35
:
Commit
a87dd7510f
pushed by
manawenuz
main
2026-03-31 13:18:22 +00:00
1m19s
View workflow file
Fix EC-SRP5 server: use lift_x not redp1 for verification
ci.yml #34
:
Commit
b28c553e10
pushed by
manawenuz
main
2026-03-31 13:11:55 +00:00
1m20s
View workflow file
Add EC-SRP5 authentication (RouterOS >= 6.43)
ci.yml #33
:
Commit
58274da859
pushed by
manawenuz
main
2026-03-31 12:58:01 +00:00
1m19s
View workflow file
Fix TCP multi-conn auth: secondary connections skip auth
release.yml #32
:
Commit
8fe4e72bb3
pushed by
manawenuz
v0.2.0
2026-03-31 12:08:41 +00:00
2m41s
View workflow file
Fix TCP multi-conn auth: secondary connections skip auth
ci.yml #31
:
Commit
8fe4e72bb3
pushed by
manawenuz
main
2026-03-31 11:48:52 +00:00
1m9s
View workflow file
Debug TCP multi-conn: log raw bytes from secondary connections
ci.yml #30
:
Commit
9853d74c4a
pushed by
manawenuz
main
2026-03-31 11:46:04 +00:00
1m9s
View workflow file
Add TCP multi-connection support with session tokens
ci.yml #29
:
Commit
1659f10d62
pushed by
manawenuz
main
2026-03-31 11:41:45 +00:00
1m8s
View workflow file
Update docs: multi-connection is now supported
ci.yml #28
:
Commit
3dfd0185e5
pushed by
manawenuz
main
2026-03-31 11:29:15 +00:00
1m8s
View workflow file
Fix multi-connection: don't connect() UDP socket when conn_count > 1
ci.yml #27
:
Commit
28e553bc5f
pushed by
manawenuz
main
2026-03-31 11:28:05 +00:00
29s
View workflow file
Fix: remove auto docker login that overwrites working credentials
ci.yml #26
:
Commit
4dddf21f2f
pushed by
manawenuz
main
2026-03-31 11:10:21 +00:00
1m8s
View workflow file
Multi-arch Docker push: amd64 + arm64 with manifest
ci.yml #25
:
Commit
1be3cb82dc
pushed by
manawenuz
main
2026-03-31 11:08:09 +00:00
1m9s
View workflow file
Fix Docker registry auth: use GITEA_USER instead of 'token'
ci.yml #24
:
Commit
f1f597d308
pushed by
manawenuz
main
2026-03-31 11:00:32 +00:00
1m6s
View workflow file
Docs: emphasize Connection Count must be 1 for server mode
ci.yml #23
:
Commit
091222fbd4
pushed by
manawenuz
main
2026-03-31 10:58:20 +00:00
1m6s
View workflow file
Remove Docker build from CI, add local push-docker.sh script
release.yml #22
:
Commit
aa663f6b38
pushed by
manawenuz
v0.1.0
2026-03-31 10:56:42 +00:00
2m53s
View workflow file
Remove Docker build from CI, add local push-docker.sh script
ci.yml #21
:
Commit
aa663f6b38
pushed by
manawenuz
main
2026-03-31 10:54:34 +00:00
1m10s
View workflow file
Fix crane: use mutate for entrypoint/cmd instead of append flags
release.yml #20
:
Commit
9a6be68e62
pushed by
manawenuz
v0.1.0
2026-03-31 10:50:36 +00:00
2m45s
View workflow file
Fix crane: use mutate for entrypoint/cmd instead of append flags
ci.yml #19
:
Commit
9a6be68e62
pushed by
manawenuz
main
2026-03-31 10:47:59 +00:00
1m7s
View workflow file
Add Docker image push to release workflow
release.yml #18
:
Commit
e686e66ded
pushed by
manawenuz
v0.1.0
2026-03-31 10:44:30 +00:00
2m44s
View workflow file
Add Docker image push to release workflow
ci.yml #17
:
Commit
e686e66ded
pushed by
manawenuz
main
2026-03-31 10:40:54 +00:00
1m8s
View workflow file
Add Windows x86_64 cross-compilation to release workflow
release.yml #16
:
Commit
53a9795445
pushed by
manawenuz
v0.1.0
2026-03-31 10:39:55 +00:00
2m49s
View workflow file
Add Windows x86_64 cross-compilation to release workflow
ci.yml #15
:
Commit
53a9795445
pushed by
manawenuz
main
2026-03-31 10:37:38 +00:00
1m8s
View workflow file
Add .env support for release scripts, add .env.example
ci.yml #14
:
Commit
67ff26b5f8
pushed by
manawenuz
main
2026-03-31 10:36:24 +00:00
1m7s
View workflow file
Remove all Node.js actions, use pure shell for CI/CD
release.yml #13
:
Commit
fd148acffe
pushed by
manawenuz
v0.1.0
2026-03-31 10:34:41 +00:00
2m11s
View workflow file
Remove all Node.js actions, use pure shell for CI/CD
ci.yml #12
:
Commit
fd148acffe
pushed by
manawenuz
main
2026-03-31 10:32:51 +00:00
1m10s
View workflow file
Fix release workflow: add git clone fallback for all build jobs
release.yml #11
:
Commit
83f2b4c275
pushed by
manawenuz
v0.1.0
2026-03-31 10:30:39 +00:00
2m3s
View workflow file
Fix release workflow: add git clone fallback for all build jobs
ci.yml #10
:
Commit
83f2b4c275
pushed by
manawenuz
main
2026-03-31 10:28:23 +00:00
9s
View workflow file
First
Previous
1
2
3
4
Next
Last