index
:
netapp.git
0.2
fix-ping
main
master
next-0.10
next-0.6
next-0.7
stream-body
update-deps
A toolkit library for distributed software
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
message.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix clippy
Alex Auvolat
2023-01-31
1
-5
/
+5
*
No longer need to derive Clone on message types
Alex Auvolat
2022-09-13
1
-1
/
+1
*
Add comment on cancellation
Alex Auvolat
2022-09-13
1
-0
/
+5
*
Use BytesMut instead of Vec<u8> in bytes_buf (extend is probably faster)
Alex Auvolat
2022-09-13
1
-1
/
+0
*
Add documentation
Alex Auvolat
2022-09-12
1
-3
/
+49
*
Correctly defuse cancellation on simple requests
Alex Auvolat
2022-09-01
1
-0
/
+2
*
Add actual support for order tag
Alex Auvolat
2022-09-01
1
-1
/
+1
*
Add OrderTag to Req and Resp, refactor errors
Alex Auvolat
2022-09-01
1
-65
/
+102
*
Remove useless phantom and pub(crate)
Alex Auvolat
2022-08-31
1
-7
/
+2
*
Add Req::new
Alex Auvolat
2022-07-22
1
-0
/
+4
*
Impose static lifetime on message and response
Alex Auvolat
2022-07-22
1
-2
/
+2
*
Remove copy of serialized thing in encode
Alex Auvolat
2022-07-22
1
-7
/
+4
*
Cargo fmt; better adapt with_capacity_values
Alex Auvolat
2022-07-22
1
-6
/
+15
*
Terminology: don't use the word "body" anymore, talk of "attached stream"
Alex Auvolat
2022-07-22
1
-43
/
+40
*
Add Resp::into_parts
Alex Auvolat
2022-07-22
1
-4
/
+8
*
Small optimization
Alex Auvolat
2022-07-22
1
-0
/
+4
*
Clean up framing protocol
Alex Auvolat
2022-07-22
1
-149
/
+208
*
Hide streaming versions as much as possible
Alex Auvolat
2022-07-22
1
-1
/
+1
*
Propose alternative API
Alex Auvolat
2022-07-21
1
-63
/
+142
*
One possibility, but I don't like it
Alex Auvolat
2022-07-21
1
-37
/
+17
*
Rename AutoSerialize into SimpleMessage and refactor a bit
Alex Auvolat
2022-07-21
1
-34
/
+84
*
Use Bytes instead of Vec<u8>
Alex Auvolat
2022-07-21
1
-4
/
+4
*
Move things around
Alex Auvolat
2022-07-21
1
-0
/
+255
*
WIP v0.3.0 with changed API
Alex Auvolat
2021-10-12
1
-36
/
+0
*
Add ability to specify our public addr for people to contact us back
Alex Auvolat
2020-12-11
1
-0
/
+3
*
Documentate
Alex Auvolat
2020-12-02
1
-0
/
+15
*
First commit
Alex Auvolat
2020-12-02
1
-0
/
+18