| Age | Commit message (Expand) | Author |
| 2019-08-16 | having both CurrentBase and CurrentCleanBase is confusing | Samuele Pedroni |
| 2019-08-16 | add a test with a middle segment (/foo/BAR/baz) for clarity | Samuele Pedroni |
| 2019-08-14 | strutil: add PathIterator.CurrentCleanBase | Zygmunt Krynicki |
| 2019-07-02 | Merge branch 'master' into health-checks-v0 | John R. Lenton |
| 2019-06-24 | many: add strutil.ElliptLeft, use it for shortening cohorts | John R. Lenton |
| 2019-06-20 | Merge branch 'master' into health-checks-v0 | John R. Lenton |
| 2019-06-03 | strutil/shlex: fix ineffassign | Maciej Borzecki |
| 2019-05-10 | drop strutil.IsCtrl for now. Also some tidying up. | John R. Lenton |
| 2019-05-09 | First pass at healthstate (no tests yet) | John R. Lenton |
| 2019-03-20 | strutil: fix handling of non Latin1 digits, no naiive slicing | Maciej Borzecki |
| 2019-03-20 | strutil: make SplitUnit public, allow negative numbers | Maciej Borzecki |
| 2018-11-22 | strutil: add ElliptRight | John R. Lenton |
| 2018-11-02 | cmd: make coreSupportsReExec faster | John R. Lenton |
| 2018-10-31 | Merge remote-tracking branch 'upstream/master' into faster-version-compare | John R. Lenton |
| 2018-10-31 | strutil: fix go:generate line | John R. Lenton |
| 2018-10-30 | strutil: let MatchCounter work with a nil regexp | John R. Lenton |
| 2018-10-30 | strutil: make VersionCompare faster | John R. Lenton |
| 2018-10-30 | strutil: add a generator for character ordering LUT | Maciej Borzecki |
| 2018-10-30 | strutil: make VersionCompare faster | John R. Lenton |
| 2018-10-29 | strutil: add extra test to CommaSeparatedList as suggested by mborzecki | Michael Vogt |
| 2018-10-26 | daemon, strutil: daemon.splitQS --> strutil.CommaSeparatedList | John R. Lenton |
| 2018-08-30 | strutil: fix MatchCounter to also work with buffer reuse | John R. Lenton |
| 2018-08-28 | strutil: update test names | Michael Vogt |
| 2018-08-28 | strutil: address review feedback for ParseByteSize | Michael Vogt |
| 2018-08-27 | strutil: check the common case with units with two chars first | Michael Vogt |
| 2018-08-27 | address review feedback | Michael Vogt |
| 2018-08-27 | strutil: ignore the case of the unit (kb,kB,KB are all the same now) | Michael Vogt |
| 2018-08-24 | strutil: add new ParseValueWithUnit | Michael Vogt |
| 2018-07-24 | strutil: detect and bail out of Unmarshal on duplicate key | John R. Lenton |
| 2018-06-26 | Merge pull request #5394 from zyga/tweak/pathiter-almost-clean-path | Zygmunt Krynicki |
| 2018-06-26 | strutil: support iteration over almost clean paths | Zygmunt Krynicki |
| 2018-06-26 | strutil: add PathIterator.Rewind | Zygmunt Krynicki |
| 2018-06-13 | strutil: add PathIterator.Depth | Zygmunt Krynicki |
| 2018-06-13 | strutil,cmd/snap-update-ns: move PathIterator to strutil | Zygmunt Krynicki |
| 2018-05-09 | Merge pull request #4790 from chipaca/puritan | John Lenton |
| 2018-03-15 | strutil, cmd/snap: drop strutil.WordWrap, first pass at replacement | John R. Lenton |
| 2018-03-09 | strutil/shlex: bump unit tests coverage | Maciej Borzecki |
| 2018-03-08 | strutil/shlex: apply gofmt | Maciej Borzecki |
| 2018-03-08 | strutil/shlex: import github.com/google/shlex into the tree | Maciej Borzecki |
| 2018-03-06 | jsonutil/puritan: introducing puritan.String & etc | John R. Lenton |
| 2018-02-21 | Simplified Write method (thanks Gustavo).fix-hooks-oom | Pawel Stolowski |
| 2018-02-20 | Improved Write method to never exceed the 2*maxbytes limit. | Pawel Stolowski |
| 2018-02-20 | Test improvements (thanks mvo). | Pawel Stolowski |
| 2018-02-20 | Merge branch 'master' into fix-hooks-oom | Pawel Stolowski |
| 2018-02-07 | No need for separate variable for written bytes. | Pawel Stolowski |
| 2018-02-07 | Renamed to LimitedBuffer. | Pawel Stolowski |
| 2018-02-07 | Truncate by 2xmax bytes during write. | Pawel Stolowski |
| 2018-02-07 | Review comments, minor optimizations. | Pawel Stolowski |
| 2018-02-06 | strutil: introducing MatchCounter | John R. Lenton |
| 2018-02-05 | Use Buffer internally in the LimitedWriter. Updated spread test. | Pawel Stolowski |