summaryrefslogtreecommitdiff
path: root/test/libapt/strutil_test.cc
Commit message (Expand)AuthorAgeFilesLines
* Prevent GTest from flooding us with compiler warningsDavid Kalnischkies2018-05-041-12/+12
* support multiline values in LookupTagDavid Kalnischkies2017-12-131-0/+42
* Reformat and sort all includes with clang-formatJulian Andres Klode2017-07-121-1/+1
* tests: silence -Wmissing-declarationsDavid Kalnischkies2016-09-011-1/+1
* avoid std::get_time usage to sidestep libstdc++6 bugDavid Kalnischkies2016-06-171-0/+35
* accept only the expected UTC timezones in date parsingDavid Kalnischkies2016-05-281-0/+38
* encode UTF-8 characters correctly in QuoteStringDavid Kalnischkies2015-11-051-0/+11
* reimplement the last uses of sprintfDavid Kalnischkies2015-04-101-0/+22
* rewrite ReadMessages()David Kalnischkies2014-10-261-0/+70
* add test for Basic Authentication schemeDavid Kalnischkies2014-10-231-1/+15
* Merge branch 'debian/sid' into debian/experimentalMichael Vogt2014-09-231-0/+15
|\
| * strip everything spacey in APT::String::StripDavid Kalnischkies2014-09-071-0/+15
* | Only allow "apt-get build-dep path" when path starts with ./ or /Michael Vogt2014-07-081-0/+9
|/
* fix SubstVar to be usable as a replace_all methodDavid Kalnischkies2014-06-181-0/+35
* use Google C++ Testing Framework for libapt testsDavid Kalnischkies2014-04-161-81/+57
* cleanup headers and especially #includes everywhereDavid Kalnischkies2014-03-131-1/+6
* warning: unused parameter ‘foo’ [-Wunused-parameter]David Kalnischkies2014-03-131-1/+1
* add "APT::String::Endswith" and automatic adding of ".list" in apt edit-sourceMichael Vogt2013-11-291-0/+18
* change maxsplit default from "0" to maxintMichael Vogt2013-10-011-0/+4
* add maxsplit parameter to StringSplitMichael Vogt2013-09-071-0/+6
* implement StringSplit() as we need this to fix the dpkg status-fd output parsingMichael Vogt2013-09-071-0/+17
* do not pollute namespace in the headers with using (Closes: #500198)David Kalnischkies2011-09-191-1/+1
* add another escape test case, fixup octal one (its \0XX instead of \0XXX)Michael Vogt2011-07-261-0/+6
* * apt-pkg/contrib/strutl.{h,cc}, test/libapt/strutil_test.cc:Michael Vogt2011-07-261-0/+40