index
:
apt.git
1.4.y+ios
1.8.2.z+ios
1.8.2.z+ios+json
1.8.y+ios
1.8.y+ios+json
cydia
master
sille-apt
Saurik's version of apt managed for tvOS/ARM64
Sam Bingner
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
libapt
/
strutil_test.cc
Age
Commit message (
Expand
)
Author
2015-11-05
encode UTF-8 characters correctly in QuoteString
David Kalnischkies
2015-04-10
reimplement the last uses of sprintf
David Kalnischkies
2014-10-26
rewrite ReadMessages()
David Kalnischkies
2014-10-23
add test for Basic Authentication scheme
David Kalnischkies
2014-09-23
Merge branch 'debian/sid' into debian/experimental
Michael Vogt
2014-09-07
strip everything spacey in APT::String::Strip
David Kalnischkies
2014-07-08
Only allow "apt-get build-dep path" when path starts with ./ or /
Michael Vogt
2014-06-18
fix SubstVar to be usable as a replace_all method
David Kalnischkies
2014-04-16
use Google C++ Testing Framework for libapt tests
David Kalnischkies
2014-03-13
cleanup headers and especially #includes everywhere
David Kalnischkies
2014-03-13
warning: unused parameter ‘foo’ [-Wunused-parameter]
David Kalnischkies
2013-11-29
add "APT::String::Endswith" and automatic adding of ".list" in apt edit-source
Michael Vogt
2013-10-01
change maxsplit default from "0" to maxint
Michael Vogt
2013-09-07
add maxsplit parameter to StringSplit
Michael Vogt
2013-09-07
implement StringSplit() as we need this to fix the dpkg status-fd output parsing
Michael Vogt
2011-09-19
do not pollute namespace in the headers with using (Closes: #500198)
David Kalnischkies
2011-07-26
add 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