Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-03-01 | merged lp:~mvo/apt/hash-order | Michael Vogt | |
2013-03-01 | merged from the lp:~mvo/apt/mvo branch | Michael Vogt | |
2013-03-01 | merged from the debian-sid branch | Michael Vogt | |
2013-01-24 | * apt-pkg/indexrecords.cc: | Michael Vogt | |
- support '\r' in the Release file | |||
2013-01-14 | ensure sha512 is really used when available (thanks to Tyler Hicks ) | Michael Vogt | |
2013-01-09 | * apt-pkg/contrib/progress.cc: | Michael Vogt | |
- Make "..." translatable to fix inconsistencies in the output of e.g. apt-get update. While this adds new translatable strings, not having translations for them will not break anything. Thanks to Guillem Jover. Closes: #696225 | |||
2013-01-08 | merged lp:~mvo/apt/fix-priority-abi-break | Michael Vogt | |
2013-01-08 | merged from the debian-sid branch | Michael Vogt | |
2013-01-08 | fix pkgProblemResolver::Scores, thanks to Paul Wise. | Michael Vogt | |
Closes: #697577 | |||
2013-01-08 | * [ABI BREAK] apt-pkg/pkgcache.h: | Michael Vogt | |
- adjust pkgCache::State::VerPriority enum, to match reality | |||
2013-01-08 | fix pkgProblemResolver::Scores, thanks to Paul Wise. | Michael Vogt | |
Closes: #697577 | |||
2013-01-04 | print error in log if tcgetattr() fails instead of writing | Michael Vogt | |
a empty file | |||
2013-01-04 | merged lp:~mvo/apt/mvo | Michael Vogt | |
2013-01-04 | merged from debian-sid | Michael Vogt | |
2012-12-27 | * apt-pkg/deb/dpkgpm.cc: | Michael Vogt | |
- use tcgetattr() on STDOUT instead of STDIN so that term.log works for redirected stdin | |||
2012-12-13 | merged from lp:~donkult/apt/sid | Michael Vogt | |
2012-12-13 | change permissions of /var/log/apt/term.log to 0640 (LP: #975199) | Michael Vogt | |
2012-11-10 | * apt-pkg/algorithms.cc: | Jonathan Thomas | |
- fix package-pointer array memory leak in ResolveByKeepInternal() | |||
2012-11-09 | * apt-pkg/algorithms.cc: | David Kalnischkies | |
- ensure pkgProblemResolver calls MarkDelete without FromUser set so that it can't overrule holds and the protection flag | |||
2012-11-09 | no mode changes should obviously be ok for pkgDepCache::IsModeChangeOk | David Kalnischkies | |
2012-11-09 | * apt-pkg/depcache.cc: | David Kalnischkies | |
- don't call MarkInstall with the FromUser flag set for packages which are dependencies of APT::Never-MarkAuto-Sections matchers | |||
2012-10-24 | * apt-pkg/packagemanager.cc: | David Kalnischkies | |
- do not do lock-step configuration for a M-A:same package if it isn't unpacked yet in SmartConfigure and do not unpack a M-A:same package again in SmartUnPack if we have already configured it (LP: #1062503) | |||
2012-10-17 | * lp:~mvo/apt/config-clear: | Michael Vogt | |
- support Configuration.Clear() for a clear of the entire configuration | |||
2012-10-17 | * lp:~mvo/apt/add-glob-function: | Michael Vogt | |
- add Glob() to fileutl.{cc,h} | |||
2012-10-17 | stop exporting the accidently exported parsenetrc() symbol | Michael Vogt | |
2012-10-17 | merged from debian-sid | Michael Vogt | |
2012-10-15 | * apt-pkg/pkgcachegen.cc: | Michael Vogt | |
- Fix crash if the cache is remapped while writing a Provides version (LP: #1066445). | |||
2012-10-15 | merge from lp:~donkult/apt/sid | Michael Vogt | |
2012-10-13 | remove 256 char line limit by using getline() (POSIX.1-2008) | David Kalnischkies | |
2012-10-13 | * apt-pkg/contrib/netrc.cc: | David Kalnischkies | |
- remove the 64 char limit for login/password in internal usage | |||
2012-10-13 | * apt-pkg/policy.cc: | David Kalnischkies | |
- match pins with(out) an architecture as we do on the commandline (partly fixing #687255, b= support has to wait for jessie) | |||
2012-10-13 | * apt-pkg/edsp.cc: | David Kalnischkies | |
- include reinstall requests and already installed (= protected) packages in the install-request for external resolvers (Closes: #689331) | |||
2012-10-13 | write the native architecture as unique string into the cache header | David Kalnischkies | |
as it is used for arch:all packages as a map to arch:native. Otherwise arch comparisons later will see differences (Closes: #689323) | |||
2012-10-13 | correct "3 missing" to "2 missing" remap registrations as the Version | David Kalnischkies | |
handled in NewVersion is already registered | |||
2012-10-12 | merged lp:~mvo/apt/mvo | Michael Vogt | |
2012-10-01 | rename CleaAll() -> Clear() | Michael Vogt | |
2012-09-28 | add new ClearAll | Michael Vogt | |
2012-09-19 | * apt-pkg/pkgcache.cc: | David Kalnischkies | |
- ignore negative dependencies applying in the same group for M-A:same packages on the real package name as self-conflicts | |||
2012-09-19 | add 3 missing remap registrations causing a segfault in case | David Kalnischkies | |
we use the not remapped iterators after a move of the mmap again | |||
2012-09-19 | * apt-pkg/pkgcachegen.cc: | David Kalnischkies | |
- ensure that dependencies for packages:none are always generated | |||
2012-09-09 | * apt-pkg/pkgcachegen.cc: | David Kalnischkies | |
- do not create 'native' (or now 'none') package structures as a side effect of description translation parsing as it pollutes the cache | |||
2012-09-09 | handle packages without a mandatory architecture (debian-policy ยง5.3) | David Kalnischkies | |
by introducing a pseudo-architecture 'none' so that the small group of users with these packages can get right of them without introducing too much hassle for other users (Closes: #686346) | |||
2012-09-04 | apt-pkg/aptconfiguration.h: fix compiler error | Michael Vogt | |
2012-09-04 | add "Glob()" to fileutl | Michael Vogt | |
2012-09-03 | report the package name with architecture in the "no file" error message | David Kalnischkies | |
2012-09-03 | unpack versions only in case a different version from the package | David Kalnischkies | |
and avoid re-unpack otherwise (Closes: #670900) | |||
2012-09-03 | * apt-pkg/cdrom.cc: | David Kalnischkies | |
- copy only configured translation files from a CD-ROM and not all available translation files preventing new installs with d-i from being initialized with all translations (Closes: #678227) - handle Components in the reduction for the source.list as multi-arch CDs otherwise create duplicated source entries (e.g. "wheezy main main") | |||
2012-09-03 | - do not create duplicated flat-archive CD-ROM sources for foreign | David Kalnischkies | |
architectures on multi-arch CD-ROMs - do not warn about files which have a record in the Release file, but are not present on the CD to mirror the behavior of the other methods and to allow uncompressed indexes to be dropped without scaring users - handle Components in the reduction for the source.list as multi-arch CDs | |||
2012-09-02 | * apt-pkg/cdrom.cc: | David Kalnischkies | |
- handle Components in the reduction for the source.list as multi-arch cds otherwise create duplicated source entries (e.g. "wheezy main main") | |||
2012-09-02 | * apt-pkg/indexcopy.cc: | David Kalnischkies | |
- do not create duplicated flat-archive cdrom sources for foreign architectures on multi-arch cdroms |