index
:
apt
feature/rred
main
master
Debians commandline package manager
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
apt-pkg
/
contrib
/
strutl.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
apt: push to emplace C++11 if possible
Herman Semenoff
2026-04-08
1
-1
/
+1
*
apt: funcs called with a string literal consisting of a single character
Herman Semenoff
2026-04-08
1
-2
/
+2
*
Move split() to APT::String::Split()
Julian Andres Klode
2025-10-25
1
-0
/
+11
*
strutl: Add missing #include <cstdint> [gcc 15]
Julian Andres Klode
2025-02-18
1
-0
/
+1
*
Remove some more unused functions
Julian Andres Klode
2025-02-15
1
-49
/
+0
*
Return string_view from Apt::String::Strip(). Take string_view in VectorizeSt...
наб
2025-02-14
1
-11
/
+11
*
APT::String::* should take string_views
наб
2025-02-14
1
-22
/
+9
*
APT::StringView -> std::string_view [textonly]
наб
2025-02-14
1
-3
/
+3
*
strutl: Add Base64Decode
Julian Andres Klode
2024-11-28
1
-0
/
+67
*
Turn unique_ptr<decltype(fclose and free)> into real deleter types (warnings ...
наб
2024-11-12
1
-1
/
+1
*
Modernize standard library includes
Julian Andres Klode
2024-02-20
1
-9
/
+9
*
Address statements of public domain
Julian Andres Klode
2023-03-06
1
-0
/
+4
*
Replace PrintStatus with SendMessage usage
David Kalnischkies
2021-02-04
1
-6
/
+5
*
Forbid negative values in unsigned StrToNum explicitly
David Kalnischkies
2021-02-03
1
-25
/
+16
*
Remove Word size limit from ParseQuote and CWord
David Kalnischkies
2021-02-03
1
-26
/
+17
*
Don't parse \x and \0 past the end in DeEscapeString
David Kalnischkies
2021-02-03
1
-4
/
+8
*
Fix incorrect base64 encoding due to int promotion
David Kalnischkies
2021-02-03
1
-1
/
+1
*
Replace whitelist/blacklist with allowlist/denylist
Julian Andres Klode
2020-08-04
1
-1
/
+1
*
Fix various compiler warnings
Julian Andres Klode
2020-02-26
1
-4
/
+0
*
strutl: Add APT::String::DisplayLength() function
Алексей Шилин
2019-11-25
1
-0
/
+48
*
Apply various suggestions by cppcheck
David Kalnischkies
2019-07-08
1
-3
/
+6
*
RFC1123StrToTime: Accept const std::string& as first argument
Julian Andres Klode
2019-06-17
1
-0
/
+4
*
Make APT::StringView public
Julian Andres Klode
2019-06-11
1
-5
/
+0
*
strutl: Remove deprecated functions
Julian Andres Klode
2019-02-26
1
-55
/
+0
*
Fix various typos in the documentation
Jakub Wilk
2019-02-10
1
-1
/
+1
*
Fix typo reported by codespell in code comments
David Kalnischkies
2018-11-25
1
-1
/
+1
*
Remove obsolete RCS keywords
Guillem Jover
2018-05-07
1
-1
/
+0
*
Fix various typos reported by spellcheckers
David Kalnischkies
2018-05-05
1
-2
/
+2
*
support multiline values in LookupTag
David Kalnischkies
2017-12-13
1
-23
/
+69
*
Replace APT_CONST with APT_PURE everywhere
Julian Andres Klode
2017-08-24
1
-2
/
+2
*
Reformat and sort all includes with clang-format
Julian Andres Klode
2017-07-12
1
-11
/
+11
*
fix various typos reported by spellintian
David Kalnischkies
2017-01-19
1
-3
/
+3
*
strutl: Provide an APT::String::Join() function
Julian Andres Klode
2017-01-17
1
-0
/
+12
*
Base256ToNum: Fix uninitialized value
Julian Andres Klode
2016-08-31
1
-1
/
+2
*
Use C locale instead of C.UTF-8 for protocol strings
Julian Andres Klode
2016-08-26
1
-2
/
+2
*
Add missing includes and external definitions
Julian Andres Klode
2016-08-26
1
-0
/
+1
*
allow user@host (aka: no password) in URI parsing
David Kalnischkies
2016-08-10
1
-7
/
+9
*
use +0000 instead of UTC by default as timezone in output
David Kalnischkies
2016-07-02
1
-1
/
+9
*
Revert "travis: use gcc-5 instead of gcc(-4.8)"
David Kalnischkies
2016-06-29
1
-1
/
+4
*
imbue datetime parsing with C.UTF-8 locale
David Kalnischkies
2016-06-25
1
-0
/
+2
*
avoid std::get_time usage to sidestep libstdc++6 bug
David Kalnischkies
2016-06-17
1
-36
/
+77
*
use de-localed std::put_time instead rolling our own
David Kalnischkies
2016-05-28
1
-9
/
+5
*
accept only the expected UTC timezones in date parsing
David Kalnischkies
2016-05-28
1
-22
/
+52
*
prevent C++ locale number formatting in text APIs
David Kalnischkies
2016-05-27
1
-1
/
+1
*
Don't copy strings in Startswith, Endswith
Adrian Wielgosik
2016-05-01
1
-2
/
+2
*
Fix several typos
Veres Lajos
2016-03-07
1
-1
/
+1
*
Avoid temporary strings in SubstVar.
Adrian Wielgosik
2016-02-03
1
-1
/
+3
*
drop explicit check for EWOULDBLOCK if it has the same value as EAGAIN
David Kalnischkies
2016-01-26
1
-0
/
+4
*
Switch performance critical code to use APT::StringView
Julian Andres Klode
2016-01-07
1
-1
/
+6
*
strutl.cc: Add declarations for the compat _ascii() functions
Julian Andres Klode
2015-12-29
1
-0
/
+2
[next]