summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* * apt-pkg/cacheset.cc:David Kalnischkies2011-11-096-377/+565
| | | | - make the cachesets real containers which can embedding any container to be able to use the same interface regardless of set or list usage
* * apt-pkg/deb/deblistparser.cc:David Kalnischkies2011-11-032-1/+6
| | | - M-A: foreign packages provide for other archs, too
* do not enter an endless loop for (essential) pre-dependency loopsDavid Kalnischkies2011-10-312-13/+19
|
* * apt-pkg/contrib/sha2_internal.cc:David Kalnischkies2011-10-302-4/+16
| | | - use a pointer-union to peace gcc strict-aliasing warning
* merge with my debian-sid branchDavid Kalnischkies2011-10-3023-805/+1142
|\
| * merged from donkultMichael Vogt2011-10-202-2/+17
| |\
| | * * algorithms.cc:David Kalnischkies2011-10-172-2/+17
| |/ | | | | - show a debug why a package was kept by ResolveByKeep()
| * releasing version 0.8.15.9Michael Vogt2011-10-141-2/+2
| |
| * merged from lp:~donkult/apt/sidMichael Vogt2011-10-1431-992/+1458
| |\
| | * * doc/apt.conf.5.xml:David Kalnischkies2011-10-0511-803/+1075
| | | | | | | | | - apply spelling fix by Kevin Lyda, thanks! (Closes: #644104)
| | * merge with current debian apt/sidDavid Kalnischkies2011-10-053-7/+24
| | |\ | | |/ | |/|
| * | * ftparchive/cachedb.cc:Michael Vogt2011-09-242-5/+17
| | | | | | | | | | | | | | | | | | | | | - fix buffersize in bytes2hex * ftparchive/cachedb.cc: - make buffer fully dynamic (thanks to Colin Watson)
| * | Symbol file updateMichael Vogt2011-09-242-1/+6
| |\ \
| * | | Changelog entry forspelling fixbubulle@debian.org2011-09-141-0/+7
| | | |
| * | | Fix spelling errorbubulle@debian.org2011-09-141-1/+1
| | | |
| | | * cherrypick from my apt/experimental branchDavid Kalnischkies2011-10-057-8/+127
| | | | | | | | | | | | | | | | | | | | | | | | * apt-pkg/deb/debmetaindex.cc: - none is a separator, not a language: no need for Index (Closes: #624218) * apt-pkg/aptconfiguration.cc: - do not builtin languages only if none is forced (Closes: #643787)
| | | * * apt-pkg/policy.cc:David Kalnischkies2011-10-043-4/+26
| | | | | | | | | | | | - accept generic release pin expressions again in -t (Closes: #644166)
| | | * * apt-pkg/init.cc:David Kalnischkies2011-09-212-8/+9
| | | | | | | | | | | | - silently ignore *.orig and *.save files by default
| | | * convert a few for-loop char finds to proper strchr and memchrDavid Kalnischkies2011-09-216-59/+42
| | | |
| | | * * apt-pkg/deb/dpkgpm.cc:David Kalnischkies2011-09-204-99/+123
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - use std::vector instead of fixed size arrays to store args and multiarch-packagename strings - load the dpkg base arguments only one time and reuse them later * cmdline/apt-get.cc: - follow Provides in the evaluation of saving candidates, too, for statisfying garbage package dependencies (Closes: #640590) * apt-pkg/algorithms.cc: - if a package is garbage, don't try to save it with FixByInstall
| | | * update the test to ensure that NotAutomatic and co is used alsoDavid Kalnischkies2011-09-151-8/+50
| | | | | | | | | | | | | | | | | | | | if the archive is signed, but the signature can't be checked as the key is missing (debbugs #597301 - fix in r2105)
| | | * * doc/apt-get.8.xml:David Kalnischkies2011-09-142-1/+10
| | |/ | | | | | | | | | - change wording of autoremove description as suggested by Robert Simmons, thanks! (Closes: #641490)
| | * update symbols fileDavid Kalnischkies2011-09-141-1/+2
| |/
| * releasing version 0.8.15.8Michael Vogt2011-09-141-2/+2
| |
| * * apt-pkg/contrib/configuration.cc:Michael Vogt2011-09-142-4/+10
| | | | | | | | - fix double delete (LP: #848907) - ignore only the invalid regexp instead of all options
| * * cmdline/apt-get.cc:Michael Vogt2011-09-142-7/+16
| |\ | | | | | | | | | - output list of virtual package providers to c1out in -q=1 instead of /dev/null to unbreak sbuild (LP: #816155)
| | * * cmdline/apt-get.cc:David Kalnischkies2011-09-132-7/+16
| |/ | | | | | | - output list of virtual package providers to c1out in -q=1 instead of /dev/null to unbreak sbuild (LP: #816155)
* | * apt-pkg/packagemanager.cc:David Kalnischkies2011-10-172-9/+11
| | | | | | | | - do not fail on unpacked packages in SmartUnPack, just don't shedule them for unpack, but do all checks and configure them
* | create "real" testcases out of the tests for chrisDavid Kalnischkies2011-10-173-23/+26
| |
* | releasing version 0.8.16~exp7Michael Vogt2011-10-141-1/+1
| |
* | merged lp:~donkult/apt/experimentalMichael Vogt2011-10-14159-1310/+1704
|\ \
| * | * apt-pkg/pkgcache.cc:David Kalnischkies2011-10-122-4/+17
| | | | | | | | | - always prefer "en" over "" for "en"-language regardless of cache-order
| * | add implicit dependencies needed for Multi-Arch at the time a VersionDavid Kalnischkies2011-10-123-83/+109
| | | | | | | | | | | | | | | | | | | | | struct is created and not at the end of the cache generation This allows us to be independent from the configured architectures for these kind of conflicts, we get natural progress for free and only the needed dependencies are in th respective binary cache.
| * | use one string to construct the error message instead of using multipleDavid Kalnischkies2011-10-121-23/+30
| | | | | | | | | | | | just with different debugging information at the end
| * | a version can have only a single md5 for descriptions, so we can optimizeDavid Kalnischkies2011-10-122-25/+32
| | | | | | | | | | | | | | | | | | | | | the merging with this knowledge a bit and by correctly sharing the lists we only need to have a single description list for possibly many different versions. This also means that description translations are shared between different sources
| * | share description list between "same" versions (LP: #868977)David Kalnischkies2011-10-113-17/+80
| | |
| * | * apt-pkg/pkgcachegen.cc:David Kalnischkies2011-10-115-132/+193
| | | | | | | | | - refactor MergeList by creating -Group, -Package and -Version specialist
| * | run apt-get download in quiet mode as it messes with output otherwiseDavid Kalnischkies2011-10-111-6/+5
| | |
| * | run integration tests on my new amd64 box without failuresDavid Kalnischkies2011-10-116-32/+35
| | |
| * | fix compiler warning about signed comparision on amd64, tooDavid Kalnischkies2011-10-111-0/+12
| | |
| * | * apt-pkg/deb/debmetaindex.cc:David Kalnischkies2011-10-057-10/+128
| | | | | | | | | | | | | | | - none is a separator, not a language: no need for Index (Closes: #624218) * apt-pkg/aptconfiguration.cc: - do not builtin languages only if none is forced (Closes: #643787)
| * | merge with current debian apt/experimentalDavid Kalnischkies2011-10-057-25/+66
| |\ \ | |/ / |/| |
* | | * apt-pkg/contrib/configuration.cc:Michael Vogt2011-10-057-23/+69
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - fix double delete (LP: #848907) - ignore only the invalid regexp instead of all options * apt-pkg/acquire-item.h, apt-pkg/deb/debmetaindex.cc: - fix fetching language information by adding OptionalSubIndexTarget * methods/https.cc: - cleanup broken downloads properly * ftparchive/cachedb.cc: - fix buffersize in bytes2hex * apt-pkg/deb/deblistparser.cc: - fix crash when the dynamic mmap needs to be grown in LoadReleaseInfo (LP: #854090)
| * | | merged fix from donkultMichael Vogt2011-09-262-12/+25
| | | |
| * | | ftparchive/cachedb.cc: rewrite to fix the fixed length fieldMichael Vogt2011-09-221-5/+9
| | | |
| * | | * ftparchive/cachedb.cc:Michael Vogt2011-09-222-1/+6
| | | | | | | | | | | | - fix buffersize in bytes2hex
| * | | * methods/https.cc:Michael Vogt2011-09-202-1/+6
| | | | | | | | | | | | - cleanup broken downloads properly
| * | | * apt-pkg/acquire-item.h, apt-pkg/deb/debmetaindex.cc:Michael Vogt2011-09-163-1/+11
| | | | | | | | | | | | - fix fetching language information by adding OptionalSubIndexTarget
| * | | * apt-pkg/contrib/configuration.cc:Michael Vogt2011-09-132-4/+8
| | | | | | | | | | | | | | | | - fix double delete (LP: #848907) - ignore only the invalid regexp instead of all options
| | * | * apt-pkg/deb/debsrcrecords.cc:David Kalnischkies2011-09-213-21/+29
| | | | | | | | | | | | - remove the limit of 400 Binaries for a source package (Closes: #622110)