Age | Commit message (Expand) | Author |
2015-09-14 | deal with spaces in path, command and filepaths in apt-key | David Kalnischkies |
2015-09-14 | various changes to increase test-coverage | David Kalnischkies |
2015-09-14 | implement apt-get source msg 'Please use: $vcs' for git | David Kalnischkies |
2015-09-14 | use a less generic special trigger filename for stdin | David Kalnischkies |
2015-09-14 | fix insecure use of /tmp in EDSP solver 'dump' | David Kalnischkies |
2015-09-14 | implement dpkgs vision of interpreting pkg:<arch> dependencies | David Kalnischkies |
2015-09-01 | use clock() as source for SRV randomness | David Kalnischkies |
2015-08-31 | if file is inaccessible for _apt, disable privilege drop in acquire | David Kalnischkies |
2015-08-29 | implement indextargets option 'DefaultEnabled' | 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 | use always priv-dropping for changelog download as root | David Kalnischkies |
2015-08-27 | fix various typos reported by codespell | David Kalnischkies |
2015-08-20 | Merge remote-tracking branch 'mvo/feature/srv-records' into debian/experimental | Michael Vogt |
2015-08-18 | Add support for "apt-cache showsrc --only-source srcpkgname" | Michael Vogt |
2015-08-18 | Provide "apt-get full-upgrade" to match "apt full-upgrade" | 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-16 | Show full package records in apt-cache search -f | Kusanagi Kouichi |
2015-08-16 | When looking if Provides match, OR them with the normal patches | Julian Andres Klode |
2015-08-14 | apt-get: allow non-root --print-uris build-dep | Julian Andres Klode |
2015-08-14 | apt: Add autoremove and auto-remove commands | Julian Andres Klode |
2015-08-14 | Make auto-remove and auto-clean aliases for the versions without - | Julian Andres Klode |
2015-08-14 | apt-cache: Show an error if stats gets any arguments | Julian Andres Klode |
2015-08-14 | Merge branch 'debian/experimental' of https://github.com/DonKult/apt into deb... | 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-12 | apt-cache: Improve translateability of the "with priority" thing | Julian Andres Klode |
2015-08-12 | apt-cache: Modify policy output to use per-version pins | Julian Andres Klode |
2015-08-12 | Replace all "press enter" occurrences with "press [Enter]" | Luca Bruno |
2015-08-11 | apt-get: Do not include apt-pkg/indexrecords.h | Julian Andres Klode |
2015-08-10 | no value for MultiArch field is 'no', not 'none' | David Kalnischkies |
2015-08-10 | elimate duplicated code in pkgIndexFile subclasses | 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 | remove the compatibility markers for 4.13 abi | David Kalnischkies |
2015-08-10 | split-up Dependency struct | 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 | rename 'apt-get files' to 'apt-get indextargets' | David Kalnischkies |
2015-08-10 | add c++11 override marker to overridden methods | David Kalnischkies |
2015-08-10 | merge keyrings with cat instead of gpg in apt-key | David Kalnischkies |
2015-08-10 | support gpg 2.1.x in apt-key | David Kalnischkies |
2015-08-10 | enhance apt-key debugging options | David Kalnischkies |
2015-08-10 | implement Signed-By option for sources.list | David Kalnischkies |
2015-08-10 | merge indexRecords into metaIndex | David Kalnischkies |
2015-08-10 | support lang= and target= sources.list options | David Kalnischkies |
2015-08-10 | fix memory leaks reported by -fsanitize | David Kalnischkies |
2015-08-10 | cleanup Container.erase API to look more like std::containers | David Kalnischkies |