Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | util/AllocatedString: fix off-by-one bug in Duplicate() | Max Kellermann | 2015-09-01 | 1 | -1/+1 |
* | util/AllocatedString: add constant "SENTINEL" | Max Kellermann | 2015-09-01 | 1 | -4/+6 |
* | util/AllocatedString: add methods Duplicate(), Clone() | Max Kellermann | 2015-06-25 | 1 | -0/+21 |
* | util/AllocatedString: add method empty() | Max Kellermann | 2015-06-25 | 1 | -0/+4 |
* | util/AllocatedString: remove bogus code from operator= | Max Kellermann | 2015-06-23 | 1 | -1/+0 |
* | util/AllocatedString: new utility class | Max Kellermann | 2015-06-23 | 1 | -0/+100 |