Age | Commit message (Expand) | Author |
2015-08-18 | Add support for "apt-cache showsrc --only-source srcpkgname" | Michael Vogt |
2015-08-17 | Re-add support for G++ 4.8 and configure travis to use it | Julian Andres Klode |
2015-08-17 | Do not crash in 'apt show' for non-installed packages | Julian Andres Klode |
2015-08-16 | Replace "extra" in "the following extra packages [...]" by "additional" | Julian Andres Klode |
2015-08-16 | install: If package already is the newest version, display version | Julian Andres Klode |
2015-08-15 | update: Check if the cache could be opened, don't just assume it | Julian Andres Klode |
2015-08-14 | Make auto-remove and auto-clean aliases for the versions without - | Julian Andres Klode |
2015-08-14 | Replace --force-yes by various options starting with --allow | Julian Andres Klode |
2015-08-14 | Merge branch 'debian/experimental' of https://github.com/DonKult/apt into deb... | Julian Andres Klode |
2015-08-13 | Accept --upgradeable as synonym for --upgradable | Julian Andres Klode |
2015-08-13 | Mark SPtr as deprecated, and convert users to std::unique_ptr | Julian Andres Klode |
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-10 | add volatile sources support in libapt-pkg | David Kalnischkies |
2015-08-10 | hide implicit deps in apt-cache again by default | David Kalnischkies |
2015-08-10 | remove the compatibility markers for 4.13 abi | David Kalnischkies |
2015-08-10 | avoid virtual in the iterators | David Kalnischkies |
2015-08-10 | show or-groups in not-installed recommends and suggests lists | David Kalnischkies |
2015-08-10 | headers are for declarations only | David Kalnischkies |
2015-08-10 | implement a more generic ShowList method | David Kalnischkies |
2015-08-10 | rename 'apt-get files' to 'apt-get indextargets' | David Kalnischkies |
2015-08-10 | disable locking even for root in --simulate | David Kalnischkies |
2015-08-10 | add c++11 override marker to overridden methods | David Kalnischkies |
2015-08-10 | prepare cachesets for -std=c++11 | David Kalnischkies |
2015-08-10 | fix memory leaks reported by -fsanitize | David Kalnischkies |
2015-06-15 | condense parallel requests with the same hashes to one | David Kalnischkies |
2015-06-15 | show item ID in Hit, Ign and Err lines as well | David Kalnischkies |
2015-06-15 | implement default apt-get file --release-info mode | David Kalnischkies |
2015-06-11 | implement 'apt-get files' to access index targets | David Kalnischkies |
2015-05-11 | rewrite all TFRewrite instances to use the new pkgTagSection::Write | David Kalnischkies |
2015-04-10 | add a simple unit test for acquire progress | David Kalnischkies |
2015-04-10 | reimplement the last uses of sprintf | David Kalnischkies |
2015-03-16 | fix another d(e)select-upgrade typo | David Kalnischkies |
2014-11-09 | use the same code to detect quiet setting in all tools | David Kalnischkies |
2014-11-09 | streamline display of --help in all tools | David Kalnischkies |
2014-11-08 | use a abi version check similar to the gcc check | David Kalnischkies |
2014-10-23 | chown finished partial files earlier | David Kalnischkies |
2014-10-20 | reenable support for -s (and co) in apt-get source | David Kalnischkies |
2014-10-15 | check for available space, excluding root reserved blocks | David Kalnischkies |
2014-10-15 | don't drop privileges if _apt has not enough rights | David Kalnischkies |
2014-10-07 | don't show ErrorText for Ign by default | David Kalnischkies |
2014-10-07 | display errortext for all Err as well as Ign logs | David Kalnischkies |
2014-10-07 | ensure partial dirs are 0700 and owned by _apt:root | David Kalnischkies |
2014-10-01 | Use Acquire::Allow{InsecureRepositories,DowngradeToInsecureRepositories} | Michael Vogt |
2014-09-29 | Merge branch 'debian/sid' into debian/experimental | Michael Vogt |
2014-09-28 | replace c-string Mode with c++-string ActiveSubprocess | David Kalnischkies |
2014-09-27 | adapt to the new CacheSetHelper API | David Kalnischkies |
2014-09-27 | rework cachesets API to allow future extension | David Kalnischkies |
2014-09-27 | mark pkg(All|Dist)Upgrade as deprecated | David Kalnischkies |
2014-09-27 | fix progress output for (dist-)upgrade calculation | David Kalnischkies |