Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
47 commits
Select commit Hold shift + click to select a range
b6fb7f4
bootstrap low level connection harness test util
aajtodd Apr 24, 2026
f5036ce
refactor transient error tests to cover all stacks
aajtodd Apr 26, 2026
4653957
bootstrap pool shape
aajtodd Apr 27, 2026
a7e7294
use pin project
aajtodd Apr 27, 2026
870409a
fix generics to be more useful
aajtodd Apr 28, 2026
56e2ae4
collapse acquire/send
aajtodd Apr 28, 2026
a29c269
tighten bounds on generics
aajtodd Apr 28, 2026
201d816
remove unused and cleanup logs
aajtodd Apr 28, 2026
a4339f5
move v2 into own module
aajtodd Apr 29, 2026
f31feec
conn limits
aajtodd Apr 30, 2026
e8099ec
add more tests for pool behaviors
aajtodd Apr 30, 2026
32a9293
wire v2 tls support
aajtodd May 1, 2026
53b26c1
fix poison support
aajtodd May 5, 2026
afecb70
thread connection context through stack
aajtodd May 6, 2026
29ad543
thread pool hooks through to handshake
aajtodd May 14, 2026
df18f06
wire proxy support
aajtodd May 14, 2026
9d053b3
add connect test for v2
aajtodd May 14, 2026
f39ae98
conn id
aajtodd May 15, 2026
543c56c
cleanup connection id and authority
aajtodd May 16, 2026
a7070a9
wire up unhealthy event
aajtodd May 16, 2026
e0f6c80
add conn timing
aajtodd May 18, 2026
84c2c87
h2 ALPN tests and fix s2n when proxied
aajtodd May 19, 2026
c9ffb25
move types around
aajtodd May 20, 2026
284ed89
initial partition
aajtodd May 21, 2026
7469abc
move v2 into pool client
aajtodd May 21, 2026
af9e2ef
cleanup
aajtodd May 21, 2026
e35c95c
refactor driver spawner
aajtodd May 22, 2026
bdc662b
group connection into struct
aajtodd May 24, 2026
31c29a5
rework partition config where pool is topology aware up front
aajtodd Jun 4, 2026
744c44e
move stack creation to partitions
aajtodd Jun 5, 2026
7137a57
wire driver spawner through partitions
aajtodd Jun 5, 2026
db9b1fe
wire stats index
aajtodd Jun 7, 2026
92d7819
try reclaim
aajtodd Jun 8, 2026
8e8e8f3
Add binding constraint and peer reclaim
aajtodd Jun 9, 2026
a437080
reclaim on cap
aajtodd Jun 9, 2026
d49918b
add peer borrow walk
aajtodd Jun 10, 2026
22d1696
add tsan and stress test. Workaround upstream issue
aajtodd Jun 10, 2026
8be288b
extend tests
aajtodd Jun 10, 2026
5880017
additional tests
aajtodd Jun 10, 2026
a3040f7
fill in test
aajtodd Jun 10, 2026
7de1bd2
fill in some basic builder tests
aajtodd Jun 11, 2026
b73c00c
cleanup dead code
aajtodd Jun 11, 2026
8dfe39e
add examples and cleanup docs
aajtodd Jun 12, 2026
a6a94d9
expose more of config
aajtodd Jun 16, 2026
1744009
fix nic binding
aajtodd Jun 17, 2026
998e5fb
Address pool review: H1 in-flight eviction, NIC setter gate, cap vali…
aajtodd Jun 26, 2026
e43e86d
Update Cargo.lock files
aajtodd Jun 26, 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
8 changes: 8 additions & 0 deletions NOTICE
Original file line number Diff line number Diff line change
@@ -1 +1,9 @@
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.

This product includes software developed by Sean McArthur and contributors
to the hyper-util project (https://github.com/hyperium/hyper-util), licensed
under the MIT License. The applicable copyright notice and MIT license text
are preserved at the top of each file that incorporates hyper-util sources.
See:

rust-runtime/aws-smithy-http-client/src/client/pool/vendored_cache.rs
34 changes: 17 additions & 17 deletions aws/rust-runtime/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading