Age | Commit message (Expand) | Author |
2015-08-29 | try xz instead of bz2 first for compressed files | David Kalnischkies |
2015-08-29 | implement indextargets option 'DefaultEnabled' | David Kalnischkies |
2015-08-29 | use c++11 algorithms to avoid strange compiler warnings | David Kalnischkies |
2015-08-28 | implement PDiff patching for compressed files | David Kalnischkies |
2015-08-27 | sources.list and indextargets option for pdiffs | David Kalnischkies |
2015-08-27 | Do not parse Status fields from remote sources | Julian Andres Klode |
2015-08-27 | Merge branch 'feature/extractar-filefd' into debian/experimental | Julian Andres Klode |
2015-08-27 | Always close compressed files in FileFd | Julian Andres Klode |
2015-08-27 | cacheset: Prefer the depcache over the policy again | Julian Andres Klode |
2015-08-27 | allow explicit dis/enable of IndexTargets in sources options | David Kalnischkies |
2015-08-27 | not all targets are deb-src targets | David Kalnischkies |
2015-08-27 | use always priv-dropping for changelog download as root | David Kalnischkies |
2015-08-27 | fix various typos reported by codespell | David Kalnischkies |
2015-08-27 | ignore AllowMem parameter in cache generation | David Kalnischkies |
2015-08-27 | correct 'apt update' download summary line | David Kalnischkies |
2015-08-27 | just-in-time removal of broken essential packages | David Kalnischkies |
2015-08-27 | Fix more instances of missing remapping handling | Julian Andres Klode |
2015-08-27 | pkgcachegen: Account for remapping when parsing depends from NewPackage | Julian Andres Klode |
2015-08-20 | Re-indent GetCandidateVerNew() and make ConsiderFiles argument explicit | Julian Andres Klode |
2015-08-20 | Merge remote-tracking branch 'mvo/feature/srv-records' into debian/experimental | Michael Vogt |
2015-08-20 | Add basic (non weight adjusted) shuffling for SrvRecords selection | Michael Vogt |
2015-08-19 | Support tabs in sources.list files | Julian Andres Klode |
2015-08-18 | apt-pkg/contrib/srvrec.cc: res_query() should not generate a _error->Warning() | Michael Vogt |
2015-08-18 | cleanup | Michael Vogt |
2015-08-18 | Merge remote-tracking branch 'upstream/debian/experimental' into feature/srv-... | Michael Vogt |
2015-08-18 | Merge branch 'debian/experimental' into feature/srv-records | Michael Vogt |
2015-08-17 | Re-add support for G++ 4.8 and configure travis to use it | Julian Andres Klode |
2015-08-17 | Really fix all iwyu issues | Michael Vogt |
2015-08-17 | Fix all the wrong removals of includes that iwyu got wrong | Michael Vogt |
2015-08-17 | Cleanup includes after running iwyu | Michael Vogt |
2015-08-16 | Make pkgCache::Priority() static, it does not need the instance | Julian Andres Klode |
2015-08-16 | Use terminfo's typical save_cursor/restore_cursor sequences | James McCoy |
2015-08-15 | Add GetPriority(VerIterator) to pkgDepCache::Policy | Julian Andres Klode |
2015-08-15 | cachefile.cc: Do not ignore return value of pkgDepCache::Init() | Julian Andres Klode |
2015-08-14 | Also add 'in combination with the other options.' to another error | Julian Andres Klode |
2015-08-14 | Set Acquire::Changelogs::URI::Origin::Tanglu for Tanglu changelogs | Julian Andres Klode |
2015-08-14 | Make apt compile with clang++ again | Michael Vogt |
2015-08-14 | Say "in combination with the other options" if an option is not understood | Julian Andres Klode |
2015-08-14 | Merge branch 'debian/experimental' of https://github.com/DonKult/apt into deb... | Julian Andres Klode |
2015-08-13 | Use setresuid() and setresgid() where available | Julian Andres Klode |
2015-08-13 | Deprecate SPtrArray<T> and convert everyone to unique_ptr<T[]> | Julian Andres Klode |
2015-08-13 | Mark SPtr as deprecated, and convert users to std::unique_ptr | Julian Andres Klode |
2015-08-13 | C++11: Switch from auto_ptr to unique_ptr | Julian Andres Klode |
2015-08-12 | Drop the Section field from pkgCache::Package again | Julian Andres Klode |
2015-08-12 | policy: Be more strict about parsing pin files, and document prio 0 | Julian Andres Klode |
2015-08-12 | Only make Upgradable() return true for packages with a candidate | Julian Andres Klode |
2015-08-12 | Add a parameter ConsiderFiles to GetPriority(VerIterator) | Julian Andres Klode |
2015-08-12 | Do not set unhonored DPKG_NO_TSTP variable for dpkg | Guillem Jover |
2015-08-12 | Replace all "press enter" occurrences with "press [Enter]" | Luca Bruno |
2015-08-11 | Annotate more methods with APT_OVERRIDE | Julian Andres Klode |