]> git.saurik.com Git - apt.git/history - cmdline
Merge pull request julian-klode/apt#3 from adrian17/master
[apt.git] / cmdline /
2016-05-10  Julian Andres KlodeMerge pull request julian-klode/apt#3 from adrian17...
2016-05-01  Carsten Heyapt-key: add \n to dpkg-query --show --showformat
2016-05-01  David Kalnischkieswarn if apt-key is run unconditionally in maintainerscript
2016-03-06  David Kalnischkiesadd test for apt-key 0xKEY and use parameter expansion
2016-03-04  Daniel Kahn Gillmorapt-key del should correctly handle keyids prefixed...
2016-01-08  David Kalnischkiessupport '-' and no parameter for stdin in apt-helper...
2016-01-08  David Kalnischkieskeep compressed indexes in a low-cost format
2016-01-07  Julian Andres Klodeapt-helper: cat-file: Add -C/--compress option
2016-01-03  Julian Andres Klodeapt-cache: stats: Show a table utilization as percentage
2016-01-03  Julian Andres Klodeapt-cache: stats: Average is over used, not all, buckets
2015-12-28  Julian Andres Klodeapt-helper: Use CopyFile() for concatenating the files
2015-12-26  Julian Andres Klodeapt-helper: Check that we can open stdout
2015-12-26  Julian Andres Klodeapt-helper: Add a cat-file command for concatening...
2015-12-19  David Kalnischkiesavoid triggering gpg2 migration in apt-key
2015-12-19  David Kalnischkiesavoid evaluating shell in paths used in apt-key
2015-12-11  Julian Andres Klodeapt-internal-solver: Make ShowHelp() and GetCommands...
2015-12-06  David Kalnischkiespart revert, part redo 'which' replacement
2015-12-06  David Kalnischkiesreplace run-parts with find|sort to avoid debianutils...
2015-12-06  David Kalnischkiesreplace "which" with "command -v" for portability
2015-12-06  Fredrik Fornwallapt-helper.cc: include <stdlib.h> for atoi
2015-11-29  David Kalnischkiesdrop some needlessly public declarations in libapt...
2015-11-29  David Kalnischkiesmove 'unmet' handling into libapt-private
2015-11-29  David Kalnischkiesuse function pointers instead of weak symbols for cmdli...
2015-11-21  Justin B Ryereview of new/changed translatable program strings
2015-11-04  David Kalnischkieswrap every unlink call to check for != /dev/null
2015-11-04  David Kalnischkiesrevamp all tools help messages
2015-11-04  David Kalnischkieshidden support more apt-get/apt-cache commands in apt
2015-11-04  David Kalnischkiesdeal with --version more centrally
2015-11-04  David Kalnischkiesmove apts cmdline helper type into -private
2015-11-04  David Kalnischkiesgenerate commands array after config is loaded
2015-11-04  David Kalnischkiesnew quiet level -qq for apt to hide progress output
2015-11-04  David Kalnischkiesdeduplicate main methods
2015-11-04  David Kalnischkiessplit up help messages for simpler reuse
2015-11-04  David Kalnischkiesmove 'search' implementations as well
2015-11-04  David Kalnischkiescentralize 'show' implementation of apt and apt-cache
2015-11-04  David Kalnischkiesallow all dpkg selections to be set via apt-mark and...
2015-11-04  David Kalnischkiesprovide public interface to hold/unhold packages
2015-11-04  David Kalnischkiesswitch 'apt-mark hold' from Pkg to Ver based operation
2015-11-04  David Kalnischkiesadd cacheset push_back wrapping for std::back_inserter
2015-11-04  David Kalnischkiesimplement operator* for cacheset iterators
2015-11-04  David Kalnischkiesimplement a public pkgSystem::MultiArchSupported
2015-09-14  David Kalnischkiesdeal with spaces in path, command and filepaths in...
2015-09-14  David Kalnischkiesvarious changes to increase test-coverage
2015-09-14  David Kalnischkiesimplement apt-get source msg 'Please use: $vcs' for git
2015-09-14  David Kalnischkiesuse a less generic special trigger filename for stdin
2015-09-14  David Kalnischkiesfix insecure use of /tmp in EDSP solver 'dump'
2015-09-14  David Kalnischkiesimplement dpkgs vision of interpreting pkg:<arch> depen...
2015-09-01  David Kalnischkiesuse clock() as source for SRV randomness
2015-08-31  David Kalnischkiesif file is inaccessible for _apt, disable privilege...
2015-08-29  David Kalnischkiesimplement indextargets option 'DefaultEnabled'
2015-08-28  David Kalnischkiesimplement PDiff patching for compressed files
2015-08-27  David Kalnischkiessources.list and indextargets option for pdiffs
2015-08-27  Julian Andres KlodeMerge branch 'feature/extractar-filefd' into debian...
2015-08-27  David Kalnischkiesuse always priv-dropping for changelog download as...
2015-08-27  David Kalnischkiesfix various typos reported by codespell
2015-08-20  Michael VogtMerge remote-tracking branch 'mvo/feature/srv-records...
2015-08-18  Michael VogtAdd support for "apt-cache showsrc --only-source srcpkg...
2015-08-18  Michael VogtProvide "apt-get full-upgrade" to match "apt full-upgrade"
2015-08-18  Michael Vogtcleanup
2015-08-18  Michael VogtMerge remote-tracking branch 'upstream/debian/experimen...
2015-08-18  Michael VogtMerge branch 'debian/experimental' into feature/srv...
2015-08-16  Kusanagi KouichiShow full package records in apt-cache search -f
2015-08-16  Julian Andres KlodeWhen looking if Provides match, OR them with the normal...
2015-08-14  Julian Andres Klodeapt-get: allow non-root --print-uris build-dep
2015-08-14  Julian Andres Klodeapt: Add autoremove and auto-remove commands
2015-08-14  Julian Andres KlodeMake auto-remove and auto-clean aliases for the version...
2015-08-14  Julian Andres Klodeapt-cache: Show an error if stats gets any arguments
2015-08-14  Julian Andres KlodeMerge branch 'debian/experimental' of https://github...
2015-08-13  Julian Andres KlodeDeprecate SPtrArray<T> and convert everyone to unique_p...
2015-08-13  Julian Andres KlodeMark SPtr as deprecated, and convert users to std:...
2015-08-12  Julian Andres Klodeapt-cache: Improve translateability of the "with priori...
2015-08-12  Julian Andres Klodeapt-cache: Modify policy output to use per-version...
2015-08-12  Luca BrunoReplace all "press enter" occurrences with "press ...
2015-08-11  Julian Andres Klodeapt-get: Do not include apt-pkg/indexrecords.h
2015-08-10  David Kalnischkiesno value for MultiArch field is 'no', not 'none'
2015-08-10  David Kalnischkieselimate duplicated code in pkgIndexFile subclasses
2015-08-10  David Kalnischkiesjust-in-time creation for (implicit) Provides
2015-08-10  David Kalnischkieshide implicit deps in apt-cache again by default
2015-08-10  David Kalnischkiesremove the compatibility markers for 4.13 abi
2015-08-10  David Kalnischkiessplit-up Dependency struct
2015-08-10  David Kalnischkiesshow or-groups in not-installed recommends and suggests...
2015-08-10  David Kalnischkiesheaders are for declarations only
2015-08-10  David Kalnischkiesrename 'apt-get files' to 'apt-get indextargets'
2015-08-10  David Kalnischkiesadd c++11 override marker to overridden methods
2015-08-10  David Kalnischkiesmerge keyrings with cat instead of gpg in apt-key
2015-08-10  David Kalnischkiessupport gpg 2.1.x in apt-key
2015-08-10  David Kalnischkiesenhance apt-key debugging options
2015-08-10  David Kalnischkiesimplement Signed-By option for sources.list
2015-08-10  David Kalnischkiesmerge indexRecords into metaIndex
2015-08-10  David Kalnischkiessupport lang= and target= sources.list options
2015-08-10  David Kalnischkiesfix memory leaks reported by -fsanitize
2015-08-10  David Kalnischkiescleanup Container.erase API to look more like std:...
2015-08-10  David Kalnischkiesapply various style suggestions by cppcheck
2015-08-10  Julian Andres Klodeapt-cache: Change version pin output to use per-version...
2015-06-23  Michael VogtMerge remote-tracking branch 'donkult/debian/experiment...
2015-06-15  David Kalnischkiesprovide a public interface for acquiring changelogs
2015-06-15  David Kalnischkieshide Translation-* in 'apt-cache policy' output
2015-06-15  David Kalnischkiesimplement default apt-get file --release-info mode
2015-06-12  David Kalnischkiesstore Release files data in the Cache
2015-06-11  David Kalnischkiesimplement 'apt-get files' to access index targets
next