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