Age | Commit message (Expand) | Author |
2016-06-01 | prevent C++ locale number formatting in text APIs | David Kalnischkies |
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 |
2013-10-01 | change maxsplit default from "0" to maxint | Michael Vogt |
2013-10-01 | improve documentation for StringSplit() | Michael Vogt |
2013-09-07 | doc update | Michael Vogt |
2013-09-07 | add maxsplit parameter to StringSplit | Michael Vogt |
2013-09-07 | implement StringSplit() as we need this to fix the dpkg status-fd output parsing | Michael Vogt |
2013-08-22 | Merge remote-tracking branch 'mvo/bugfix/coverity' into debian/sid | Michael Vogt |
2013-08-12 | squash merge of the feature/apt-binary branch without the changes from experi... | Michael Vogt |
2013-08-12 | some more coverity fixes | Michael Vogt |
2013-07-26 | fix another missing va_end() | Michael Vogt |
2013-06-20 | support \n and \r\n line endings in ReadMessages | David Kalnischkies |
2013-05-08 | merged patch from Daniel Hartwig to fix URI and proxy releated issues | Michael Vogt |
2013-04-08 | merged bundle from david | Michael Vogt |
2013-03-15 | split out a method to strip whitespaces only on the right side | Michael Vogt |
2013-03-10 | various simple changes to fix cppcheck warnings | David Kalnischkies |
2012-04-21 | * apt-pkg/contrib/strutl.cc: | David Kalnischkies |
2012-03-05 | as we parse datestrings from external sources a lot specify the length | David Kalnischkies |
2011-10-30 | merge with my debian-sid branch | David Kalnischkies |
2011-09-21 | convert a few for-loop char finds to proper strchr and memchr | David Kalnischkies |
2011-09-13 | merge with debian/experimental | David Kalnischkies |
2011-09-13 | Support large files in the complete toolset. Indexes of this | David Kalnischkies |