Age | Commit message (Expand) | Author |
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 |
2015-08-11 | ExecFork: Use /proc/self/fd to determine which files to close | Julian Andres Klode |
2015-08-11 | Make QItem a subclass of DescItem | Julian Andres Klode |
2015-08-11 | Re-introduce None as a deprecated alias for No | Julian Andres Klode |
2015-08-11 | Drop C++11 elements from headers | Julian Andres Klode |
2015-08-11 | Fix an obscure warning from GCC | Julian Andres Klode |
2015-08-11 | Simply ignore cruft in the status files, do not treat it as prio 0 | Julian Andres Klode |
2015-08-11 | Replace INT_MIN with std::numeric_limits<int>::min | Julian Andres Klode |
2015-08-10 | initialize PinVers to a nullptr | David Kalnischkies |
2015-08-10 | move manual-bit from 'oldlibs' pkg to its dependencies | David Kalnischkies |
2015-08-10 | move APT::Never-MarkAuto-Sections handling to MarkDelete | David Kalnischkies |
2015-08-10 | no value for MultiArch field is 'no', not 'none' | David Kalnischkies |
2015-08-10 | change to libapt-pkg abi 5.0 with versioned symbols | David Kalnischkies |
2015-08-10 | mark again deps of pkgs in APT::Never-MarkAuto-Sections as manual | David Kalnischkies |
2015-08-10 | drop extra newline in 'Failed to fetch' and 'GPG error' message | David Kalnischkies |
2015-08-10 | enhance "hit paywall" error message to mention the probable cause | David Kalnischkies |
2015-08-10 | drop obsolete explicit :none handling in pkgCacheGen | David Kalnischkies |
2015-08-10 | parse packages from all architectures into the cache | David Kalnischkies |
2015-08-10 | eliminate dead file-provides code in cache generation | David Kalnischkies |
2015-08-10 | elimate duplicated code in pkgIndexFile subclasses | David Kalnischkies |
2015-08-10 | add volatile sources support in libapt-pkg | David Kalnischkies |
2015-08-10 | just-in-time creation for (explicit) negative deps | David Kalnischkies |
2015-08-10 | just-in-time creation for (implicit) Provides | David Kalnischkies |
2015-08-10 | hide implicit deps in apt-cache again by default | David Kalnischkies |
2015-08-10 | use a smaller type for flags storage in the cache | David Kalnischkies |
2015-08-10 | remove the compatibility markers for 4.13 abi | David Kalnischkies |
2015-08-10 | link DependencyData structs together | David Kalnischkies |
2015-08-10 | split-up Dependency struct | David Kalnischkies |
2015-08-10 | bunch of micro-optimizations for depcache | David Kalnischkies |
2015-08-10 | avoid virtual in the iterators | David Kalnischkies |