Age | Commit message (Expand) | Author |
2019-02-10 | Fix various typos in the documentation | Jakub Wilk |
2018-11-25 | Fix typo reported by codespell in code comments | David Kalnischkies |
2018-05-07 | Remove obsolete RCS keywords | Guillem Jover |
2018-05-05 | Fix various typos reported by spellcheckers | David Kalnischkies |
2017-12-13 | support multiline values in LookupTag | David Kalnischkies |
2017-08-24 | Replace APT_CONST with APT_PURE everywhere | Julian Andres Klode |
2017-07-12 | Reformat and sort all includes with clang-format | Julian Andres Klode |
2017-01-19 | fix various typos reported by spellintian | David Kalnischkies |
2017-01-17 | strutl: Provide an APT::String::Join() function | Julian Andres Klode |
2016-08-31 | Base256ToNum: Fix uninitialized value | Julian Andres Klode |
2016-08-26 | Use C locale instead of C.UTF-8 for protocol strings | Julian Andres Klode |
2016-08-26 | Add missing includes and external definitions | Julian Andres Klode |
2016-08-10 | allow user@host (aka: no password) in URI parsing | David Kalnischkies |
2016-07-02 | use +0000 instead of UTC by default as timezone in output | David Kalnischkies |
2016-06-29 | Revert "travis: use gcc-5 instead of gcc(-4.8)" | David Kalnischkies |
2016-06-25 | imbue datetime parsing with C.UTF-8 locale | David Kalnischkies |
2016-06-17 | avoid std::get_time usage to sidestep libstdc++6 bug | David Kalnischkies |
2016-05-28 | use de-localed std::put_time instead rolling our own | David Kalnischkies |
2016-05-28 | accept only the expected UTC timezones in date parsing | David Kalnischkies |
2016-05-27 | prevent C++ locale number formatting in text APIs | David Kalnischkies |
2016-05-01 | Don't copy strings in Startswith, Endswith | Adrian Wielgosik |
2016-03-07 | Fix several typos | Veres Lajos |
2016-02-03 | Avoid temporary strings in SubstVar. | Adrian Wielgosik |
2016-01-26 | drop explicit check for EWOULDBLOCK if it has the same value as EAGAIN | David Kalnischkies |
2016-01-07 | Switch performance critical code to use APT::StringView | Julian Andres Klode |
2015-12-29 | strutl.cc: Add declarations for the compat _ascii() functions | Julian Andres Klode |
2015-12-29 | Turn tolower_ascii() and isspace_ascii() into inline functions | Julian Andres Klode |
2015-12-27 | Hex2Digit: Do not use isxdigit() | Niels Thykier |
2015-12-27 | Convert most callers of isspace() to isspace_ascii() | Julian Andres Klode |
2015-12-27 | Introduce isspace_ascii() for use by parsers | Julian Andres Klode |
2015-11-05 | encode UTF-8 characters correctly in QuoteString | David Kalnischkies |
2015-08-10 | apply various style suggestions by cppcheck | David Kalnischkies |
2015-06-11 | show URI.Path in all acquire item descriptions | David Kalnischkies |
2015-04-10 | reimplement the last uses of sprintf | David Kalnischkies |
2014-11-08 | (error) va_list 'args' was opened but not closed by va_end() | David Kalnischkies |
2014-10-26 | rewrite ReadMessages() | David Kalnischkies |
2014-09-23 | Merge branch 'debian/sid' into debian/experimental | Michael Vogt |
2014-09-07 | strip everything spacey in APT::String::Strip | David Kalnischkies |
2014-09-05 | Merge branch 'debian/sid' into debian/experimental | Michael Vogt |
2014-07-16 | StringToBool: only act if the entire string is consumed by strtol() | Michael Vogt |
2014-07-08 | Only allow "apt-get build-dep path" when path starts with ./ or / | Michael Vogt |
2014-07-08 | Add new Base256ToNum long long overload function | Guillem Jover |
2014-06-18 | fix SubstVar to be usable as a replace_all method | David Kalnischkies |
2014-03-13 | cleanup headers and especially #includes everywhere | David Kalnischkies |
2014-03-13 | warning: cannot optimize loop, the loop counter may overflow [-Wunsafe-loop-o... | David Kalnischkies |
2014-03-13 | warning: extra ‘;’ [-Wpedantic] | David Kalnischkies |
2014-03-13 | add default and override handling for Cnf::FindVector | David Kalnischkies |
2014-02-22 | Fix typos in documentation (codespell) | Michael Vogt |
2013-11-29 | add "APT::String::Endswith" and automatic adding of ".list" in apt edit-source | Michael Vogt |
2013-10-18 | re-add missing APT::String::Strip | Michael Vogt |