summaryrefslogtreecommitdiff
path: root/strutil
AgeCommit message (Expand)Author
2019-08-16having both CurrentBase and CurrentCleanBase is confusingSamuele Pedroni
2019-08-16add a test with a middle segment (/foo/BAR/baz) for claritySamuele Pedroni
2019-08-14strutil: add PathIterator.CurrentCleanBaseZygmunt Krynicki
2019-07-02Merge branch 'master' into health-checks-v0John R. Lenton
2019-06-24many: add strutil.ElliptLeft, use it for shortening cohortsJohn R. Lenton
2019-06-20Merge branch 'master' into health-checks-v0John R. Lenton
2019-06-03strutil/shlex: fix ineffassignMaciej Borzecki
2019-05-10drop strutil.IsCtrl for now. Also some tidying up.John R. Lenton
2019-05-09First pass at healthstate (no tests yet)John R. Lenton
2019-03-20strutil: fix handling of non Latin1 digits, no naiive slicingMaciej Borzecki
2019-03-20strutil: make SplitUnit public, allow negative numbersMaciej Borzecki
2018-11-22strutil: add ElliptRightJohn R. Lenton
2018-11-02cmd: make coreSupportsReExec fasterJohn R. Lenton
2018-10-31Merge remote-tracking branch 'upstream/master' into faster-version-compareJohn R. Lenton
2018-10-31strutil: fix go:generate lineJohn R. Lenton
2018-10-30strutil: let MatchCounter work with a nil regexpJohn R. Lenton
2018-10-30strutil: make VersionCompare fasterJohn R. Lenton
2018-10-30strutil: add a generator for character ordering LUTMaciej Borzecki
2018-10-30strutil: make VersionCompare fasterJohn R. Lenton
2018-10-29strutil: add extra test to CommaSeparatedList as suggested by mborzeckiMichael Vogt
2018-10-26daemon, strutil: daemon.splitQS --> strutil.CommaSeparatedListJohn R. Lenton
2018-08-30strutil: fix MatchCounter to also work with buffer reuseJohn R. Lenton
2018-08-28strutil: update test namesMichael Vogt
2018-08-28strutil: address review feedback for ParseByteSizeMichael Vogt
2018-08-27strutil: check the common case with units with two chars firstMichael Vogt
2018-08-27address review feedbackMichael Vogt
2018-08-27strutil: ignore the case of the unit (kb,kB,KB are all the same now)Michael Vogt
2018-08-24strutil: add new ParseValueWithUnitMichael Vogt
2018-07-24strutil: detect and bail out of Unmarshal on duplicate keyJohn R. Lenton
2018-06-26Merge pull request #5394 from zyga/tweak/pathiter-almost-clean-pathZygmunt Krynicki
2018-06-26strutil: support iteration over almost clean pathsZygmunt Krynicki
2018-06-26strutil: add PathIterator.RewindZygmunt Krynicki
2018-06-13strutil: add PathIterator.DepthZygmunt Krynicki
2018-06-13strutil,cmd/snap-update-ns: move PathIterator to strutilZygmunt Krynicki
2018-05-09Merge pull request #4790 from chipaca/puritanJohn Lenton
2018-03-15strutil, cmd/snap: drop strutil.WordWrap, first pass at replacementJohn R. Lenton
2018-03-09strutil/shlex: bump unit tests coverageMaciej Borzecki
2018-03-08strutil/shlex: apply gofmtMaciej Borzecki
2018-03-08strutil/shlex: import github.com/google/shlex into the treeMaciej Borzecki
2018-03-06jsonutil/puritan: introducing puritan.String & etcJohn R. Lenton
2018-02-21Simplified Write method (thanks Gustavo).fix-hooks-oomPawel Stolowski
2018-02-20Improved Write method to never exceed the 2*maxbytes limit.Pawel Stolowski
2018-02-20Test improvements (thanks mvo).Pawel Stolowski
2018-02-20Merge branch 'master' into fix-hooks-oomPawel Stolowski
2018-02-07No need for separate variable for written bytes.Pawel Stolowski
2018-02-07Renamed to LimitedBuffer.Pawel Stolowski
2018-02-07Truncate by 2xmax bytes during write.Pawel Stolowski
2018-02-07Review comments, minor optimizations.Pawel Stolowski
2018-02-06strutil: introducing MatchCounterJohn R. Lenton
2018-02-05Use Buffer internally in the LimitedWriter. Updated spread test.Pawel Stolowski