Age | Commit message (Expand) | Author |
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 |
2011-09-13 | reorder includes: add <config.h> if needed and include it at first | David Kalnischkies |
2011-08-11 | cppcheck complains about some possible speed improvements which could be | David Kalnischkies |
2011-07-26 | fix typos in changelog, make DeEscapeString const, improve description | Michael Vogt |
2011-07-26 | add another escape test case, fixup octal one (its \0XX instead of \0XXX) | Michael Vogt |
2011-07-26 | apt-pkg/contrib/strutl.cc: kill unneeded debug output | Michael Vogt |
2011-07-26 | * apt-pkg/contrib/strutl.{h,cc}, test/libapt/strutil_test.cc: | Michael Vogt |
2011-04-02 | let TimeRFC1123 return an empty string if gmtime() fails | David Kalnischkies |
2011-04-02 | impossible to be too long but just to be sure use snprintf | David Kalnischkies |
2011-02-03 | merge 'after squeeze release'-stuff | David Kalnischkies |
2011-01-13 | * apt-inst/contrib/extracttar.cc: | David Kalnischkies |
2010-12-03 | Permit base256 encoded value in the numeric field of tar header. | Nobuhiro Hayashi |
2010-11-16 | add support for third party changelogs | Michael Vogt |
2010-09-28 | * apt-pkg/contrib/strutl.cc: | David Kalnischkies |
2010-08-16 | * apt-pkg/contrib/strutl.cc: | David Kalnischkies |
2010-06-09 | be sure that the RFC1123StrToTime method is run in a LANG=C environment | David Kalnischkies |
2010-06-09 | use the portable timegm shown in his manpage instead of a strange | David Kalnischkies |
2010-06-08 | * apt-pkg/contrib/strutl.cc: | David Kalnischkies |
2010-03-31 | Userinfo is urlencoded in URIs (RFC 3986) | David Kalnischkies |
2010-03-30 | rename ExplodeString to VectorizeString | David Kalnischkies |
2010-03-30 | replace every call to toupper with one to our own tolower_ascii | David Kalnischkies |
2010-02-18 | merge from the lp:~donkult/apt/sid branch | Michael Vogt |
2010-02-18 | Change the package index Info methods to allow apt-cache policy to be | Michael Vogt |
2010-02-18 | dd support for the LANGUAGE environment variable | David Kalnischkies |