aboutsummaryrefslogtreecommitdiff
path: root/zencore/stream.cpp
Commit message (Expand)AuthorAgeFilesLines
* Refactored websocket message.Per Larsson2022-02-211-17/+2
* Simple websocket client/server test.Per Larsson2022-02-181-4/+4
* Added websocket message parser.Per Larsson2022-02-161-0/+24
* Removed MemoryOutStream, MemoryInStreamStefan Boberg2021-09-281-29/+7
* Removing a bunch of no-longer-useful code from stream.h/cpp in preparation fo...Stefan Boberg2021-09-281-280/+0
* It's not possible to compile out testsStefan Boberg2021-09-201-1/+6
* Wrong include for std::runtime_errorMartin Ridgers2021-09-151-1/+1
* Replaced use of "%ll?" format specifiers with PRI?64Martin Ridgers2021-09-141-2/+2
* Use sprintf() where _itoa_s() is not availableMartin Ridgers2021-09-141-0/+32
* Use runtime_exception() instead of exception() as the latter doesn't have a c...Martin Ridgers2021-09-141-1/+1
* fixed signed/unsigned comparison in stream.cppStefan Boberg2021-09-031-1/+1
* Adding zenservice codeStefan Boberg2021-05-111-0/+307