summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-03-14prepare 0.9.16 release0.9.16Michael Vogt
2014-03-14add debian/apt.install to gitignoreMichael Vogt
2014-03-14fix test/integration/test-apt-helperMichael Vogt
2014-03-13Merge branch 'debian/sid' of ssh://git.debian.org/git/apt/apt into debian/sidMichael Vogt
2014-03-13use the pretty fullname of a pkg as download desciptionDavid Kalnischkies
2014-03-13refactor FileFd to hide some #ifdefsDavid Kalnischkies
2014-03-13use liblzma-dev to provide xz/lzma supportDavid Kalnischkies
2014-03-13add a config option to switch uncompress methods to compressDavid Kalnischkies
2014-03-13ensure that gz compression test is run with gzDavid Kalnischkies
2014-03-13factor out getting list of architectures from comma listDavid Kalnischkies
2014-03-13refactor setup of file opening via zlib/bz2 libDavid Kalnischkies
2014-03-13move fd duplication closer to the gz/bz2 open callsDavid Kalnischkies
2014-03-13abstract version hash comparison a bitDavid Kalnischkies
2014-03-13factor out parsing of MultiArch flagDavid Kalnischkies
2014-03-13correct LD_LIBRARY_PATH and config loading for apt-helperDavid Kalnischkies
2014-03-13ensure that a dot is a dot in the hookDavid Kalnischkies
2014-03-13add ".*-{kernel,modules}-$KERVER" matcher for hookDavid Kalnischkies
2014-03-13support kfreebsd and hurd in the kernel hookDavid Kalnischkies
2014-03-13use a configurable list of versioned kernel packagesDavid Kalnischkies
2014-03-13cmdline parsing: apt-config is not apt-cdromDavid Kalnischkies
2014-03-13improve debug output in case downloadfile failsDavid Kalnischkies
2014-03-13msgstr with elipses need three dotsDavid Kalnischkies
2014-03-13fix polish --install-suggests text in apt-get manpageWojciech Górski
2014-03-13support very long mtab entries in mountpoint discoveryDavid Kalnischkies
2014-03-13enable mount support for apt-cdrom in the testsDavid Kalnischkies
2014-03-13remove code duplication for Add & Ident in apt-cdromDavid Kalnischkies
2014-03-13apt-cdrom ident shouldn't be interactiveDavid Kalnischkies
2014-03-13no error for non-existing mountpoints in MountCdromDavid Kalnischkies
2014-03-13if mountpoint has a ".disk" directory it is mountedDavid Kalnischkies
2014-03-13simplify apt-cdrom testcodeDavid Kalnischkies
2014-03-13do not configure already unpacked packages needlesslyDavid Kalnischkies
2014-03-13enable various compiler warningsDavid Kalnischkies
2014-03-13use SPtrArray handling instead of explicit delete[]David Kalnischkies
2014-03-13follow method attribute suggestions by gccDavid Kalnischkies
2014-03-13cleanup headers and especially #includes everywhereDavid Kalnischkies
2014-03-13move defines for version to macros.hDavid Kalnischkies
2014-03-13warning: unused parameter ‘foo’ [-Wunused-parameter]David Kalnischkies
2014-03-13warning: type qualifiers ignored on function return type [-Wignored-qualifiers]David Kalnischkies
2014-03-13warning: cannot optimize loop, the loop counter may overflow [-Wunsafe-loop-o...David Kalnischkies
2014-03-13warning: no previous declaration for foobar() [-Wmissing-declarations]David Kalnischkies
2014-03-13warning: useless cast to type A [-Wuseless-cast]David Kalnischkies
2014-03-13warning: cast from type A to type B casts away qualifiers [-Wcast-qual]David Kalnischkies
2014-03-13StartPos is always positive for http/httpsDavid Kalnischkies
2014-03-13warning: extra ‘;’ [-Wpedantic]David Kalnischkies
2014-03-13warning: non-ISO-standard escape sequence, '\e' [enabled by default]David Kalnischkies
2014-03-13fix -Wformat= warnings about size_t != %lu on e.g. armelDavid Kalnischkies
2014-03-13fix -Wmissing-field-initializers warningsDavid Kalnischkies
2014-03-13make doxygen more quiet, fix issues and disable latexDavid Kalnischkies
2014-03-13unset LANGUAGE in the testing framework directlyDavid Kalnischkies
2014-03-13support DEB_BUILD_PROFILES and -P for build profilesDavid Kalnischkies