Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bump version to v0.6.1v0.6.1next-0.6 | Alex Auvolat | 2023-03-13 | 2 | -2/+2 |
* | Merge branch 'main' of git.deuxfleurs.fr:lx/netapp | Alex Auvolat | 2023-03-13 | 2 | -5/+5 |
|\ | |||||
| * | Merge pull request 'Bumped lru to 0.10.' (#8) from jpds/netapp:lru-0.10 into ... | Alex | 2023-03-13 | 2 | -5/+5 |
| |\ | |||||
| | * | Bumped lru to 0.10. | Jonathan Davies | 2023-03-13 | 2 | -5/+5 |
| |/ | |||||
* / | Bump version to v0.6.0v0.6.0 | Alex Auvolat | 2023-03-13 | 2 | -2/+2 |
|/ | |||||
* | Merge pull request 'Bump dependent crates to latest' (#7) from jpds/netapp:ca... | Alex | 2023-03-13 | 6 | -167/+317 |
|\ | |||||
| * | Cargo.lock: Ran cargo update. | Jonathan Davies | 2023-03-13 | 1 | -155/+303 |
| * | src: Use new BinaryPropagator methods in opentelemetry_contrib/0.10. | Jonathan Davies | 2023-02-01 | 2 | -2/+2 |
| * | basalt: Adapt to use NonZeroUsize for lru change. | Jonathan Davies | 2023-02-01 | 2 | -2/+4 |
| * | Cargo.toml: Version bumps: | Jonathan Davies | 2023-02-01 | 1 | -8/+8 |
|/ | |||||
* | update .drone.yml | Alex Auvolat | 2023-02-01 | 1 | -17/+19 |
* | fix clippy | Alex Auvolat | 2023-01-31 | 7 | -38/+49 |
* | Ability to configure ping timeout intervalv0.5.2 | Alex Auvolat | 2022-09-19 | 3 | -4/+16 |
* | Add async version of parse_and_resolve_peer_addrv0.5.1 | Alex Auvolat | 2022-09-14 | 2 | -2/+18 |
* | Merge pull request 'add streaming body to requests and responses' (#3) from s...v0.5.0 | Alex | 2022-09-13 | 22 | -634/+1852 |
|\ | |||||
| * | undo needless changestream-body | Alex Auvolat | 2022-09-13 | 1 | -1/+1 |
| * | Fix potential memory leak | Alex Auvolat | 2022-09-13 | 1 | -4/+12 |
| * | Missing cleanup | Alex Auvolat | 2022-09-13 | 1 | -0/+1 |
| * | Uniformize flag naming | Alex Auvolat | 2022-09-13 | 2 | -9/+9 |
| * | add precision to protocol description | Alex Auvolat | 2022-09-13 | 1 | -0/+1 |
| * | No longer need to derive Clone on message types | Alex Auvolat | 2022-09-13 | 3 | -4/+4 |
| * | fill_buffer do something only if buf is empty | Alex Auvolat | 2022-09-13 | 1 | -3/+5 |
| * | Add comment on cancellation | Alex Auvolat | 2022-09-13 | 1 | -0/+5 |
| * | fix comment | Alex Auvolat | 2022-09-13 | 1 | -2/+2 |
| * | try make more like before | Alex Auvolat | 2022-09-13 | 1 | -1/+1 |
| * | Use BytesMut instead of Vec<u8> in bytes_buf (extend is probably faster) | Alex Auvolat | 2022-09-13 | 2 | -9/+10 |
| * | Add documentation | Alex Auvolat | 2022-09-12 | 3 | -11/+89 |
| * | reword doc comment | Alex Auvolat | 2022-09-12 | 1 | -1/+1 |
| * | slightly change example | Alex Auvolat | 2022-09-12 | 1 | -8/+3 |
| * | Implement Least Attained First scheduling of streams | Alex Auvolat | 2022-09-06 | 1 | -5/+17 |
| * | Merge branch 'main' into stream-body | Alex Auvolat | 2022-09-02 | 0 | -0/+0 |
| |\ | |/ |/| | |||||
* | | Merge pull request 'Fix ping timeout and interval' (#4) from fix-ping into main | Alex | 2022-09-02 | 6 | -56/+91 |
|\ \ | |||||
| * | | Bump to v0.4.5v0.4.5fix-ping | Alex Auvolat | 2022-09-02 | 2 | -2/+2 |
| | * | Merge branch 'fix-ping' into stream-body | Alex Auvolat | 2022-09-02 | 4 | -274/+262 |
| | |\ | | |/ | |/| | |||||
| * | | Merge branch 'main' into fix-ping | Alex Auvolat | 2022-09-02 | 3 | -242/+264 |
| |\ \ | |/ / |/| | | |||||
* | | | Update dependenciesupdate-deps | Alex Auvolat | 2022-09-02 | 3 | -242/+264 |
| | * | less verbosity | Alex Auvolat | 2022-09-01 | 1 | -1/+0 |
| | * | Correctly defuse cancellation on simple requests | Alex Auvolat | 2022-09-01 | 2 | -12/+24 |
| | * | try debug | Alex Auvolat | 2022-09-01 | 1 | -0/+1 |
| | * | Implement request cancellation | Alex Auvolat | 2022-09-01 | 4 | -21/+159 |
| | * | fix trace message | Alex Auvolat | 2022-09-01 | 1 | -0/+1 |
| | * | Merge branch 'fix-ping' into stream-body | Alex Auvolat | 2022-09-01 | 5 | -57/+61 |
| | |\ | | |/ | |/| | |||||
| * | | SVR -> SRV | Alex Auvolat | 2022-08-31 | 1 | -1/+1 |
| * | | Be more lenient on pings | Alex Auvolat | 2022-08-31 | 1 | -9/+5 |
| * | | Better messages in proto.rs | Alex Auvolat | 2022-08-31 | 1 | -12/+31 |
| * | | add debug_name in proto to differenciate messages | Alex Auvolat | 2022-08-31 | 3 | -13/+25 |
| * | | Add dump of sending queue | Alex Auvolat | 2022-08-31 | 1 | -0/+11 |
| * | | Ping less frequently | Alex Auvolat | 2022-08-31 | 1 | -39/+36 |
|/ / | |||||
| * | Add actual support for order tag | Alex Auvolat | 2022-09-01 | 4 | -37/+81 |
| * | Add OrderTag to Req and Resp, refactor errors | Alex Auvolat | 2022-09-01 | 10 | -119/+139 |