| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add `import-project` and `export-project` (#183) | Dan Engelbrecht | 2022-11-18 | 1 | -4/+32 |
| | | | | * Add `import-project` and `export-project` command line parsing | ||||
| * | 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 |
| | | | | | | | | | BinaryWriter/BinaryReader now implements memory buffer functionality which previously needed two chained instances of a Buffer/Reader. This was originally expected to be an abstraction for file and other stream access but this is not going to be useful so may as well collapse the functionality. This also eliminates the need for stack-aware ref-counting which is the real reason for wanting to get rid of this code. This was a very old experimental feature which turned out to be a bad idea. This also removes the /cas/batch endpoint | ||||
| * | Removing a bunch of no-longer-useful code from stream.h/cpp in preparation ↵ | Stefan Boberg | 2021-09-28 | 1 | -280/+0 |
| | | | | | for a greater purge | ||||
| * | It's not possible to compile out tests | Stefan Boberg | 2021-09-20 | 1 | -1/+6 |
| | | | | | Tests are now compiled in if `ZEN_WITH_TESTS=1`, and compiled out if not. Compiling tests out reduces the footprint of the resulting executables quite significantly. | ||||
| * | 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 ↵ | Martin Ridgers | 2021-09-14 | 1 | -1/+1 |
| | | | | | constructor that takes a message according to the C++20 standard | ||||
| * | 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 |