| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | added `--verbose` option to zenserver-test and `xmake test` (#798) | Stefan Boberg | 2026-03-01 | 1 | -33/+2 |
| | | | | | | | * when `--verbose` is specified to zenserver-test, all child process output (typically, zenserver instances) is piped through to stdout. you can also pass `--verbose` to `xmake test` to accomplish the same thing. * this PR also consolidates all test runner `main` function logic (such as from zencore-test, zenhttp-test etc) into central implementation in zencore for consistency and ease of maintenance * also added extended utf8-tests including a fix to `Utf8ToWide()` | ||||
| * | use current locale when converting wide char command line arguments to ↵ | Dan Engelbrecht | 2026-01-15 | 1 | -0/+4 |
| | | | | | | | string (#712) * set utf8 locale, only set LC_CTYPE as we don't want to affect how decimal point or sorting orders are handled * set language/region explicitly so we can use LC_ALL | ||||
| * | move chunking code to zenremotestore lib (#545) | Dan Engelbrecht | 2025-10-03 | 1 | -1/+0 |
| | | |||||
| * | move remoteproject to remotestorelib (#542) | Dan Engelbrecht | 2025-10-03 | 1 | -0/+2 |
| | | | | * move remoteproject code to remotestorelib | ||||
| * | add zenremotestore lib (#540) | Dan Engelbrecht | 2025-10-02 | 1 | -0/+42 |