aboutsummaryrefslogtreecommitdiff
path: root/zencore
Commit message (Expand)AuthorAgeFilesLines
* Compute updates (#74)Joe Kirchoff2022-04-142-7/+13
* clang formatJoe Kirchoff2022-04-141-4/+13
* more cleanupDan Engelbrecht2022-04-122-2/+4
* cleanupDan Engelbrecht2022-04-122-0/+29
* use zen::UnsignedIntegral instead of std::unsigned_integralDan Engelbrecht2022-04-121-2/+2
* use std::unsigned_integral for ToHexNumber and ParseHexNumberDan Engelbrecht2022-04-011-7/+6
* safer and easier to read Char2NibbleDan Engelbrecht2022-04-011-15/+12
* remove WorkerThreadPool::Flush()Dan Engelbrecht2022-03-312-10/+0
* comments for ToHexNumber and ParseHexNumberDan Engelbrecht2022-03-311-0/+12
* clean up number -> hex -> number codeDan Engelbrecht2022-03-312-50/+75
* Rename FormatHex to ToHexDan Engelbrecht2022-03-312-2/+2
* review feedbackDan Engelbrecht2022-03-311-1/+1
* Remove bad kIsOwnedByThisDan Engelbrecht2022-03-311-1/+1
* Move FormatHex and ParseHex to zencore/stringDan Engelbrecht2022-03-312-0/+30
* Add Flush to workthreadpoolDan Engelbrecht2022-03-312-0/+10
* linux fixesDan Engelbrecht2022-03-311-3/+1
* remove test codeDan Engelbrecht2022-03-311-4/+0
* Manage lifetime of FileHandleDan Engelbrecht2022-03-311-1/+6
* Handle error GetFinalPathNameByHandleW when file handle is closedDan Engelbrecht2022-03-311-0/+4
* Simple file-based compute (#65)Joe Kirchoff2022-03-304-5/+13
* Added ToJson for compact binary array.Per Larsson2022-03-232-0/+18
* move workthreadpool to zencore (#63)Dan Engelbrecht2022-03-222-0/+123
* clang-formatDan Engelbrecht2022-03-217-19/+18
* Suppress C4305 in third party includesJoe Kirchoff2022-03-171-4/+5
* Added some new mime types; javascript, css, png and icoMartin Ridgers2022-03-151-0/+13
* Marked IoBuffer::operator bool () method as explicitMartin Ridgers2022-03-151-1/+1
* Set a default value for "Size" parameter of IoBuffer(OuterBuffer, ...)Martin Ridgers2022-03-151-1/+1
* clang formatDan Engelbrecht2022-03-091-6/+6
* Remove constexpr in NoneBytes declaration in testsDan Engelbrecht2022-03-091-4/+4
* clang-format fixesStefan Boberg2022-03-082-5/+5
* Fixed "taking address of constant" compile errorMartin Ridgers2022-03-031-2/+2
* Use sigaction() instead of the deprecated sigignore()Martin Ridgers2022-02-221-1/+4
* Initial support for websockets.Per Larsson2022-02-213-0/+76
|\
| * Removed optional offset for GetView.Per Larsson2022-02-211-13/+2
| * Refactored websocket message.Per Larsson2022-02-212-48/+19
| * Simple websocket client/server test.Per Larsson2022-02-182-9/+10
| * Added websocket message parser.Per Larsson2022-02-162-0/+54
| * Refactored websocket server and added static logger support.Per Larsson2022-02-151-0/+61
* | If open(O_CREAT) is used then a file mode must be givenMartin Ridgers2022-02-212-6/+6
* | Explicitly set access permissions so we're not affected by process' umaskMartin Ridgers2022-02-212-7/+14
* | Allow all users and groups to read/write files (POSIX)Martin Ridgers2022-02-211-1/+1
* | Marked a few file descriptors to be closed on execute (POSIX)Martin Ridgers2022-02-211-2/+2
* | Write access for all users to named event files on POSIXMartin Ridgers2022-02-141-1/+1
* | Allow all users to access the backing file for named mutexsMartin Ridgers2022-02-141-2/+2
* | Do not zombify child processes to more closely match WindowsMartin Ridgers2022-02-111-0/+15
|/
* Refactored auth manager to use simplified encryption API.Per Larsson2022-02-071-20/+5
* Replaced crypto transform abstraction with a concrete API.Per Larsson2022-02-072-167/+186
* Missing override suffix compile fixMartin Ridgers2022-02-041-1/+1
* Enable crypto on Linux.Ubuntu2022-02-031-2/+0
* Enable encryption on all platforms.Per Larsson2022-02-032-18/+10