Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
d5f40d9
fix: deadlock on recursive emit_with_ack calls
bastilimbach Sep 26, 2024
dadd1f1
feat(socketio): notify client of transport completion
sirkrypt0 Jul 4, 2024
cf9e93e
feat(socketio): send close reason when emitting Event::Close
sirkrypt0 Sep 22, 2024
ba9abe3
Add headers to ReconnectSettings
DanielChabrowski Oct 7, 2024
9fc65cd
chore(deps): bump the patches group across 1 directory with 7 updates
dependabot[bot] Nov 24, 2024
e3b002a
Add starting test servers to the `make test-all` target
1c3t3a Nov 24, 2024
a4e5287
ci: Fix coverage.yml
1c3t3a Nov 24, 2024
b09d376
feat: add features for other tls types
ctrlaltf24 Sep 20, 2024
cc3493d
style: cargo fmt
ctrlaltf24 Sep 20, 2024
5def365
ci: fix most of the tests
ctrlaltf24 Sep 20, 2024
814e5ce
style: cargo fmt
iduartgomez Dec 2, 2024
3ec1363
fix: compile issues
iduartgomez Dec 2, 2024
ee832bd
fix: disable reqwest nativetls by default in engine.io
iduartgomez Dec 3, 2024
8c0b819
NXD-0: Update webpki due to vulnerabilities
berr Dec 17, 2024
4524a4a
Merge pull request #1 from nextdata-tech/chore-update-vulnerable-webpki
berr Dec 17, 2024
ad029bb
Upgrade rustls and tungstenite to remove multiple versions in deps
tylerhawkes Apr 18, 2025
69c9aca
Fix doc tests to work with both features
tylerhawkes Apr 18, 2025
1f25912
Fix issue with tests where provided server keys/certs weren't allowin…
tylerhawkes Apr 21, 2025
d8c2ab2
Fix doc tests where the type changes and run tests for both tls backends
tylerhawkes Apr 21, 2025
a2ed2f0
Merge remote-tracking branch 'upstream/feat-add-features-for-other-tl…
tylerhawkes Apr 21, 2025
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
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
run: docker logs test_suite > my_logs.txt 2>&1

- name: Upload docker logs
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
if: always()
with:
name: docker logs
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ target
ci/node_modules
ci/package-lock.json
ci/cert
ci/keygen/Cargo.lock

Loading