summaryrefslogtreecommitdiff
path: root/test/libapt/strutil_test.cc
AgeCommit message (Expand)AuthorFilesLines
2016-11-14avoid std::get_time usage to sidestep libstdc++6 bugDavid Kalnischkies1-0/+35
2016-11-14accept only the expected UTC timezones in date parsingDavid Kalnischkies1-0/+38
2015-11-05encode UTF-8 characters correctly in QuoteStringDavid Kalnischkies1-0/+11
2015-04-10reimplement the last uses of sprintfDavid Kalnischkies1-0/+22
2014-10-26rewrite ReadMessages()David Kalnischkies1-0/+70
2014-10-23add test for Basic Authentication schemeDavid Kalnischkies1-1/+15
2014-09-23Merge branch 'debian/sid' into debian/experimentalMichael Vogt1-0/+15
2014-09-07strip everything spacey in APT::String::StripDavid Kalnischkies1-0/+15
2014-07-08Only allow "apt-get build-dep path" when path starts with ./ or /Michael Vogt1-0/+9
2014-06-18fix SubstVar to be usable as a replace_all methodDavid Kalnischkies1-0/+35
2014-04-16use Google C++ Testing Framework for libapt testsDavid Kalnischkies1-81/+57
2014-03-13cleanup headers and especially #includes everywhereDavid Kalnischkies1-1/+6
2014-03-13warning: unused parameter ‘foo’ [-Wunused-parameter]David Kalnischkies1-1/+1
2013-11-29add "APT::String::Endswith" and automatic adding of ".list" in apt edit-sourceMichael Vogt1-0/+18
2013-10-01change maxsplit default from "0" to maxintMichael Vogt1-0/+4
2013-09-07add maxsplit parameter to StringSplitMichael Vogt1-0/+6
2013-09-07implement StringSplit() as we need this to fix the dpkg status-fd output parsingMichael Vogt1-0/+17
2011-09-19do not pollute namespace in the headers with using (Closes: #500198)David Kalnischkies1-1/+1
2011-07-26add another escape test case, fixup octal one (its \0XX instead of \0XXX)Michael Vogt1-0/+6
2011-07-26* apt-pkg/contrib/strutl.{h,cc}, test/libapt/strutil_test.cc:Michael Vogt1-0/+40