summaryrefslogtreecommitdiff
path: root/apt-pkg/contrib/strutl.cc
Commit message (Expand)AuthorAgeFilesLines
* add "APT::String::Endswith" and automatic adding of ".list" in apt edit-sourceMichael Vogt2013-11-291-0/+8
* re-add missing APT::String::StripMichael Vogt2013-10-181-1/+16
* change maxsplit default from "0" to maxintMichael Vogt2013-10-011-1/+1
* improve documentation for StringSplit()Michael Vogt2013-10-011-4/+2
* doc updateMichael Vogt2013-09-071-6/+9
* add maxsplit parameter to StringSplitMichael Vogt2013-09-071-5/+13
* implement StringSplit() as we need this to fix the dpkg status-fd output parsingMichael Vogt2013-09-071-0/+22
* Merge remote-tracking branch 'mvo/bugfix/coverity' into debian/sidMichael Vogt2013-08-221-0/+2
|\
| * some more coverity fixesMichael Vogt2013-08-121-0/+2
* | squash merge of the feature/apt-binary branch without the changes from experi...Michael Vogt2013-08-121-0/+12
|/
* fix another missing va_end()Michael Vogt2013-07-261-3/+3
* support \n and \r\n line endings in ReadMessagesDavid Kalnischkies2013-06-201-2/+3
* merged patch from Daniel Hartwig to fix URI and proxy releated issuesMichael Vogt2013-05-081-4/+5
* merged bundle from davidMichael Vogt2013-04-081-4/+4
|\
| * various simple changes to fix cppcheck warningsDavid Kalnischkies2013-03-101-4/+4
* | split out a method to strip whitespaces only on the right sideMichael Vogt2013-03-151-1/+7
|/
* * apt-pkg/contrib/strutl.cc:David Kalnischkies2012-04-211-20/+37
* as we parse datestrings from external sources a lot specify the lengthDavid Kalnischkies2012-03-051-3/+3
* merge with my debian-sid branchDavid Kalnischkies2011-10-301-8/+7
|\
| * convert a few for-loop char finds to proper strchr and memchrDavid Kalnischkies2011-09-211-8/+7
* | merge with debian/experimentalDavid Kalnischkies2011-09-131-12/+73
|\|
| * cppcheck complains about some possible speed improvements which could beDavid Kalnischkies2011-08-111-15/+15
| * fix typos in changelog, make DeEscapeString const, improve descriptionMichael Vogt2011-07-261-3/+3
| * add another escape test case, fixup octal one (its \0XX instead of \0XXX)Michael Vogt2011-07-261-5/+4
| * apt-pkg/contrib/strutl.cc: kill unneeded debug outputMichael Vogt2011-07-261-1/+0
| * * apt-pkg/contrib/strutl.{h,cc}, test/libapt/strutil_test.cc:Michael Vogt2011-07-261-0/+63
* | Support large files in the complete toolset. Indexes of thisDavid Kalnischkies2011-09-131-0/+28
* | reorder includes: add <config.h> if needed and include it at firstDavid Kalnischkies2011-09-131-3/+3
|/
* let TimeRFC1123 return an empty string if gmtime() failsDavid Kalnischkies2011-04-021-2/+4
* impossible to be too long but just to be sure use snprintfDavid Kalnischkies2011-04-021-1/+1
* merge 'after squeeze release'-stuffDavid Kalnischkies2011-02-031-0/+17
|\
| * * apt-inst/contrib/extracttar.cc:David Kalnischkies2011-01-131-0/+17
| |\
| | * Permit base256 encoded value in the numeric field of tar header.Nobuhiro Hayashi2010-12-031-0/+18
| |/
* / add support for third party changelogsMichael Vogt2010-11-161-0/+9
|/
* * apt-pkg/contrib/strutl.cc:David Kalnischkies2010-09-281-2/+2
* * apt-pkg/contrib/strutl.cc:David Kalnischkies2010-08-161-1/+1
* be sure that the RFC1123StrToTime method is run in a LANG=C environmentDavid Kalnischkies2010-06-091-2/+6
* use the portable timegm shown in his manpage instead of a strangeDavid Kalnischkies2010-06-091-20/+16
* * apt-pkg/contrib/strutl.cc:David Kalnischkies2010-06-081-0/+36
* Userinfo is urlencoded in URIs (RFC 3986)David Kalnischkies2010-03-311-6/+15
* rename ExplodeString to VectorizeStringDavid Kalnischkies2010-03-301-3/+3
* replace every call to toupper with one to our own tolower_asciiDavid Kalnischkies2010-03-301-23/+26
* merge from the lp:~donkult/apt/sid branchMichael Vogt2010-02-181-0/+18
|\
| * dd support for the LANGUAGE environment variableDavid Kalnischkies2010-02-181-0/+18
| * * apt-pkg/contrib/strutl.cc:David Kalnischkies2010-01-201-16/+33
* | Change the package index Info methods to allow apt-cache policy to beMichael Vogt2010-02-181-0/+12
* | * apt-pkg/contrib/fileutl.cc:Michael Vogt2010-01-231-16/+33
|/
* replace unknown multibytes with ? in UTF8ToCharset (Closes: #545208)David Kalnischkies2009-09-081-2/+13
* [apt-pkg/contrib/strutl.cc] enable thousand separator according toDavid Kalnischkies2009-07-311-2/+2
* * apt-pkg/acquire.cc:Michael Vogt2009-07-211-1/+27
|\