summaryrefslogtreecommitdiff
path: root/apt-pkg/contrib/strutl.h
Commit message (Expand)AuthorAgeFilesLines
* Replace PrintStatus with SendMessage usageDavid Kalnischkies2021-02-041-0/+2
* Retire and deprecate _strtabexpandDavid Kalnischkies2021-02-031-1/+1
* apt-pkg: default visibility to hiddenJulian Andres Klode2020-02-261-51/+50
* Remove code tagged APT_PKG_590, add some missing includesJulian Andres Klode2020-02-181-1/+0
* strutl: Add APT::String::DisplayLength() functionАлексей Шилин2019-11-251-0/+2
* RFC1123StrToTime: Accept const std::string& as first argumentJulian Andres Klode2019-06-171-1/+2
* Run unifdef -DAPT_{8,9,10,15}_CLEANER_HEADERSJulian Andres Klode2019-06-121-8/+0
* Make APT::StringView publicJulian Andres Klode2019-06-111-6/+1
* apt-pkg: URI: Add 'explicit' to single argument constructorJulian Andres Klode2019-04-301-2/+2
* strutl: Remove deprecated functionsJulian Andres Klode2019-02-261-2/+0
* Remove obsolete RCS keywordsGuillem Jover2018-05-071-1/+0
* Replace APT_CONST with APT_PURE everywhereJulian Andres Klode2017-08-241-4/+4
* Reformat and sort all includes with clang-formatJulian Andres Klode2017-07-121-4/+3
* strutl: Provide an APT::String::Join() functionJulian Andres Klode2017-01-171-0/+2
* Introduce tolower_ascii_unsafe() and use it for hashingJulian Andres Klode2016-11-221-0/+5
* use +0000 instead of UTC by default as timezone in outputDavid Kalnischkies2016-07-021-1/+11
* accept only the expected UTC timezones in date parsingDavid Kalnischkies2016-05-281-0/+15
* Fix several typosVeres Lajos2016-03-071-1/+1
* Switch performance critical code to use APT::StringViewJulian Andres Klode2016-01-071-1/+6
* Turn tolower_ascii() and isspace_ascii() into inline functionsJulian Andres Klode2015-12-291-2/+16
* Introduce isspace_ascii() for use by parsersJulian Andres Klode2015-12-271-0/+2
* add messages to our deprecation warnings in libaptDavid Kalnischkies2015-11-271-1/+1
* show URI.Path in all acquire item descriptionsDavid Kalnischkies2015-06-111-0/+1
* Merge branch 'debian/jessie' into debian/experimentalDavid Kalnischkies2015-04-191-1/+1
|\
| * demote VectorizeString gcc attribute from const to pureDavid Kalnischkies2015-04-071-1/+1
* | mark private methods as hiddenDavid Kalnischkies2014-09-301-2/+2
* | Only allow "apt-get build-dep path" when path starts with ./ or /Michael Vogt2014-07-081-0/+1
* | Add new Base256ToNum long long overload functionGuillem Jover2014-07-081-0/+1
|/
* follow method attribute suggestions by gccDavid Kalnischkies2014-03-131-18/+18
* cleanup headers and especially #includes everywhereDavid Kalnischkies2014-03-131-10/+13
* warning: extra ‘;’ [-Wpedantic]David Kalnischkies2014-03-131-19/+19
* add "APT::String::Endswith" and automatic adding of ".list" in apt edit-sourceMichael Vogt2013-11-291-0/+1
* re-add missing APT::String::StripMichael Vogt2013-10-181-0/+7
* change maxsplit default from "0" to maxintMichael Vogt2013-10-011-2/+2
* improve documentation for StringSplit()Michael Vogt2013-10-011-2/+17
* doc updateMichael Vogt2013-09-071-2/+8
* add maxsplit parameter to StringSplitMichael Vogt2013-09-071-1/+1
* implement StringSplit() as we need this to fix the dpkg status-fd output parsingMichael Vogt2013-09-071-0/+2
* squash merge of the feature/apt-binary branch without the changes from experi...Michael Vogt2013-08-121-0/+4
* split out a method to strip whitespaces only on the right sideMichael Vogt2013-03-151-0/+1
* revert 2184.1.2: do not pollute namespace in headersDavid Kalnischkies2011-12-131-0/+6
* do not pollute namespace in the headers with using (Closes: #500198)David Kalnischkies2011-09-191-56/+52
* merge with debian/experimentalDavid Kalnischkies2011-09-131-0/+4
|\
| * fix typos in changelog, make DeEscapeString const, improve descriptionMichael Vogt2011-07-261-1/+1
| * add another escape test case, fixup octal one (its \0XX instead of \0XXX)Michael Vogt2011-07-261-1/+1
| * * apt-pkg/contrib/strutl.{h,cc}, test/libapt/strutil_test.cc:Michael Vogt2011-07-261-0/+4
* | Support large files in the complete toolset. Indexes of thisDavid Kalnischkies2011-09-131-0/+1
|/
* merge 'after squeeze release'-stuffDavid Kalnischkies2011-02-031-0/+1
|\
| * * apt-inst/contrib/extracttar.cc:David Kalnischkies2011-01-131-0/+1
| |\
| | * Permit base256 encoded value in the numeric field of tar header.Nobuhiro Hayashi2010-12-031-0/+1
| |/