aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* make zenutil build with new location for StringToPath()zen-optionsStefan Boberg2026-02-221-0/+1
* experimental: add zen::OptionsStefan Boberg2026-02-227-28/+1107
* added include to fix buildStefan Boberg2026-02-211-0/+2
* added back async logging supportStefan Boberg2026-02-214-2/+242
* add missing unistd.h includeStefan Boberg2026-02-211-5/+2
* fix initializer orderingStefan Boberg2026-02-211-2/+2
* eliminated use of int for log levelsStefan Boberg2026-02-2114-92/+80
* got rid of zen::logging::level namespaceStefan Boberg2026-02-2130-196/+188
* fixed issue where the default log level would be set to trace by default (sho...Stefan Boberg2026-02-211-1/+1
* fixed up various naming issuesStefan Boberg2026-02-2122-407/+408
* initial experimental attempt at removing dependency on spdlog in favour of a ...Stefan Boberg2026-02-2138-437/+1310
* remove spurious vcpkg referencesStefan Boberg2026-02-213-5/+1
* move partial chunk block anailsys to chunkblock.h/cpp (#767)Dan Engelbrecht2026-02-204-679/+887
* fix builds download indexing timer (#769)Dan Engelbrecht2026-02-202-7/+7
* fix plain progress bar (#768)Dan Engelbrecht2026-02-201-0/+1
* fix MakeSafeAbsolutePathInPlace mis-spelling (#765)Stefan Boberg2026-02-208-49/+49
* GC - fix handling of attachment ranges, http access token expiration, lock fi...Stefan Boberg2026-02-207-12/+18
* Merge branch 'main' into zs/web-ui-improvementszousar2026-02-1850-99/+7853
|\
| * structured compute basics (#714)Stefan Boberg2026-02-1845-47/+7639
| * add selective request logging support to http.sys (#762)Stefan Boberg2026-02-183-39/+156
| * convert ZEN_ASSERTs to exception to handle corrupt data gracefully (#760)Dan Engelbrecht2026-02-182-13/+58
* | updatefrontendzousar2026-02-181-0/+0
* | entry.js handles missing/native items more gracefullyzousar2026-02-182-4/+32
* | updatefrontendzousar2026-02-171-0/+0
* | Merge branch 'main' into zs/web-ui-improvementszousar2026-02-1725-197/+478
|\|
| * add http server root password protection (#757)Dan Engelbrecht2026-02-1719-166/+415
| * misc fixes brought over from sb/proto (#759)Stefan Boberg2026-02-177-31/+49
| * added ResetConsoleLog (#758)Stefan Boberg2026-02-163-0/+14
* | Dependencies table doesn't reflow the entries pagezousar2026-02-171-5/+19
* | Rename the cache section in the web uizousar2026-02-171-1/+1
* | Make files table in entry.js paginated and searchablezousar2026-02-171-40/+170
* | Added custom page for cook.artifactszousar2026-02-164-4/+428
* | Change breadcrumbs for oplogs to be more descriptivezousar2026-02-152-6/+12
* | Add support for listing files on oplog entrieszousar2026-02-151-9/+110
* | Restore handling for hard/soft name prefixeszousar2026-02-151-4/+16
* | Enhance dependencies to include soft and hard depszousar2026-02-141-11/+13
|/
* add foundation for http password protection (#756)Dan Engelbrecht2026-02-133-0/+275
* spelling fixes (#755)Dan Engelbrecht2026-02-131-2/+2
* logging config move to zenutil (#754)Stefan Boberg2026-02-1317-99/+187
* add IHttpRequestFilter to allow server implementation to filter/reject reques...Dan Engelbrecht2026-02-1310-96/+353
* add IsLocalMachineRequest to HttpServerRequest (#749)Dan Engelbrecht2026-02-126-7/+78
* add simple http client tests (#751)Dan Engelbrecht2026-02-128-27/+202
* reduce lock time for project store gc precache and gc validate (#750)Dan Engelbrecht2026-02-112-46/+261
* Fix formatting of stat pages (#748)Liam Mitchell2026-02-094-3/+10
* ported optimizations of MeasureVarUInt (#747)Dan Engelbrecht2026-02-061-2/+12
* fix target folder cleanup in builds download (#746)Dan Engelbrecht2026-02-061-12/+9
* only check file size for requested range in asio TransmitFileAsync in debug m...Dan Engelbrecht2026-02-061-41/+63
* Merge pull request #723 from ue-foundation/lm/service-interactive-sessionLiam Mitchell2026-02-044-40/+16
|\
| * Revert "Run Windows service as an interactive session, so we correctly respon...Liam Mitchell2026-02-031-2/+2
| * Respond to RequestApplicationExit() in http server implementations even in no...Liam Mitchell2026-01-294-40/+16