summaryrefslogtreecommitdiff
path: root/contrib/epee/src/byte_slice.cpp
Commit message (Expand)AuthorAgeFilesLines
* Copyright: Update to 2022mj-xmr2022-03-041-1/+1
* clang: fix -Wrange-loop-analysis warningsselsta2021-04-271-2/+2
* Allow byte_stream->byte_slice conversion to shrink unused buffer spaceLee Clagett2020-10-131-4/+20
* Merge pull request #6559luigi11112020-07-081-1/+4
|\
| * ByteSlice: Fix persisting ptr to std::moved SSO bufferDoyle2020-05-201-1/+4
* | Fixed bugs for take_slice and byte_stream->byte_sliceLee Clagett2020-05-121-9/+17
|/
* Add byte_stream for zero-copy serialization, and add support in ZMQ-JSON.Lee Clagett2020-04-111-1/+41
* Use byte_slice for sending zmq messages - removes data copy within zmqLee Clagett2020-04-031-4/+15
* Add ref-counted buffer byte_slice. Currently used for sending TCP data.Lee Clagett2019-07-161-0/+209