aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* update rmp-serde to v1.1v0.7.0next-0.7Alex Auvolat2023-06-134-10/+8
* bump version to v0.6.1v0.6.1next-0.6Alex Auvolat2023-03-132-2/+2
* Merge branch 'main' of git.deuxfleurs.fr:lx/netappAlex Auvolat2023-03-132-5/+5
|\
| * Merge pull request 'Bumped lru to 0.10.' (#8) from jpds/netapp:lru-0.10 into ...Alex2023-03-132-5/+5
| |\
| | * Bumped lru to 0.10.Jonathan Davies2023-03-132-5/+5
| |/
* / Bump version to v0.6.0v0.6.0Alex Auvolat2023-03-132-2/+2
|/
* Merge pull request 'Bump dependent crates to latest' (#7) from jpds/netapp:ca...Alex2023-03-136-167/+317
|\
| * Cargo.lock: Ran cargo update.Jonathan Davies2023-03-131-155/+303
| * src: Use new BinaryPropagator methods in opentelemetry_contrib/0.10.Jonathan Davies2023-02-012-2/+2
| * basalt: Adapt to use NonZeroUsize for lru change.Jonathan Davies2023-02-012-2/+4
| * Cargo.toml: Version bumps:Jonathan Davies2023-02-011-8/+8
|/
* update .drone.ymlAlex Auvolat2023-02-011-17/+19
* fix clippyAlex Auvolat2023-01-317-38/+49
* Ability to configure ping timeout intervalv0.5.2Alex Auvolat2022-09-193-4/+16
* Add async version of parse_and_resolve_peer_addrv0.5.1Alex Auvolat2022-09-142-2/+18
* Merge pull request 'add streaming body to requests and responses' (#3) from s...v0.5.0Alex2022-09-1322-634/+1852
|\
| * undo needless changestream-bodyAlex Auvolat2022-09-131-1/+1
| * Fix potential memory leakAlex Auvolat2022-09-131-4/+12
| * Missing cleanupAlex Auvolat2022-09-131-0/+1
| * Uniformize flag namingAlex Auvolat2022-09-132-9/+9
| * add precision to protocol descriptionAlex Auvolat2022-09-131-0/+1
| * No longer need to derive Clone on message typesAlex Auvolat2022-09-133-4/+4
| * fill_buffer do something only if buf is emptyAlex Auvolat2022-09-131-3/+5
| * Add comment on cancellationAlex Auvolat2022-09-131-0/+5
| * fix commentAlex Auvolat2022-09-131-2/+2
| * try make more like beforeAlex Auvolat2022-09-131-1/+1
| * Use BytesMut instead of Vec<u8> in bytes_buf (extend is probably faster)Alex Auvolat2022-09-132-9/+10
| * Add documentationAlex Auvolat2022-09-123-11/+89
| * reword doc commentAlex Auvolat2022-09-121-1/+1
| * slightly change exampleAlex Auvolat2022-09-121-8/+3
| * Implement Least Attained First scheduling of streamsAlex Auvolat2022-09-061-5/+17
| * Merge branch 'main' into stream-bodyAlex Auvolat2022-09-020-0/+0
| |\ | |/ |/|
* | Merge pull request 'Fix ping timeout and interval' (#4) from fix-ping into mainAlex2022-09-026-56/+91
|\ \
| * | Bump to v0.4.5v0.4.5fix-pingAlex Auvolat2022-09-022-2/+2
| | * Merge branch 'fix-ping' into stream-bodyAlex Auvolat2022-09-024-274/+262
| | |\ | | |/ | |/|
| * | Merge branch 'main' into fix-pingAlex Auvolat2022-09-023-242/+264
| |\ \ | |/ / |/| |
* | | Update dependenciesupdate-depsAlex Auvolat2022-09-023-242/+264
| | * less verbosityAlex Auvolat2022-09-011-1/+0
| | * Correctly defuse cancellation on simple requestsAlex Auvolat2022-09-012-12/+24
| | * try debugAlex Auvolat2022-09-011-0/+1
| | * Implement request cancellationAlex Auvolat2022-09-014-21/+159
| | * fix trace messageAlex Auvolat2022-09-011-0/+1
| | * Merge branch 'fix-ping' into stream-bodyAlex Auvolat2022-09-015-57/+61
| | |\ | | |/ | |/|
| * | SVR -> SRVAlex Auvolat2022-08-311-1/+1
| * | Be more lenient on pingsAlex Auvolat2022-08-311-9/+5
| * | Better messages in proto.rsAlex Auvolat2022-08-311-12/+31
| * | add debug_name in proto to differenciate messagesAlex Auvolat2022-08-313-13/+25
| * | Add dump of sending queueAlex Auvolat2022-08-311-0/+11
| * | Ping less frequentlyAlex Auvolat2022-08-311-39/+36
|/ /
| * Add actual support for order tagAlex Auvolat2022-09-014-37/+81