summaryrefslogtreecommitdiff
path: root/apt-pkg/contrib/strutl.cc
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge branch 'debian/sid' into debian/experimentalMichael Vogt2014-09-051-3/+6
|\|
| * StringToBool: only act if the entire string is consumed by strtol()Michael Vogt2014-07-161-3/+6
* | Only allow "apt-get build-dep path" when path starts with ./ or /Michael Vogt2014-07-081-0/+7
* | Add new Base256ToNum long long overload functionGuillem Jover2014-07-081-1/+18
|/
* fix SubstVar to be usable as a replace_all methodDavid Kalnischkies2014-06-181-7/+14
* cleanup headers and especially #includes everywhereDavid Kalnischkies2014-03-131-2/+7
* warning: cannot optimize loop, the loop counter may overflow [-Wunsafe-loop-o...David Kalnischkies2014-03-131-1/+1
* warning: extra ‘;’ [-Wpedantic]David Kalnischkies2014-03-131-1/+1
* add default and override handling for Cnf::FindVectorDavid Kalnischkies2014-03-131-1/+3
* Fix typos in documentation (codespell)Michael Vogt2014-02-221-5/+5
* 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