Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-04-15 | Fix spelling errors using 'codespell' tool | Anatol Pomozov | |
2013-03-31 | strbuf: replace quick sort with bubble sort | Zbigniew Jędrzejewski-Szmek | |
No need to call the heavy artillery, when the original array is sorted. Reduces complexity from n² log n to n log n, where n is the number of items in the array, not very large, but still. | |||
2013-03-31 | strbuf: fix leak on memory error | Zbigniew Jędrzejewski-Szmek | |
Not very likely, but let's fix it for the matter of principle. | |||
2012-11-12 | use the same email address everywhere | Kay Sievers | |
2012-10-22 | shared: strbuf - add descriprion | Kay Sievers | |
2012-10-22 | shared: strbuf - add description | Kay Sievers | |
2012-10-22 | shared: strbuf - add string de-duplication facility | Kay Sievers | |