aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * Add some debuggingAlex Auvolat2022-07-255-26/+63
| * Cargo fmtAlex Auvolat2022-07-251-3/+2
| * Remove broken testAlex Auvolat2022-07-251-95/+0
| * Remove blocking_send that crashesAlex Auvolat2022-07-251-1/+3
| * Conversion between ByteStream and AsyncReadAlex Auvolat2022-07-223-3/+52
| * Bump netapp version to 0.5Alex Auvolat2022-07-222-2/+2
| * Add Req::newAlex Auvolat2022-07-221-0/+4
| * Impose static lifetime on message and responseAlex Auvolat2022-07-222-5/+5
| * Remove copy of serialized thing in encodeAlex Auvolat2022-07-221-7/+4
| * Cargo fmt; better adapt with_capacity_valuesAlex Auvolat2022-07-223-29/+18
| * Terminology: don't use the word "body" anymore, talk of "attached stream"Alex Auvolat2022-07-222-45/+42
| * Add Resp::into_partsAlex Auvolat2022-07-221-4/+8
| * Small optimizationAlex Auvolat2022-07-222-1/+8
| * Add commentAlex Auvolat2022-07-221-0/+3
| * Simplify send.rsAlex Auvolat2022-07-222-166/+68
| * Move things around and fix error bitAlex Auvolat2022-07-225-10/+9
| * Use bounded channels on receive side for backpressureAlex Auvolat2022-07-224-32/+37
| * Clean up framing protocolAlex Auvolat2022-07-229-265/+429
| * Hide streaming versions as much as possibleAlex Auvolat2022-07-227-48/+59
| * Propose alternative APIAlex Auvolat2022-07-217-93/+216
| * One possibility, but I don't like itAlex Auvolat2022-07-218-55/+23
| * Rename AutoSerialize into SimpleMessage and refactor a bitAlex Auvolat2022-07-218-69/+114
| * Use Bytes instead of Vec<u8>Alex Auvolat2022-07-216-20/+17
| * Refactor send.rsAlex Auvolat2022-07-212-60/+61
| * Move things aroundAlex Auvolat2022-07-2116-412/+429
| * add detection of premature eostrinity-1686a2022-07-184-19/+58
| * use a framing protocol instead of even/odd channeltrinity-1686a2022-06-205-234/+193
| * start supporting sending error on streamtrinity-1686a2022-06-192-29/+72
| * wait for any ready stream instead of the highest priority onetrinity-1686a2022-06-193-71/+124
| * further work on streamstrinity-1686a2022-06-086-40/+67
| * rechunk streamtrinity-1686a2022-06-051-65/+94
| * initial work on associated streamtrinity-1686a2022-06-058-83/+382
|/
* Update versionv0.4.4Alex Auvolat2022-05-092-2/+2
* Also add addresses from incoming connectionsAlex Auvolat2022-05-091-9/+10
* Handle the possibility of several alternative IP addresses for peersAlex Auvolat2022-05-093-11/+70
* Fix span kind for RPC client sidev0.4.2Alex Auvolat2022-04-073-3/+3
* Release 0.4.1v0.4.1Alex Auvolat2022-03-151-1/+1
* Add logic to handle ping timeouts and other failuresAlex Auvolat2022-03-151-2/+32
* Fix testv0.4.0Alex Auvolat2022-02-211-1/+1
* Avoid logging full node IDsAlex Auvolat2022-02-214-19/+28
* Implement version tag for application as wellAlex Auvolat2022-02-216-28/+46
* Implement version check & transmit more error infoAlex Auvolat2022-02-214-6/+33
* fixAlex Auvolat2022-02-211-1/+1
* Add missing deps to droneAlex Auvolat2022-02-211-0/+1
* Fix imports; rust stable in CIAlex Auvolat2022-02-213-5/+5
* remove unneeded dependencyAlex Auvolat2022-02-211-1/+1
* Formatting & clippyAlex Auvolat2022-02-214-9/+11
* RefactoringAlex Auvolat2022-02-216-53/+132
* Add length of query to spanAlex Auvolat2022-02-182-2/+7
* Correct implementation of distributed tracingAlex Auvolat2022-02-184-37/+67