Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
5488d02
feat(client): accept sub-second timeouts
0x676e67 Jul 16, 2026
fca217f
Clarify timeout and TCP option documentation
0x676e67 Jul 16, 2026
a602b83
Merge branch 'demo/reject-forked-runtime-use-112' into demo/accept-su…
0x676e67 Jul 21, 2026
236d3e6
Merge branch 'demo/reject-forked-runtime-use-112' into demo/accept-su…
0x676e67 Jul 22, 2026
4f8de6e
Merge branch 'demo/reject-forked-runtime-use-112' into demo/accept-su…
0x676e67 Jul 23, 2026
9ccfbab
Merge branch 'demo/reject-forked-runtime-use-112' into demo/accept-su…
0x676e67 Jul 24, 2026
aae0b76
Merge branch 'demo/reject-forked-runtime-use-112' into demo/accept-su…
0x676e67 Jul 24, 2026
3e261ca
Merge branch 'demo/reject-forked-runtime-use-112' into demo/accept-su…
0x676e67 Jul 24, 2026
8c039d7
Merge branch 'demo/stable-error-hierarchy-111' into demo/accept-sub-s…
0x676e67 Jul 24, 2026
e7d97c9
Merge branch 'demo/stable-error-hierarchy-111' into demo/accept-sub-s…
0x676e67 Jul 25, 2026
fec76b9
Merge branch 'main' into demo/accept-sub-second-timeouts-116
0x676e67 Jul 28, 2026
f8c1033
ci: latest rust toolchain (#150)
0x676e67 Jul 28, 2026
2e4ab8c
expose tls info on responses optionally
arishgithub Jul 23, 2026
62aff70
fix rust formatting
arishgithub Jul 23, 2026
4063f04
changes after rebase
arishgithub Jul 28, 2026
f20573f
fix rust formatting
arishgithub Jul 28, 2026
f42e534
docs: document interrupt handling policy (#151)
0x676e67 Jul 29, 2026
0b8c1cb
refactor to reduce fragmentation
arishgithub Aug 2, 2026
e1978e8
refactor(tls): align response metadata API
0x676e67 Aug 3, 2026
ee3b1ec
feat(tls): add compact inspection
0x676e67 Aug 5, 2026
48e3d5f
Merge pull request #144 from arishgithub/expose-tls-info-on-responses
0x676e67 Aug 7, 2026
b7199d6
Merge remote-tracking branch 'origin/main' into demo/accept-sub-secon…
0x676e67 Aug 7, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,14 @@ jobs:
steps:
- uses: actions/checkout@v7

- uses: dtolnay/rust-toolchain@stable

- uses: ruby/setup-ruby@v1
with:
ruby-version: "3.4"
bundler-cache: true

- run: bundle exec rb-sys-dock --ruby-versions 4.0,3.4,3.3 --platform ${{ matrix.platform }} --build
- run: bundle exec rb-sys-dock --ruby-versions 4.0,3.4,3.3 --platform ${{ matrix.platform }} --mount-toolchains --build

- uses: actions/upload-artifact@v7
with:
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,4 @@ DATA.md
AGENTS.md
.agents/
.cargo/windows.toml
btls-extension-order-validation
Loading