| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Suppress C4305 in third party includes | Joe Kirchoff | 2022-03-17 | 1 | -4/+5 |
| | | |||||
| * | Added some new mime types; javascript, css, png and ico | Martin Ridgers | 2022-03-15 | 1 | -0/+13 |
| | | |||||
| * | Marked IoBuffer::operator bool () method as explicit | Martin Ridgers | 2022-03-15 | 1 | -1/+1 |
| | | |||||
| * | Set a default value for "Size" parameter of IoBuffer(OuterBuffer, ...) | Martin Ridgers | 2022-03-15 | 1 | -1/+1 |
| | | |||||
| * | clang format | Dan Engelbrecht | 2022-03-09 | 1 | -6/+6 |
| | | |||||
| * | Remove constexpr in NoneBytes declaration in tests | Dan Engelbrecht | 2022-03-09 | 1 | -4/+4 |
| | | | | | Visual Studio 17.1.1 has a regression causing compilation errors | ||||
| * | clang-format fixes | Stefan Boberg | 2022-03-08 | 2 | -5/+5 |
| | | |||||
| * | Fixed "taking address of constant" compile error | Martin Ridgers | 2022-03-03 | 1 | -2/+2 |
| | | |||||
| * | Use sigaction() instead of the deprecated sigignore() | Martin Ridgers | 2022-02-22 | 1 | -1/+4 |
| | | |||||
| * | Initial support for websockets. | Per Larsson | 2022-02-21 | 3 | -0/+76 |
| |\ | |||||
| | * | Removed optional offset for GetView. | Per Larsson | 2022-02-21 | 1 | -13/+2 |
| | | | |||||
| | * | Refactored websocket message. | Per Larsson | 2022-02-21 | 2 | -48/+19 |
| | | | |||||
| | * | Simple websocket client/server test. | Per Larsson | 2022-02-18 | 2 | -9/+10 |
| | | | |||||
| | * | Added websocket message parser. | Per Larsson | 2022-02-16 | 2 | -0/+54 |
| | | | |||||
| | * | Refactored websocket server and added static logger support. | Per Larsson | 2022-02-15 | 1 | -0/+61 |
| | | | |||||
| * | | If open(O_CREAT) is used then a file mode must be given | Martin Ridgers | 2022-02-21 | 2 | -6/+6 |
| | | | |||||
| * | | Explicitly set access permissions so we're not affected by process' umask | Martin Ridgers | 2022-02-21 | 2 | -7/+14 |
| | | | |||||
| * | | Allow all users and groups to read/write files (POSIX) | Martin Ridgers | 2022-02-21 | 1 | -1/+1 |
| | | | |||||
| * | | Marked a few file descriptors to be closed on execute (POSIX) | Martin Ridgers | 2022-02-21 | 1 | -2/+2 |
| | | | |||||
| * | | Write access for all users to named event files on POSIX | Martin Ridgers | 2022-02-14 | 1 | -1/+1 |
| | | | |||||
| * | | Allow all users to access the backing file for named mutexs | Martin Ridgers | 2022-02-14 | 1 | -2/+2 |
| | | | |||||
| * | | Do not zombify child processes to more closely match Windows | Martin Ridgers | 2022-02-11 | 1 | -0/+15 |
| |/ | |||||
| * | Refactored auth manager to use simplified encryption API. | Per Larsson | 2022-02-07 | 1 | -20/+5 |
| | | |||||
| * | Replaced crypto transform abstraction with a concrete API. | Per Larsson | 2022-02-07 | 2 | -167/+186 |
| | | |||||
| * | Missing override suffix compile fix | Martin Ridgers | 2022-02-04 | 1 | -1/+1 |
| | | |||||
| * | Enable crypto on Linux. | Ubuntu | 2022-02-03 | 1 | -2/+0 |
| | | |||||
| * | Enable encryption on all platforms. | Per Larsson | 2022-02-03 | 2 | -18/+10 |
| | | |||||
| * | Encrypt serialized auth state. | Per Larsson | 2022-02-03 | 2 | -1/+10 |
| | | |||||
| * | clang-format | Stefan Boberg | 2022-02-02 | 6 | -18/+18 |
| | | |||||
| * | Initial support for symmetric encryption/decryption using OpenSSL. | Per Larsson | 2022-01-31 | 3 | -0/+287 |
| | | |||||
| * | TraceInit can now be initialized with "None" tracing mode | Stefan Boberg | 2022-01-30 | 2 | -1/+11 |
| | | |||||
| * | Fixed missing template decorator on RefPtr friend class | Martin Ridgers | 2022-01-25 | 1 | -0/+1 |
| | | |||||
| * | Cachepolicy (#36) | mattpetersepic | 2022-01-25 | 2 | -0/+39 |
| | | | | | | | | | | | | | | | | | | * Copy CachePolicy implementation from UE5/Release-5.0. Add backwards compatability for clients and upstreams that are using the old protocol. * Add RefPtr templated move operator and constructor, so that RefPtr<const Foo*> A = std::move(RefPtr<Foo*>()) will do a move. * Fix broken CachePolicy tests and add tests for new Save/Load. * Remove TODO comments * CachePolicy Save/Load Fixes from codereview * Fix comment to match code change. * Remove backwards compatibility for CachePolicy change. Convert policy string tokens to PascalCase. Fix tests for new policy text. Change ParseCachePolicy to assert string is non-empty and always succeed. * Fix release build: use ZEN_WITH_TESTS define | ||||
| * | Format fix. | Per Larsson | 2022-01-22 | 10 | -54/+71 |
| | | |||||
| * | Added copyright headers to xmake.lua scripts | Martin Ridgers | 2022-01-20 | 1 | -0/+2 |
| | | |||||
| * | Support chunk requests with no ValueId, and interpret them as requested for ↵ | mattpetersepic | 2022-01-17 | 1 | -1/+1 |
| | | | | | values put with the PutValue API, which sends a package with RawHash and RawSize on the root object. (#35) | ||||
| * | Disabled mimalloc on Mac-Arm64 as vcpkg doesn't support it | Martin Ridgers | 2022-01-14 | 1 | -1/+6 |
| | | |||||
| * | Fixed up compile errors if mimalloc use is disabled | Martin Ridgers | 2022-01-14 | 1 | -0/+1 |
| | | |||||
| * | Blake3 for Mac Arm64 | Martin Ridgers | 2022-01-13 | 1 | -1/+5 |
| | | |||||
| * | Be explicit about what platforms a block implements for grepability | Martin Ridgers | 2022-01-13 | 1 | -3/+3 |
| | | |||||
| * | Use SysV semaphores to implement NamedEvent on Linux | Martin Ridgers | 2022-01-13 | 1 | -100/+7 |
| | | |||||
| * | More complete toolchain and C++ library version checks | Martin Ridgers | 2022-01-13 | 1 | -9/+24 |
| | | |||||
| * | The "operator << (CbWriter, size_t)" is only required when using libc++ | Martin Ridgers | 2022-01-13 | 1 | -1/+1 |
| | | |||||
| * | Missing include | Martin Ridgers | 2022-01-13 | 1 | -0/+1 |
| | | |||||
| * | Added missing std:: namespace to nullptr_t use | Martin Ridgers | 2022-01-13 | 2 | -6/+6 |
| | | |||||
| * | Moved "concepts" include to zencore.h as toolchain support is spotty | Martin Ridgers | 2022-01-13 | 4 | -3/+1 |
| | | |||||
| * | Added a CbWriter stream operator for size_t-type values | Martin Ridgers | 2022-01-10 | 1 | -0/+9 |
| | | |||||
| * | Converted use of _format UDL to fmt::format | Martin Ridgers | 2022-01-10 | 5 | -50/+33 |
| | | |||||
| * | Turn all ThrowLastError() sites in source_location variants | Martin Ridgers | 2022-01-07 | 2 | -10/+11 |
| | | |||||
| * | Use POSIX implementation for ProcessHandle on Mac | Martin Ridgers | 2022-01-07 | 1 | -13/+5 |
| | | |||||