summaryrefslogtreecommitdiff
path: root/cmdline
Commit message (Expand)AuthorAgeFilesLines
...
* | | | 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
* | | cleanup Container.erase API to look more like std::containersDavid Kalnischkies2015-08-101-1/+1
* | | apply various style suggestions by cppcheckDavid Kalnischkies2015-08-101-1/+1
* | | apt-cache: Change version pin output to use per-version pinsJulian Andres Klode2015-08-101-1/+1
* | | provide a public interface for acquiring changelogsDavid Kalnischkies2015-06-151-165/+39
* | | hide Translation-* in 'apt-cache policy' outputDavid Kalnischkies2015-06-151-0/+2
* | | implement default apt-get file --release-info modeDavid Kalnischkies2015-06-151-3/+23
* | | store Release files data in the CacheDavid Kalnischkies2015-06-121-3/+8
* | | implement 'apt-get files' to access index targetsDavid Kalnischkies2015-06-111-0/+87
| |/ |/|
* | rewrite all TFRewrite instances to use the new pkgTagSection::WriteDavid Kalnischkies2015-05-112-16/+19
* | drop incorrect parameter implicitely converted to boolDavid Kalnischkies2015-05-111-2/+2
* | Merge branch 'debian/jessie' into debian/experimentalDavid Kalnischkies2015-04-191-1/+1
|\ \
| * | keyids in "apt-key del" should be case-insensitiveDavid Kalnischkies2015-04-071-1/+1
* | | add a simple unit test for acquire progressDavid Kalnischkies2015-04-102-4/+4
* | | stop displaying time of build in online helpJérémy Bobbio2015-03-1611-27/+17
* | | (error) Same iterator is used with different containersDavid Kalnischkies2015-03-161-1/+1
* | | merge debian/sid into debian/experimentalDavid Kalnischkies2015-03-161-4/+4
|\| |
| * | dispose http(s) 416 error page as non-contentDavid Kalnischkies2014-12-221-12/+23
| * | support long keyids in "apt-key del" instead of ignoring themJames McCoy2014-11-281-1/+1
| * | use 'best' hash for source authenticationDavid Kalnischkies2014-11-101-12/+16
| * | apt-get: Create the temporary downloaded changelog inside tmpdirGuillem Jover2014-10-021-1/+1
* | | dispose http(s) 416 error page as non-contentDavid Kalnischkies2014-12-091-10/+21
* | | use dpkg --merge-avail only if needed in apt-markDavid Kalnischkies2014-11-191-45/+55
* | | various small additional tests and testcasesDavid Kalnischkies2014-11-181-2/+2
* | | use pkgAcquire::GetLock instead of own codeDavid Kalnischkies2014-11-091-20/+2
* | | allow uninstalled packages to be put on holdDavid Kalnischkies2014-11-091-6/+57
* | | use the same code to detect quiet setting in all toolsDavid Kalnischkies2014-11-093-23/+6
* | | streamline display of --help in all toolsDavid Kalnischkies2014-11-0911-171/+43
* | | guard pkg/grp hashtable creation changesDavid Kalnischkies2014-11-081-5/+8
* | | guard ABI changes for SourcePkg/Ver in pkgCacheDavid Kalnischkies2014-11-082-4/+50
* | | better non-virtual metaIndex.LocalFileName() implementationDavid Kalnischkies2014-11-081-28/+2
* | | chown finished partial files earlierDavid Kalnischkies2014-10-231-6/+27