summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-03-15Release 0.9.16.10.9.16.1Julian Andres Klode47-47/+57
2014-03-15Fix handling of autoclosing for compressed files (Closes: #741685)Julian Andres Klode1-1/+1
2014-03-15Updated German doc translationChris Leick1-84/+28
2014-03-14prepare 0.9.16 release0.9.16Michael Vogt55-28629/+29085
2014-03-14add debian/apt.install to gitignoreMichael Vogt1-0/+1
2014-03-14fix test/integration/test-apt-helperMichael Vogt323-3020/+4301
2014-03-13Merge branch 'debian/sid' of ssh://git.debian.org/git/apt/apt into debian/sidMichael Vogt1-2/+2
2014-03-13use the pretty fullname of a pkg as download desciptionDavid Kalnischkies1-6/+2
2014-03-13refactor FileFd to hide some #ifdefsDavid Kalnischkies1-168/+131
2014-03-13use liblzma-dev to provide xz/lzma supportDavid Kalnischkies7-39/+271
2014-03-13add a config option to switch uncompress methods to compressDavid Kalnischkies1-9/+18
2014-03-13ensure that gz compression test is run with gzDavid Kalnischkies1-0/+1
2014-03-13factor out getting list of architectures from comma listDavid Kalnischkies1-5/+8
2014-03-13refactor setup of file opening via zlib/bz2 libDavid Kalnischkies1-37/+36
2014-03-13move fd duplication closer to the gz/bz2 open callsDavid Kalnischkies1-21/+20
2014-03-13abstract version hash comparison a bitDavid Kalnischkies5-4/+47
2014-03-13factor out parsing of MultiArch flagDavid Kalnischkies2-21/+29
2014-03-13correct LD_LIBRARY_PATH and config loading for apt-helperDavid Kalnischkies2-25/+16
2014-03-13ensure that a dot is a dot in the hookDavid Kalnischkies2-14/+19
2014-03-13add ".*-{kernel,modules}-$KERVER" matcher for hookDavid Kalnischkies1-1/+7
2014-03-13support kfreebsd and hurd in the kernel hookDavid Kalnischkies4-26/+44
2014-03-13use a configurable list of versioned kernel packagesDavid Kalnischkies6-66/+78
2014-03-13cmdline parsing: apt-config is not apt-cdromDavid Kalnischkies1-1/+1
2014-03-13improve debug output in case downloadfile failsDavid Kalnischkies4-75/+86
2014-03-13msgstr with elipses need three dotsDavid Kalnischkies47-384/+205
2014-03-13fix polish --install-suggests text in apt-get manpageWojciech Górski1-1/+1
2014-03-13support very long mtab entries in mountpoint discoveryDavid Kalnischkies4-25/+63
2014-03-13enable mount support for apt-cdrom in the testsDavid Kalnischkies2-40/+51
2014-03-13remove code duplication for Add & Ident in apt-cdromDavid Kalnischkies1-121/+81
2014-03-13apt-cdrom ident shouldn't be interactiveDavid Kalnischkies2-13/+16
2014-03-13no error for non-existing mountpoints in MountCdromDavid Kalnischkies1-8/+20
2014-03-13if mountpoint has a ".disk" directory it is mountedDavid Kalnischkies1-2/+7
2014-03-13simplify apt-cdrom testcodeDavid Kalnischkies1-16/+16
2014-03-13do not configure already unpacked packages needlesslyDavid Kalnischkies8-28/+82
2014-03-13enable various compiler warningsDavid Kalnischkies1-3/+6
2014-03-13use SPtrArray handling instead of explicit delete[]David Kalnischkies1-10/+1
2014-03-13follow method attribute suggestions by gccDavid Kalnischkies50-136/+148
2014-03-13cleanup headers and especially #includes everywhereDavid Kalnischkies217-788/+1348
2014-03-13move defines for version to macros.hDavid Kalnischkies4-31/+72
2014-03-13warning: unused parameter ‘foo’ [-Wunused-parameter]David Kalnischkies64-147/+153
2014-03-13warning: type qualifiers ignored on function return type [-Wignored-qualifiers]David Kalnischkies6-9/+9
2014-03-13warning: cannot optimize loop, the loop counter may overflow [-Wunsafe-loop-o...David Kalnischkies2-3/+3
2014-03-13warning: no previous declaration for foobar() [-Wmissing-declarations]David Kalnischkies29-119/+130
2014-03-13warning: useless cast to type A [-Wuseless-cast]David Kalnischkies10-26/+26
2014-03-13warning: cast from type A to type B casts away qualifiers [-Wcast-qual]David Kalnischkies6-35/+35
2014-03-13StartPos is always positive for http/httpsDavid Kalnischkies2-8/+3
2014-03-13warning: extra ‘;’ [-Wpedantic]David Kalnischkies28-444/+443
2014-03-13warning: non-ISO-standard escape sequence, '\e' [enabled by default]David Kalnischkies1-7/+7
2014-03-13fix -Wformat= warnings about size_t != %lu on e.g. armelDavid Kalnischkies2-8/+9
2014-03-13fix -Wmissing-field-initializers warningsDavid Kalnischkies6-25/+25