summaryrefslogtreecommitdiff
path: root/apt-pkg
Commit message (Expand)AuthorAgeFilesLines
* fix test/integration/test-apt-helperMichael Vogt2014-03-14122-1225/+2027
|\
| * 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-133-35/+256
| * 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
| * msgstr with elipses need three dotsDavid Kalnischkies2014-03-131-3/+3
| * support very long mtab entries in mountpoint discoveryDavid Kalnischkies2014-03-131-25/+23
| * 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
| * do not configure already unpacked packages needlesslyDavid Kalnischkies2014-03-131-11/+6
| * follow method attribute suggestions by gccDavid Kalnischkies2014-03-1339-122/+132
| * cleanup headers and especially #includes everywhereDavid Kalnischkies2014-03-13112-310/+706
| * move defines for version to macros.hDavid Kalnischkies2014-03-132-27/+68
| * warning: unused parameter ‘foo’ [-Wunused-parameter]David Kalnischkies2014-03-1326-79/+75
| * warning: type qualifiers ignored on function return type [-Wignored-qualifiers]David Kalnischkies2014-03-135-8/+8
| * warning: cannot optimize loop, the loop counter may overflow [-Wunsafe-loop-o...David Kalnischkies2014-03-132-3/+3
| * warning: no previous declaration for foobar() [-Wmissing-declarations]David Kalnischkies2014-03-131-1/+1
| * warning: useless cast to type A [-Wuseless-cast]David Kalnischkies2014-03-1310-26/+26
| * warning: cast from type A to type B casts away qualifiers [-Wcast-qual]David Kalnischkies2014-03-135-32/+32
| * warning: extra ‘;’ [-Wpedantic]David Kalnischkies2014-03-1317-289/+288
| * fix -Wmissing-field-initializers warningsDavid Kalnischkies2014-03-132-8/+8
| * make doxygen more quiet, fix issues and disable latexDavid Kalnischkies2014-03-138-23/+27
| * support DEB_BUILD_PROFILES and -P for build profilesDavid Kalnischkies2014-03-133-2/+31
| * implement BuildProfileSpec support as dpkg has in 1.17.2Johannes Schauer2014-03-133-9/+101
| * add default and override handling for Cnf::FindVectorDavid Kalnischkies2014-03-134-65/+41
| * check version before adding scores in resolverDavid Kalnischkies2014-03-131-1/+12
| * show debug output only if told so in packagemanagerDavid Kalnischkies2014-03-131-1/+2
| * do not do the same looping twiceDavid Kalnischkies2014-03-131-7/+1
| * propagate a negative score point along breaks/conflictsDavid Kalnischkies2014-03-131-14/+25
| * initial version of apt-helperMichael Vogt2014-02-271-1/+1
* | add hashsum support in apt-file download and add more testsMichael Vogt2014-03-122-0/+12
* | initial version of apt-helperMichael Vogt2014-02-271-1/+1
|/
* Fix typos in documentation (codespell)Michael Vogt2014-02-2235-87/+87
* prepare re-enable fnmatch() once we have proper reportingMichael Vogt2014-02-201-0/+3
* disable fnmatch()Michael Vogt2014-02-141-1/+0
* add missing canNotFindFnmatch/showFnmatchSelection (for the next ABI break)Michael Vogt2014-02-142-2/+29
* simplify code some more to make reddit happyDavid Kalnischkies2014-02-141-38/+29
* allow http protocol to switch to httpsDavid Kalnischkies2014-02-141-1/+6
* remove duplication in pkgCdrom::Add and ::IdentDavid Kalnischkies2014-02-122-90/+45
* apt-cdrom should succeed if any drive succeedsJohn Ogness2014-02-121-2/+24
* always cleanup patchfiles at the end of rred callDavid Kalnischkies2014-02-101-0/+9
* do not use an empty APT_CONFIG environment variableDavid Kalnischkies2014-02-101-1/+1
* simplify code to make compilers happyDavid Kalnischkies2014-02-101-3/+9
* Merge remote-tracking branch 'mvo/bugfix/multiarch-upgrade' into debian/sidMichael Vogt2014-02-061-0/+5
|\
| * Fix multiarch package upgrade issueMichael Vogt2014-02-041-0/+5
* | discard impossible candidates in MarkInstallDavid Kalnischkies2014-02-061-2/+7