aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'main' into sb/compute-batchsb/compute-batchStefan Boberg2 hours3-9/+24
|\
| * add sanitizer options to xmake (#847)v5.7.23-pre1v5.7.23-pre0Dan Engelbrecht8 hours3-9/+24
* | Fix two potential SIGSEGV paths during early startupStefan Boberg4 hours2-0/+14
* | Fix silent exit when second zenserver instance detects port conflictStefan Boberg4 hours2-42/+50
* | Allow parent options to appear after subcommand nameStefan Boberg6 hours4-41/+123
* | Add test suite banners to test listener outputStefan Boberg9 hours1-2/+12
* | Fix --test-suite filter being ignored due to accumulation with defaultStefan Boberg9 hours3-16/+28
* | Fix multiline log message alignment when ANSI colors are enabledStefan Boberg9 hours2-3/+41
* | Fail on unrecognized zenserver mode instead of silently defaulting to storeStefan Boberg9 hours1-0/+5
* | Add Retracted state to RunnerAction for retry-free reschedulingStefan Boberg10 hours6-13/+325
* | Fix queue ActiveCount race in HandleActionUpdates terminal pathStefan Boberg10 hours1-1/+7
* | Clarify StripAnsiSgrSequences comment to note CSI non-SGR sequences are not s...Stefan Boberg11 hours1-0/+2
* | Fix race in HandleActionUpdates causing abandon_pending test to flakeStefan Boberg11 hours1-1/+17
* | made function.session.abandon_pending more robustStefan Boberg24 hours1-5/+15
* | Extract ExecSessionRunner class from ExecUsingSessionStefan Boberg24 hours4-936/+1131
* | Move RotatingFileSink and JsonFormatter to pimpl with .cpp filesStefan Boberg25 hours6-364/+463
* | Refactor logging color handling and formatter architectureStefan Boberg25 hours9-346/+424
* | Strip upstream ANSI color escapes in non-color output modeStefan Boberg26 hours1-5/+43
* | Improve AnsiColorStdoutSink write efficiencyStefan Boberg26 hours1-21/+44
* | Show host details when discovering new compute workersStefan Boberg26 hours1-1/+18
* | Move frontend html.zip from source tree into build directoryStefan Boberg27 hours1-2/+4
* | suppress frontend zip stdout spamStefan Boberg27 hours1-2/+2
* | Extended ConsoleTui with some more functionalityStefan Boberg28 hours2-0/+93
* | clean up code which triggers gcc false positiveStefan Boberg28 hours1-2/+4
* | Batch action submission for compute serviceStefan Boberg28 hours7-450/+503
|/
* revise oplog block arrangement (#842)Dan Engelbrecht29 hours7-2473/+4918
* Restructure zen builds using subcommands (#834)Stefan Boberg34 hours2-2284/+2647
* Enable cross compilation of Windows targets on Linux (#839)Stefan Boberg35 hours18-27/+57
* URI decoding, process env, compiler info, httpasio strands, regex route remov...Stefan Boberg36 hours17-381/+393
* block/file cloning support for macOS / Linux (#786)Stefan Boberg36 hours2-72/+523
* Made CPR optional, html generated at build time (#840)Stefan Boberg4 days8-22/+85
* Add clang-cl build supportStefan Boberg4 days5-74/+82
* Unix Domain Socket auto discovery (#833)Stefan Boberg5 days28-105/+538
* Switch httpclient default back-end over to libcurl (#832)Stefan Boberg5 days6-702/+454
* Add --no-network option (#831)Stefan Boberg5 days11-29/+101
* upgrade asio from 1.29.0 to 1.38.0 (#827)Stefan Boberg5 days6-41/+40
* Transparent proxy mode (#823)Stefan Boberg5 days36-186/+3191
* show ETA in plain and log output style (#829)Dan Engelbrecht5 days1-10/+11
* added streaming download of payloads http client Post (#824)Dan Engelbrecht6 days10-76/+379
* improved oplog import progress reporting (#825)Dan Engelbrecht6 days7-158/+251
* block scavenge of other downloads that uses an older state file (#822)Dan Engelbrecht7 days3-3/+22
* hub consul integration (#820)Dan Engelbrecht7 days12-44/+1200
* minor zenstore/blockstore fixes (#821)Stefan Boberg7 days5-83/+63
* HttpClient using libcurl, Unix Sockets for HTTP. HTTPS support (#770)Stefan Boberg7 days43-532/+4881
* hubservice refactor (#819)Dan Engelbrecht8 days11-737/+822
* Merge branch 'main' into lm/restrict-content-typeLiam Mitchell8 days10-72/+157
|\
| * Merge branch 'main' into lm/oidctoken-exe-pathLiam Mitchell8 days430-5286/+54399
| |\
| * \ Merge branch 'main' into lm/oidctoken-exe-pathLiam Mitchell8 days127-3068/+9008
| |\ \
| * | | Allow external OidcToken executable to be specified unless disabled via comma...Liam Mitchell13 days5-8/+58
| * | | Pass command-line OidcToken option through config rather than env variables, ...Liam Mitchell2026-01-1510-64/+59