summaryrefslogtreecommitdiff
path: root/cmdline
AgeCommit message (Expand)AuthorFilesLines
2015-09-14deal with spaces in path, command and filepaths in apt-keyDavid Kalnischkies1-43/+61
2015-09-14various changes to increase test-coverageDavid Kalnischkies4-21/+13
2015-09-14implement apt-get source msg 'Please use: $vcs' for gitDavid Kalnischkies1-21/+13
2015-09-14use a less generic special trigger filename for stdinDavid Kalnischkies1-1/+1
2015-09-14fix insecure use of /tmp in EDSP solver 'dump'David Kalnischkies1-12/+29
2015-09-14implement dpkgs vision of interpreting pkg:<arch> dependenciesDavid Kalnischkies1-3/+2
2015-09-01use clock() as source for SRV randomnessDavid Kalnischkies1-14/+16
2015-08-31if file is inaccessible for _apt, disable privilege drop in acquireDavid Kalnischkies2-11/+0
2015-08-29implement indextargets option 'DefaultEnabled'David Kalnischkies1-0/+2
2015-08-28implement PDiff patching for compressed filesDavid Kalnischkies1-1/+4
2015-08-27sources.list and indextargets option for pdiffsDavid Kalnischkies1-1/+6
2015-08-27use always priv-dropping for changelog download as rootDavid Kalnischkies1-4/+1
2015-08-27fix various typos reported by codespellDavid Kalnischkies1-1/+1
2015-08-20Merge remote-tracking branch 'mvo/feature/srv-records' into debian/experimentalMichael Vogt2-1/+29
2015-08-18Add support for "apt-cache showsrc --only-source srcpkgname"Michael Vogt1-0/+4
2015-08-18Provide "apt-get full-upgrade" to match "apt full-upgrade"Michael Vogt1-0/+1
2015-08-18cleanupMichael Vogt1-3/+6
2015-08-18Merge remote-tracking branch 'upstream/debian/experimental' into feature/srv-...Michael Vogt8-337/+421
2015-08-18Merge branch 'debian/experimental' into feature/srv-recordsMichael Vogt14-633/+814
2015-08-16Show full package records in apt-cache search -fKusanagi Kouichi1-7/+4
2015-08-16When looking if Provides match, OR them with the normal patchesJulian Andres Klode1-1/+1
2015-08-14apt-get: allow non-root --print-uris build-depJulian Andres Klode1-1/+3
2015-08-14apt: Add autoremove and auto-remove commandsJulian Andres Klode1-0/+3
2015-08-14Make auto-remove and auto-clean aliases for the versions without -Julian Andres Klode1-0/+2
2015-08-14apt-cache: Show an error if stats gets any argumentsJulian Andres Klode1-1/+6
2015-08-14Merge branch 'debian/experimental' of https://github.com/DonKult/apt into deb...Julian Andres Klode1-1/+1
2015-08-13Deprecate SPtrArray<T> and convert everyone to unique_ptr<T[]>Julian Andres Klode2-4/+4
2015-08-13Mark SPtr as deprecated, and convert users to std::unique_ptrJulian Andres Klode1-3/+3
2015-08-12apt-cache: Improve translateability of the "with priority" thingJulian Andres Klode1-2/+2
2015-08-12apt-cache: Modify policy output to use per-version pinsJulian Andres Klode1-13/+30
2015-08-12Replace all "press enter" occurrences with "press [Enter]"Luca Bruno1-1/+1
2015-08-11apt-get: Do not include apt-pkg/indexrecords.hJulian Andres Klode1-1/+0
2015-08-10no value for MultiArch field is 'no', not 'none'David Kalnischkies1-2/+2
2015-08-10elimate duplicated code in pkgIndexFile subclassesDavid Kalnischkies1-0/+1
2015-08-10just-in-time creation for (implicit) ProvidesDavid Kalnischkies1-2/+2
2015-08-10hide implicit deps in apt-cache again by defaultDavid Kalnischkies1-3/+8
2015-08-10remove the compatibility markers for 4.13 abiDavid Kalnischkies2-36/+1
2015-08-10split-up Dependency structDavid Kalnischkies1-4/+5
2015-08-10show or-groups in not-installed recommends and suggests listsDavid Kalnischkies1-4/+4
2015-08-10headers are for declarations onlyDavid Kalnischkies1-0/+1
2015-08-10rename 'apt-get files' to 'apt-get indextargets'David Kalnischkies1-5/+5
2015-08-10add c++11 override marker to overridden methodsDavid Kalnischkies3-7/+7
2015-08-10merge keyrings with cat instead of gpg in apt-keyDavid Kalnischkies1-42/+86
2015-08-10support gpg 2.1.x in apt-keyDavid Kalnischkies1-25/+60
2015-08-10enhance apt-key debugging optionsDavid Kalnischkies1-4/+15
2015-08-10implement Signed-By option for sources.listDavid Kalnischkies1-3/+19
2015-08-10merge indexRecords into metaIndexDavid Kalnischkies1-21/+14
2015-08-10support lang= and target= sources.list optionsDavid Kalnischkies1-2/+2
2015-08-10fix memory leaks reported by -fsanitizeDavid Kalnischkies2-5/+4
2015-08-10cleanup Container.erase API to look more like std::containersDavid Kalnischkies1-1/+1