aboutsummaryrefslogtreecommitdiff
path: root/src/zencore
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'main' into sb/threadpoolStefan Boberg2026-03-1611-82/+635
|\
| * Enable cross compilation of Windows targets on Linux (#839)Stefan Boberg2026-03-165-9/+18
| * URI decoding, process env, compiler info, httpasio strands, regex route remov...Stefan Boberg2026-03-166-1/+94
| * block/file cloning support for macOS / Linux (#786)Stefan Boberg2026-03-162-72/+523
* | Fix thread vector growth in dynamic thread poolsStefan Boberg2026-03-151-11/+44
* | Merge remote-tracking branch 'origin/main' into sb/threadpoolStefan Boberg2026-03-1587-969/+4452
|\|
| * Made CPR optional, html generated at build time (#840)Stefan Boberg2026-03-131-1/+1
| * Add clang-cl build supportStefan Boberg2026-03-132-70/+78
| * Switch httpclient default back-end over to libcurl (#832)Stefan Boberg2026-03-132-0/+29
| * Transparent proxy mode (#823)Stefan Boberg2026-03-128-88/+246
| * improved oplog import progress reporting (#825)Dan Engelbrecht2026-03-112-26/+37
| * HttpClient using libcurl, Unix Sockets for HTTP. HTTPS support (#770)Stefan Boberg2026-03-102-5/+121
| * Dashboard overhaul, compute integration (#814)Stefan Boberg2026-03-097-5/+87
| * added auto-detection logic for console colour output (#817)Stefan Boberg2026-03-092-5/+107
| * Eliminate spdlog dependency (#773)Stefan Boberg2026-03-0928-452/+1912
| * Claude config, some bug fixes (#813)Stefan Boberg2026-03-0618-87/+146
| * added TEST_SUITE_BEGIN/END around some TEST_CASEs which didn't have them (#809)Stefan Boberg2026-03-051-0/+4
| * Fixing various compiler issues (#807)Stefan Boberg2026-03-043-6/+13
| * more feedback during auth option parsing (#806)Dan Engelbrecht2026-03-042-9/+49
| * compute orchestration (#763)Stefan Boberg2026-03-042-80/+292
| * HTTP improvements (#803)Stefan Boberg2026-03-042-7/+19
| * unity build fixes (#802)Stefan Boberg2026-03-045-1/+22
| * Add test suites (#799)Stefan Boberg2026-03-0232-19/+156
| * added `--verbose` option to zenserver-test and `xmake test` (#798)Stefan Boberg2026-03-014-11/+186
| * subprocess tracking using Jobs on Windows/hub (#796)Stefan Boberg2026-02-282-0/+122
| * Add test summary table and failure reporting to xmake test (#794)Stefan Boberg2026-02-271-4/+52
| * add full WebSocket (RFC 6455) client/server support for zenhttp (#792)Stefan Boberg2026-02-271-1/+0
| * add sentry-sdk logger (#793)Stefan Boberg2026-02-271-8/+54
| * Ported "lane trace" feature from UE (by way of IAX) (#771)Martin Ridgers2026-02-271-0/+1
| * Fix zencore bugs and propagate content type through IoBufferBuilder (#783)Stefan Boberg2026-02-246-27/+65
| * Add `zen ui` command (#779)Stefan Boberg2026-02-242-0/+227
| * Various bug fixes (#778)Stefan Boberg2026-02-244-25/+27
| * implement yaml generation (#774)Stefan Boberg2026-02-232-127/+302
| * implemented base64 decoding (#777)Stefan Boberg2026-02-232-2/+194
* | implemented dynamic scaling support for WorkerThreadPoolStefan Boberg2026-02-233-22/+136
* | add friends to fix build issueStefan Boberg2026-02-201-0/+3
* | made http.sys async worker thread pool configurable via the same option as th...Stefan Boberg2026-02-202-28/+45
|/
* fix MakeSafeAbsolutePathInPlace mis-spelling (#765)Stefan Boberg2026-02-202-21/+21
* add selective request logging support to http.sys (#762)Stefan Boberg2026-02-182-36/+134
* add http server root password protection (#757)Dan Engelbrecht2026-02-171-0/+16
* misc fixes brought over from sb/proto (#759)Stefan Boberg2026-02-173-11/+11
* added ResetConsoleLog (#758)Stefan Boberg2026-02-162-0/+9
* ported optimizations of MeasureVarUInt (#747)Dan Engelbrecht2026-02-061-2/+12
* reduce batch size for reads (#740)Dan Engelbrecht2026-01-291-1/+1
* avoid big ioworker backlog (#733)Dan Engelbrecht2026-01-261-2/+14
* zenserver API changes, some other minor changes (#720)Stefan Boberg2026-01-191-1/+14
* remove ZENCORE_API completely (#718)Stefan Boberg2026-01-1919-418/+399
* consul package and basic client added (#716)Stefan Boberg2026-01-196-20/+239
* use current locale when converting wide char command line arguments to string...Dan Engelbrecht2026-01-151-0/+4
* added options to configure exclude folders and extensions to zen build comman...Dan Engelbrecht2026-01-134-32/+125