Age | Commit message (Expand) | Author |
2013-07-26 | ensure that FileFd::Size returns 0 in error cases | David Kalnischkies |
2013-07-26 | proper cleanup varargs in _error (uncovered by Coverity) | David Kalnischkies |
2013-07-25 | pick up Translation-* even if only compressed available | David Kalnischkies |
2013-07-16 | fix if-clause to generate hook-info for 'rc' packages | David Kalnischkies |
2013-07-11 | prevent MarkInstall of unsynced Multi-Arch:same siblings | David Kalnischkies |
2013-07-11 | implement arch+= and arch-= for sources.list | David Kalnischkies |
2013-07-11 | Version 3 for DPkg::Pre-Install-Pkgs with MultiArch info | David Kalnischkies |
2013-07-10 | apt-pkg/packagemanager.cc: | Michael Vogt |
2013-07-02 | Merge remote-tracking branch 'donkult/debian/sid' into debian/sid | Michael Vogt |
2013-06-28 | make starting debug output of pkgProblemResolver proper english | Michael Vogt |
2013-06-27 | use just one line for the debug output (thanks to donkult for the review) | Michael Vogt |
2013-06-27 | when doing MarkInstall() packages may also get removed, so show them in the d... | Michael Vogt |
2013-06-27 | show broken count when starting the resolver | Michael Vogt |
2013-06-24 | fix SHA2* cleanups to zero-out the complete context | David Kalnischkies |
2013-06-24 | do not modify DepIterator as we might check again | David Kalnischkies |
2013-06-20 | trigger NODATA error for invalid InRelease files | David Kalnischkies |
2013-06-20 | do not redownload unchanged InRelease files | David Kalnischkies |
2013-06-20 | support \n and \r\n line endings in ReadMessages | David Kalnischkies |
2013-06-20 | handle missing "Description" in apt-cache show | David Kalnischkies |
2013-06-09 | ensure state-dir exists before coyping cdrom files | David Kalnischkies |
2013-06-09 | fail in CopyFile if the FileFds have error flag set | David Kalnischkies |
2013-06-09 | OpenDescriptor should autoclose fd always on error | David Kalnischkies |
2013-06-09 | set Fail flag in FileFd on all errors consistently | David Kalnischkies |
2013-06-09 | make the vprintf like _error->Insert public | David Kalnischkies |
2013-06-09 | deprecate InstallProtect as a cpu-eating no-op | David Kalnischkies |
2013-06-09 | do unpacks before configures in SmartConfigure | David Kalnischkies |
2013-06-09 | try all providers in order if uninstallable in MarkInstall | David Kalnischkies |
2013-06-09 | fix priority sorting by prefering higher in MarkInstall | David Kalnischkies |
2013-06-09 | prefer Essentials over Removals in ordering score | David Kalnischkies |
2013-06-09 | rewrite pkgOrderList::DepRemove to stop incorrect immediate setting | David Kalnischkies |
2013-06-06 | fix double free (closes: #711045) | Michael Vogt |
2013-05-16 | non-inline RunGPGV methods to restore ABI compatibility with previous version... | David Kalnischkies |
2013-05-08 | merged patch from Daniel Hartwig to fix URI and proxy releated issues | Michael Vogt |
2013-05-08 | merged from the debian-wheezy branch | Michael Vogt |
2013-05-08 | * apt-pkg/algorithms.cc: | Michael Vogt |
2013-05-08 | properly handle if-modfied-since with libcurl/https | Michael Vogt |
2013-04-10 | Fix English spelling error in a message ('A error'). Unfuzzy | bubulle@debian.org |
2013-04-08 | merged bundle from david | Michael Vogt |
2013-04-04 | * apt-pkg/sourcelist.cc: | Michael Vogt |
2013-04-03 | share version strings between same versions (of different architectures) | David Kalnischkies |
2013-04-03 | * apt-pkg/cacheiterators.h: | David Kalnischkies |
2013-04-03 | apt-pkg/contrib/gpgv.cc: fix InRelease check | Michael Vogt |
2013-04-03 | - sort group and package names in the hashtable on insert | David Kalnischkies |
2013-04-02 | merged lp:~mvo/apt/fix-inrelease5 | Michael Vogt |
2013-04-01 | micro-optimize and enhance readability of ListParser::VersionHash | David Kalnischkies |
2013-04-01 | equal comparisions are used mostly in same-source relations, | David Kalnischkies |
2013-04-01 | * apt-pkg/deb/debversion.cc: | David Kalnischkies |
2013-03-22 | merged lp:~mvo/apt/fix-tagfile-hash | Michael Vogt |
2013-03-22 | merged the debian-wheezy branch | Michael Vogt |
2013-03-20 | apt-pkg/edsp.cc: do not use stderr in WriteSolution at all | Michael Vogt |