summaryrefslogtreecommitdiff
path: root/apt-pkg/contrib/strutl.cc
AgeCommit message (Expand)AuthorFilesLines
2014-08-18Merge branch 'debian/sid' of git://anonscm.debian.org/apt/aptIgor Pashev1-10/+20
2014-07-16StringToBool: only act if the entire string is consumed by strtol()Michael Vogt1-3/+6
2014-06-18fix SubstVar to be usable as a replace_all methodDavid Kalnischkies1-7/+14
2014-04-06Merge git://anonscm.debian.org/apt/aptIgor Pashev1-10/+17
2014-03-13cleanup headers and especially #includes everywhereDavid Kalnischkies1-2/+7
2014-03-13warning: cannot optimize loop, the loop counter may overflow [-Wunsafe-loop-o...David Kalnischkies1-1/+1
2014-03-13warning: extra ‘;’ [-Wpedantic]David Kalnischkies1-1/+1
2014-03-13add default and override handling for Cnf::FindVectorDavid Kalnischkies1-1/+3
2014-02-22Fix typos in documentation (codespell)Michael Vogt1-5/+5
2014-02-02Merge git://anonscm.debian.org/apt/aptIgor Pashev1-5/+74
2013-11-29add "APT::String::Endswith" and automatic adding of ".list" in apt edit-sourceMichael Vogt1-0/+8
2013-10-18re-add missing APT::String::StripMichael Vogt1-1/+16
2013-10-01change maxsplit default from "0" to maxintMichael Vogt1-1/+1
2013-10-01improve documentation for StringSplit()Michael Vogt1-4/+2
2013-09-07doc updateMichael Vogt1-6/+9
2013-09-07add maxsplit parameter to StringSplitMichael Vogt1-5/+13
2013-09-07implement StringSplit() as we need this to fix the dpkg status-fd output parsingMichael Vogt1-0/+22
2013-08-22Merge remote-tracking branch 'mvo/bugfix/coverity' into debian/sidMichael Vogt1-0/+2
2013-08-12squash merge of the feature/apt-binary branch without the changes from experi...Michael Vogt1-0/+12
2013-08-12some more coverity fixesMichael Vogt1-0/+2
2013-07-26fix another missing va_end()Michael Vogt1-3/+3
2013-06-20support \n and \r\n line endings in ReadMessagesDavid Kalnischkies1-2/+3
2013-05-22Merge http://git.debian.org/apt/aptIgor Pashev1-9/+16
2013-05-08merged patch from Daniel Hartwig to fix URI and proxy releated issuesMichael Vogt1-4/+5
2013-04-08merged bundle from davidMichael Vogt1-4/+4
2013-03-15split out a method to strip whitespaces only on the right sideMichael Vogt1-1/+7
2013-03-10various simple changes to fix cppcheck warningsDavid Kalnischkies1-4/+4
2012-07-05Merged with http://bzr.debian.org/apt/debian-sid/Igor Pashev1-26/+71
2012-04-24Rolling back to upstream source tree structure. Build is broken now :-)Igor Pashev1-0/+1495
2012-04-21* apt-pkg/contrib/strutl.cc:David Kalnischkies1-20/+37
2012-03-05as we parse datestrings from external sources a lot specify the lengthDavid Kalnischkies1-3/+3
2012-01-10Ported to Illumos/Solaris with autotools and GnulibIgor Pashev1-1491/+0
2011-10-30merge with my debian-sid branchDavid Kalnischkies1-8/+7
2011-09-21convert a few for-loop char finds to proper strchr and memchrDavid Kalnischkies1-8/+7
2011-09-13merge with debian/experimentalDavid Kalnischkies1-12/+73
2011-09-13Support large files in the complete toolset. Indexes of thisDavid Kalnischkies1-0/+28
2011-09-13reorder includes: add <config.h> if needed and include it at firstDavid Kalnischkies1-3/+3
2011-08-11cppcheck complains about some possible speed improvements which could beDavid Kalnischkies1-15/+15
2011-07-26fix typos in changelog, make DeEscapeString const, improve descriptionMichael Vogt1-3/+3
2011-07-26add another escape test case, fixup octal one (its \0XX instead of \0XXX)Michael Vogt1-5/+4
2011-07-26apt-pkg/contrib/strutl.cc: kill unneeded debug outputMichael Vogt1-1/+0
2011-07-26* apt-pkg/contrib/strutl.{h,cc}, test/libapt/strutil_test.cc:Michael Vogt1-0/+63
2011-04-02let TimeRFC1123 return an empty string if gmtime() failsDavid Kalnischkies1-2/+4
2011-04-02impossible to be too long but just to be sure use snprintfDavid Kalnischkies1-1/+1
2011-02-03merge 'after squeeze release'-stuffDavid Kalnischkies1-0/+17
2011-01-13* apt-inst/contrib/extracttar.cc:David Kalnischkies1-0/+17
2010-12-03Permit base256 encoded value in the numeric field of tar header.Nobuhiro Hayashi1-0/+18
2010-11-16add support for third party changelogsMichael Vogt1-0/+9
2010-09-28* apt-pkg/contrib/strutl.cc:David Kalnischkies1-2/+2
2010-08-16* apt-pkg/contrib/strutl.cc:David Kalnischkies1-1/+1