summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add new Debug::RunScripts optionMichael Vogt2014-04-014-2/+22
* discard candidates via IsInstallOk to allow overrideDavid Kalnischkies2014-03-233-20/+63
* do IsInstallOk call in MarkInstall unconditionallyDavid Kalnischkies2014-03-231-4/+8
* update symbols file to include new symbols from 0.9.16David Kalnischkies2014-03-231-0/+8
* ensure proper teardown in dpkg error casesDavid Kalnischkies2014-03-223-39/+139
* mark optional (private) symbols as hiddenDavid Kalnischkies2014-03-218-63/+50
* enable fvisibility=hidden for our private libraryDavid Kalnischkies2014-03-2117-34/+65
* add testcase for APT::Architectures "arch1,arch2"David Kalnischkies2014-03-211-0/+9
* Japanese programs translation updateKenshi Muto2014-03-211-185/+85
* correct some reported typos in /etc/cron.daily/aptDavid Kalnischkies2014-03-211-4/+4
* Italian manpages translation updateBeatrice Torracca2014-03-211-92/+131
* only consider versioned kernel packages in autoremoveDavid Kalnischkies2014-03-212-1/+2
* continue reading in xz even if it outputs nothingDavid Kalnischkies2014-03-211-0/+13
* apt-inst: Do not try to create a substring of an empty string in error reportingJulian Andres Klode2014-03-171-2/+4
* Release 0.9.16.1Julian Andres Klode2014-03-1547-47/+57
* Fix handling of autoclosing for compressed files (Closes: #741685)Julian Andres Klode2014-03-151-1/+1
* Updated German doc translationChris Leick2014-03-151-84/+28
* prepare 0.9.16 releaseMichael Vogt2014-03-1455-28629/+29085
* add debian/apt.install to gitignoreMichael Vogt2014-03-141-0/+1
* fix test/integration/test-apt-helperMichael Vogt2014-03-14323-3020/+4301
|\
| * use the pretty fullname of a pkg as download desciptionDavid Kalnischkies2014-03-131-6/+2
| * refactor FileFd to hide some #ifdefsDavid Kalnischkies2014-03-131-168/+131
| * use liblzma-dev to provide xz/lzma supportDavid Kalnischkies2014-03-137-39/+271
| * add a config option to switch uncompress methods to compressDavid Kalnischkies2014-03-131-9/+18
| * ensure that gz compression test is run with gzDavid Kalnischkies2014-03-131-0/+1
| * factor out getting list of architectures from comma listDavid Kalnischkies2014-03-131-5/+8
| * refactor setup of file opening via zlib/bz2 libDavid Kalnischkies2014-03-131-37/+36
| * move fd duplication closer to the gz/bz2 open callsDavid Kalnischkies2014-03-131-21/+20
| * abstract version hash comparison a bitDavid Kalnischkies2014-03-135-4/+47
| * factor out parsing of MultiArch flagDavid Kalnischkies2014-03-132-21/+29
| * correct LD_LIBRARY_PATH and config loading for apt-helperDavid Kalnischkies2014-03-132-25/+16
| * ensure that a dot is a dot in the hookDavid Kalnischkies2014-03-132-14/+19
| * add ".*-{kernel,modules}-$KERVER" matcher for hookDavid Kalnischkies2014-03-131-1/+7
| * support kfreebsd and hurd in the kernel hookDavid Kalnischkies2014-03-134-26/+44
| * use a configurable list of versioned kernel packagesDavid Kalnischkies2014-03-136-66/+78
| * cmdline parsing: apt-config is not apt-cdromDavid Kalnischkies2014-03-131-1/+1
| * improve debug output in case downloadfile failsDavid Kalnischkies2014-03-134-75/+86
| * msgstr with elipses need three dotsDavid Kalnischkies2014-03-1347-384/+205
| * fix polish --install-suggests text in apt-get manpageWojciech Górski2014-03-131-1/+1
| * support very long mtab entries in mountpoint discoveryDavid Kalnischkies2014-03-134-25/+63
| * enable mount support for apt-cdrom in the testsDavid Kalnischkies2014-03-132-40/+51
| * remove code duplication for Add & Ident in apt-cdromDavid Kalnischkies2014-03-131-121/+81
| * apt-cdrom ident shouldn't be interactiveDavid Kalnischkies2014-03-132-13/+16
| * no error for non-existing mountpoints in MountCdromDavid Kalnischkies2014-03-131-8/+20
| * if mountpoint has a ".disk" directory it is mountedDavid Kalnischkies2014-03-131-2/+7
| * simplify apt-cdrom testcodeDavid Kalnischkies2014-03-131-16/+16
| * do not configure already unpacked packages needlesslyDavid Kalnischkies2014-03-138-28/+82
| * enable various compiler warningsDavid Kalnischkies2014-03-131-3/+6
| * use SPtrArray handling instead of explicit delete[]David Kalnischkies2014-03-131-10/+1
| * follow method attribute suggestions by gccDavid Kalnischkies2014-03-1350-136/+148