aboutsummaryrefslogtreecommitdiff
path: root/src/zencore
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/main' into sb/orchStefan Boberg11 days2-0/+122
|\
| * subprocess tracking using Jobs on Windows/hub (#796)HEADmainStefan Boberg11 days2-0/+122
* | Merge branch 'main' into sb/orchStefan Boberg11 days1-4/+52
|\|
| * Add test summary table and failure reporting to xmake test (#794)Stefan Boberg12 days1-4/+52
* | Merge remote-tracking branch 'origin/main' into sb/orchStefan Boberg12 days1-8/+54
|\|
| * add full WebSocket (RFC 6455) client/server support for zenhttp (#792)Stefan Boberg12 days1-1/+0
| * add sentry-sdk logger (#793)Stefan Boberg12 days1-8/+54
* | added logging tests and fixed stdout redirection in Linux/Mac CreateProcStefan Boberg12 days1-0/+11
* | Merge remote-tracking branch 'origin/main' into sb/orchStefan Boberg12 days1-0/+1
|\|
| * Ported "lane trace" feature from UE (by way of IAX) (#771)Martin Ridgers12 days1-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
* | annotated some functions with trace scopesStefan Boberg13 days1-0/+3
* | remove Wine workarounds in DeleteDirectories now that we have something bette...Stefan Boberg13 days1-192/+0
* | another attempt at DeleteDirectories/WineStefan Boberg13 days1-11/+47
* | workaround for CPU sampling on WineStefan Boberg13 days1-49/+77
* | another workaround for DeleteDirectories/WineStefan Boberg13 days1-50/+160
* | wine workaroundStefan Boberg13 days1-4/+50
* | IsRunningOnWine now caches the answer to allow higher frequency usageStefan Boberg13 days1-7/+5
* | removed spurious printf in PathBuilder testStefan Boberg13 days1-1/+0
* | fixed logic issue in SampleCpu()Stefan Boberg14 days1-3/+3
* | make sure CPU usage is reported in Describe()Stefan Boberg14 days2-0/+8
* | changed how CPU metrics are tracked, to avoid some of the overheads of the pr...Stefan Boberg14 days2-80/+237
* | Merge branch 'sb/orch' of https://github.ol.epicgames.net/ue-foundation/zen i...Stefan Boberg2026-02-242-0/+227
|\ \
| * \ Merge branch 'sb/orch' of ssh://arn-wd-l1704:2222/ue-foundation/zen into sb/orchStefan Boberg2026-02-244-22/+24
| |\ \
| * | | added GetProcessCommandLineStefan Boberg2026-02-242-0/+227
* | | | fix: ReadFile uses BytesReadStefan Boberg2026-02-241-3/+3
| |/ / |/| |
* | | fix FEncounteredCallstackSetEntry racesStefan Boberg2026-02-241-4/+4
* | | fix `ReadFile` error reporting (would always return EOF error on failure)Stefan Boberg2026-02-241-10/+0
* | | add utf16to8_impl bounds checkingStefan Boberg2026-02-241-0/+4
* | | fix logic error in `CbValue::As*String`Stefan Boberg2026-02-241-8/+16
|/ /
* | added IoBufferBuilder variations which accept content-typeStefan Boberg2026-02-232-16/+39
* | Merge remote-tracking branch 'origin/main' into sb/orchStefan Boberg2026-02-232-127/+302
|\|
| * implement yaml generation (#774)Stefan Boberg2026-02-232-127/+302
* | Merge remote-tracking branch 'origin/main' into sb/orchStefan Boberg2026-02-232-2/+194
|\|
| * implemented base64 decoding (#777)Stefan Boberg2026-02-232-2/+194
* | include fixStefan Boberg2026-02-221-0/+1
* | Merge branch 'sb/orch' of https://github.ol.epicgames.net/ue-foundation/zen i...Stefan Boberg2026-02-205-29/+34
|\ \
| * | Merge remote-tracking branch 'origin/main' into sb/orchStefan Boberg2026-02-202-21/+21
| |\|
| | * fix MakeSafeAbsolutePathInPlace mis-spelling (#765)Stefan Boberg2026-02-202-21/+21
| * | use IsNull() to check m_Buffer validityStefan Boberg2026-02-191-1/+1
| * | remove inaccurate comment (we do validate bounds)Stefan Boberg2026-02-191-2/+0
| * | add null check to `SharedBuffer::GetFileReference`Stefan Boberg2026-02-191-6/+7
| * | add CountLeadingZeros tests (32-bit version)Stefan Boberg2026-02-191-0/+6
* | | make sure hashutils.h can be compiled standaloneStefan Boberg2026-02-191-0/+2
|/ /
* / fix for out-of-bounds issue when passing `--trace` without argumentsStefan Boberg2026-02-191-3/+10
|/
* 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