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