| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Refactored websocket message. | Per Larsson | 2022-02-21 | 1 | -17/+2 |
| * | Simple websocket client/server test. | Per Larsson | 2022-02-18 | 1 | -4/+4 |
| * | Added websocket message parser. | Per Larsson | 2022-02-16 | 1 | -0/+24 |
| * | Removed MemoryOutStream, MemoryInStream | Stefan Boberg | 2021-09-28 | 1 | -29/+7 |
| * | Removing a bunch of no-longer-useful code from stream.h/cpp in preparation fo... | Stefan Boberg | 2021-09-28 | 1 | -280/+0 |
| * | It's not possible to compile out tests | Stefan Boberg | 2021-09-20 | 1 | -1/+6 |
| * | Wrong include for std::runtime_error | Martin Ridgers | 2021-09-15 | 1 | -1/+1 |
| * | Replaced use of "%ll?" format specifiers with PRI?64 | Martin Ridgers | 2021-09-14 | 1 | -2/+2 |
| * | Use sprintf() where _itoa_s() is not available | Martin Ridgers | 2021-09-14 | 1 | -0/+32 |
| * | Use runtime_exception() instead of exception() as the latter doesn't have a c... | Martin Ridgers | 2021-09-14 | 1 | -1/+1 |
| * | fixed signed/unsigned comparison in stream.cpp | Stefan Boberg | 2021-09-03 | 1 | -1/+1 |
| * | Adding zenservice code | Stefan Boberg | 2021-05-11 | 1 | -0/+307 |