Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-10-14 | merged lp:~donkult/apt/experimental | Michael Vogt | |
2011-10-12 | * apt-pkg/pkgcache.cc: | David Kalnischkies | |
- always prefer "en" over "" for "en"-language regardless of cache-order | |||
2011-10-12 | add implicit dependencies needed for Multi-Arch at the time a Version | David Kalnischkies | |
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. | |||
2011-10-12 | use one string to construct the error message instead of using multiple | David Kalnischkies | |
just with different debugging information at the end | |||
2011-10-12 | a version can have only a single md5 for descriptions, so we can optimize | David Kalnischkies | |
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 | |||
2011-10-11 | share description list between "same" versions (LP: #868977) | David Kalnischkies | |
2011-10-11 | * apt-pkg/pkgcachegen.cc: | David Kalnischkies | |
- refactor MergeList by creating -Group, -Package and -Version specialist | |||
2011-10-11 | run apt-get download in quiet mode as it messes with output otherwise | David Kalnischkies | |
2011-10-11 | run integration tests on my new amd64 box without failures | David Kalnischkies | |
2011-10-11 | fix compiler warning about signed comparision on amd64, too | David Kalnischkies | |
2011-10-05 | * apt-pkg/deb/debmetaindex.cc: | David Kalnischkies | |
- 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) | |||
2011-10-05 | merge with current debian apt/experimental | David Kalnischkies | |
2011-10-05 | * apt-pkg/contrib/configuration.cc: | Michael Vogt | |
- 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) | |||
2011-09-26 | merged fix from donkult | Michael Vogt | |
2011-09-22 | ftparchive/cachedb.cc: rewrite to fix the fixed length field | Michael Vogt | |
2011-09-22 | * ftparchive/cachedb.cc: | Michael Vogt | |
- fix buffersize in bytes2hex | |||
2011-09-21 | * apt-pkg/deb/debsrcrecords.cc: | David Kalnischkies | |
- remove the limit of 400 Binaries for a source package (Closes: #622110) | |||
2011-09-20 | * methods/https.cc: | Michael Vogt | |
- cleanup broken downloads properly | |||
2011-09-20 | * apt-pkg/algorithms.cc: | David Kalnischkies | |
- if a package is garbage, don't try to save it with FixByInstall | |||
2011-09-20 | * cmdline/apt-get.cc: | David Kalnischkies | |
- follow Provides in the evaluation of saving candidates, too, for statisfying garbage package dependencies (Closes: #640590) | |||
2011-09-20 | load the dpkg base arguments only one time and reuse them later | David Kalnischkies | |
2011-09-20 | * apt-pkg/deb/dpkgpm.cc: | David Kalnischkies | |
- use std::vector instead of fixed size arrays to store args and multiarch-packagename strings | |||
2011-09-19 | fix foldmarker in algorithms.h | David Kalnischkies | |
2011-09-19 | remove old APT_COMPATIBILITY ifdef's | David Kalnischkies | |
2011-09-19 | use forward declaration in headers if possible instead of includes | David Kalnischkies | |
2011-09-19 | do not pollute namespace in the headers with using (Closes: #500198) | David Kalnischkies | |
2011-09-19 | remove an extra argument for the error mesage format | David Kalnischkies | |
2011-09-16 | * apt-pkg/acquire-item.h, apt-pkg/deb/debmetaindex.cc: | Michael Vogt | |
- fix fetching language information by adding OptionalSubIndexTarget | |||
2011-09-14 | releasing version 0.8.16~exp6 | Michael Vogt | |
2011-09-14 | merged from donkult | Michael Vogt | |
2011-09-14 | enable APT in unpack/configure ordering to handle loops as well | David Kalnischkies | |
as tight dependencies between immediate packages better enabling also the possibility to mark all packages as immediate (at least Closes: #353290, #540227, #559733, #621836, #639290) | |||
2011-09-14 | merged from donkult | Michael Vogt | |
2011-09-14 | update symbols | David Kalnischkies | |
2011-09-14 | update package names too for the new abi | Michael Vogt | |
2011-09-14 | * [abi-break] Support large files in the complete toolset. Indexes of this | Michael Vogt | |
* bump ABI version | |||
2011-09-14 | merged from lp:~donkult/apt/experimental | Michael Vogt | |
2011-09-13 | merge with debian/sid | David Kalnischkies | |
2011-09-13 | merge with debian/experimental | David Kalnischkies | |
2011-09-13 | Support large files in the complete toolset. Indexes of this | David Kalnischkies | |
size are pretty unlikely for now, but we need it for deb packages which could become bigger than 4GB now (LP: #815895) | |||
2011-09-13 | * apt-pkg/contrib/configuration.cc: | Michael Vogt | |
- fix double delete (LP: #848907) - ignore only the invalid regexp instead of all options | |||
2011-09-13 | reorder includes: add <config.h> if needed and include it at first | David Kalnischkies | |
2011-09-12 | releasing version 0.8.15.70.8.15.7 | Michael Vogt | |
2011-09-12 | merged from lp:~donkult/apt/sid | Michael Vogt | |
2011-09-09 | fix changelog typos and bugfix-link | David Kalnischkies | |
2011-09-09 | M-A:same lockstep unpack should operate on installed | David Kalnischkies | |
packages first (LP: #835625) | |||
2011-09-09 | fix bashism (local outside function) and releasefile creation in testcases | David Kalnischkies | |
2011-09-05 | - add an Acquire::Min-ValidTime option (Closes: #640122) | David Kalnischkies | |
* doc/apt.conf.5.xml: - reword Acquire::Max-ValidTime documentation to make clear that it doesn't provide the new Min-ValidTime functionality | |||
2011-09-05 | * apt-pkg/indexrecords.cc: | David Kalnischkies | |
- fix Acquire::Max-ValidTime option by interpreting it really as seconds as specified in the manpage and not as days | |||
2011-08-24 | * apt-pkg/orderlist.cc: | David Kalnischkies | |
- prefer visiting packages marked for deletion in VisitProvides if we are operating on a negative dependency so that we can deal early with the fallout of this remove | |||
2011-08-23 | print from their the visit came from | David Kalnischkies | |