Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | use Google C++ Testing Framework for libapt tests | David Kalnischkies | 2014-04-16 | 1 | -81/+57 |
* | cleanup headers and especially #includes everywhere | David Kalnischkies | 2014-03-13 | 1 | -1/+6 |
* | warning: unused parameter ‘foo’ [-Wunused-parameter] | David Kalnischkies | 2014-03-13 | 1 | -1/+1 |
* | add "APT::String::Endswith" and automatic adding of ".list" in apt edit-source | Michael Vogt | 2013-11-29 | 1 | -0/+18 |
* | change maxsplit default from "0" to maxint | Michael Vogt | 2013-10-01 | 1 | -0/+4 |
* | add maxsplit parameter to StringSplit | Michael Vogt | 2013-09-07 | 1 | -0/+6 |
* | implement StringSplit() as we need this to fix the dpkg status-fd output parsing | Michael Vogt | 2013-09-07 | 1 | -0/+17 |
* | do not pollute namespace in the headers with using (Closes: #500198) | David Kalnischkies | 2011-09-19 | 1 | -1/+1 |
* | add another escape test case, fixup octal one (its \0XX instead of \0XXX) | Michael Vogt | 2011-07-26 | 1 | -0/+6 |
* | * apt-pkg/contrib/strutl.{h,cc}, test/libapt/strutil_test.cc: | Michael Vogt | 2011-07-26 | 1 | -0/+40 |