summaryrefslogtreecommitdiff
path: root/apt-pkg/contrib/strutl.cc
Commit message (Expand)AuthorAgeFilesLines
* apt: push to emplace C++11 if possibleHerman Semenoff2026-04-081-1/+1
* apt: funcs called with a string literal consisting of a single characterHerman Semenoff2026-04-081-2/+2
* Move split() to APT::String::Split()Julian Andres Klode2025-10-251-0/+11
* strutl: Add missing #include <cstdint> [gcc 15]Julian Andres Klode2025-02-181-0/+1
* Remove some more unused functionsJulian Andres Klode2025-02-151-49/+0
* Return string_view from Apt::String::Strip(). Take string_view in VectorizeSt...наб2025-02-141-11/+11
* APT::String::* should take string_viewsнаб2025-02-141-22/+9
* APT::StringView -> std::string_view [textonly]наб2025-02-141-3/+3
* strutl: Add Base64DecodeJulian Andres Klode2024-11-281-0/+67
* Turn unique_ptr<decltype(fclose and free)> into real deleter types (warnings ...наб2024-11-121-1/+1
* Modernize standard library includesJulian Andres Klode2024-02-201-9/+9
* Address statements of public domainJulian Andres Klode2023-03-061-0/+4
* Replace PrintStatus with SendMessage usageDavid Kalnischkies2021-02-041-6/+5
* Forbid negative values in unsigned StrToNum explicitlyDavid Kalnischkies2021-02-031-25/+16
* Remove Word size limit from ParseQuote and CWordDavid Kalnischkies2021-02-031-26/+17
* Don't parse \x and \0 past the end in DeEscapeStringDavid Kalnischkies2021-02-031-4/+8
* Fix incorrect base64 encoding due to int promotionDavid Kalnischkies2021-02-031-1/+1
* Replace whitelist/blacklist with allowlist/denylistJulian Andres Klode2020-08-041-1/+1
* Fix various compiler warningsJulian Andres Klode2020-02-261-4/+0
* strutl: Add APT::String::DisplayLength() functionАлексей Шилин2019-11-251-0/+48
* Apply various suggestions by cppcheckDavid Kalnischkies2019-07-081-3/+6
* RFC1123StrToTime: Accept const std::string& as first argumentJulian Andres Klode2019-06-171-0/+4
* Make APT::StringView publicJulian Andres Klode2019-06-111-5/+0
* strutl: Remove deprecated functionsJulian Andres Klode2019-02-261-55/+0
* Fix various typos in the documentationJakub Wilk2019-02-101-1/+1
* Fix typo reported by codespell in code commentsDavid Kalnischkies2018-11-251-1/+1
* Remove obsolete RCS keywordsGuillem Jover2018-05-071-1/+0
* Fix various typos reported by spellcheckersDavid Kalnischkies2018-05-051-2/+2
* support multiline values in LookupTagDavid Kalnischkies2017-12-131-23/+69
* Replace APT_CONST with APT_PURE everywhereJulian Andres Klode2017-08-241-2/+2
* Reformat and sort all includes with clang-formatJulian Andres Klode2017-07-121-11/+11
* fix various typos reported by spellintianDavid Kalnischkies2017-01-191-3/+3
* strutl: Provide an APT::String::Join() functionJulian Andres Klode2017-01-171-0/+12
* Base256ToNum: Fix uninitialized valueJulian Andres Klode2016-08-311-1/+2
* Use C locale instead of C.UTF-8 for protocol stringsJulian Andres Klode2016-08-261-2/+2
* Add missing includes and external definitionsJulian Andres Klode2016-08-261-0/+1
* allow user@host (aka: no password) in URI parsingDavid Kalnischkies2016-08-101-7/+9
* use +0000 instead of UTC by default as timezone in outputDavid Kalnischkies2016-07-021-1/+9
* Revert "travis: use gcc-5 instead of gcc(-4.8)"David Kalnischkies2016-06-291-1/+4
* imbue datetime parsing with C.UTF-8 localeDavid Kalnischkies2016-06-251-0/+2
* avoid std::get_time usage to sidestep libstdc++6 bugDavid Kalnischkies2016-06-171-36/+77
* use de-localed std::put_time instead rolling our ownDavid Kalnischkies2016-05-281-9/+5
* accept only the expected UTC timezones in date parsingDavid Kalnischkies2016-05-281-22/+52
* prevent C++ locale number formatting in text APIsDavid Kalnischkies2016-05-271-1/+1
* Don't copy strings in Startswith, EndswithAdrian Wielgosik2016-05-011-2/+2
* Fix several typosVeres Lajos2016-03-071-1/+1
* Avoid temporary strings in SubstVar.Adrian Wielgosik2016-02-031-1/+3
* drop explicit check for EWOULDBLOCK if it has the same value as EAGAINDavid Kalnischkies2016-01-261-0/+4
* Switch performance critical code to use APT::StringViewJulian Andres Klode2016-01-071-1/+6
* strutl.cc: Add declarations for the compat _ascii() functionsJulian Andres Klode2015-12-291-0/+2