oxen-storage-server/unit_test
Jason Rhinelander 23a47cf34d Fix serialize on 32-bit arches
The size before the string was being serialized as a size_t, which
differs on different arches; fixed it to a uin64_t so that it matches
amd64.

Also remove an undesirable `reserve()`: reserving the amount needed for
an intermediate result tends to result in *more* allocations happening
rather than less.  Plus the reserve size was wrong (allocating only 4
bytes for the 8 byte size_t value).
2021-04-25 20:16:12 -03:00
..
CMakeLists.txt Add proper encrypt/decrypt unit tests 2021-04-18 14:50:40 -03:00
command_line.cpp Replace Oxen HTTP RPC with OMQ RPC 2021-04-08 21:26:10 -03:00
encrypt.cpp Namespace encrypt unit test to avoid macos symbol conflict 2021-04-24 03:08:41 -03:00
ip_utils.cpp Address review comments 2021-03-30 17:06:56 +11:00
main.cpp initial rebrand 2021-01-07 15:12:15 +11:00
onion_requests.cpp Fix test suite 2021-04-21 21:30:51 -03:00
rate_limiter.cpp Fix unit tests 2021-04-18 14:50:40 -03:00
serialization.cpp Fix serialize on 32-bit arches 2021-04-25 20:16:12 -03:00
service_node.cpp Add fix and tests for ports not getting updated 2021-04-18 14:50:40 -03:00
signature.cpp Fix unit tests 2021-04-18 14:50:40 -03:00
storage.cpp Speed up unit tests for storage 2021-04-09 16:32:13 +10:00