summaryrefslogtreecommitdiff
path: root/apt-private
AgeCommit message (Expand)AuthorFilesLines
2014-03-13msgstr with elipses need three dotsDavid Kalnischkies1-1/+1
2014-03-13follow method attribute suggestions by gccDavid Kalnischkies2-2/+2
2014-03-13cleanup headers and especially #includes everywhereDavid Kalnischkies28-199/+226
2014-03-13warning: unused parameter ‘foo’ [-Wunused-parameter]David Kalnischkies4-12/+12
2014-03-13warning: no previous declaration for foobar() [-Wmissing-declarations]David Kalnischkies8-20/+23
2014-03-13warning: extra ‘;’ [-Wpedantic]David Kalnischkies1-31/+31
2014-03-13warning: non-ISO-standard escape sequence, '\e' [enabled by default]David Kalnischkies1-7/+7
2014-03-13fix -Wformat= warnings about size_t != %lu on e.g. armelDavid Kalnischkies1-2/+3
2014-03-13fix -Wmissing-field-initializers warningsDavid Kalnischkies1-13/+13
2014-03-13support DEB_BUILD_PROFILES and -P for build profilesDavid Kalnischkies1-0/+2
2014-02-14Merge remote-tracking branch 'donkult/debian/sid' into debian/sidMichael Vogt1-1/+1
2014-02-14honor option to disable pulses for the testcasesDavid Kalnischkies2-3/+6
2014-02-14add missing canNotFindFnmatch/showFnmatchSelection (for the next ABI break)Michael Vogt1-0/+5
2014-02-14honor option to disable pulses for the testcasesDavid Kalnischkies2-3/+6
2014-02-05move isatty() check into InitOutput()Michael Vogt1-0/+3
2014-01-31show "status" in apt list lastMichael Vogt1-25/+24
2014-01-30do not crash if VF.File()/VF.File().Archive() is NULLMichael Vogt1-2/+4
2014-01-26Merge remote-tracking branch 'donkult/debian/sid' into debian/sidMichael Vogt2-10/+10
2014-01-24Merge remote-tracking branch 'mvo/feature/apt-show-nice' into debian/experime...Michael Vogt3-10/+68
2014-01-24hide more from apt showMichael Vogt1-3/+12
2014-01-24show APT-Sources in apt showMichael Vogt2-7/+14
2014-01-24Show "Manual-Installed: {yes|no}" in apt showMichael Vogt1-0/+12
2014-01-24add "apt full-upgrade" and tweak "apt upgrade"Michael Vogt3-5/+10
2014-01-23include "Archive-Origin" in the apt show outputMichael Vogt2-1/+7
2014-01-23Show only the candidate with "apt show"Michael Vogt2-1/+13
2014-01-22"apt show" show user friendly size infoMichael Vogt1-8/+20
2014-01-22add integration test for apt searchMichael Vogt1-1/+1
2014-01-17add missing integration test for "apt list"Michael Vogt2-7/+13
2014-01-17add apt upgrade --distMichael Vogt1-0/+5
2014-01-16correct some style/performance/warnings from cppcheckDavid Kalnischkies2-10/+10
2014-01-16apt-private/private-show.cc: do not show Description-lang: header, the user p...Michael Vogt1-3/+2
2014-01-16add --manual-installed commandline switchMichael Vogt2-0/+10
2014-01-06flock() the file edited in edit-sourcesMichael Vogt1-0/+5
2013-11-29fix crash when SetCandidateRelease is usedMichael Vogt1-0/+3
2013-11-29Merge remote-tracking branch 'mvo/debian/sid' into debian/sidMichael Vogt7-4/+127
2013-11-29Merge branch 'feature/edit-sources' into debian/sidMichael Vogt5-1/+124
2013-11-29add "APT::String::Endswith" and automatic adding of ".list" in apt edit-sourceMichael Vogt1-3/+7
2013-11-29add support for "apt edit-source foo" sources.list.d component editingMichael Vogt1-4/+14
2013-11-28Merge remote-tracking branch 'mvo/feature/short-list' into debian/sidMichael Vogt4-6/+14
2013-11-28add "-f" option to "build-dep" as sbuild is using it to fix regression with ...Michael Vogt1-0/+3
2013-11-28fix "apt-get --purge build-dep" (closes: #720597)Michael Vogt1-0/+1
2013-11-28move EditSources into its own fileMichael Vogt3-1/+49
2013-11-26rename APT::Cmd::AllVersions -> APT::Cmd::All-Versions, APT::Cmd::UseRegexp -...Michael Vogt2-3/+3
2013-11-26add APT::Cmd::List-Include-SummaryMichael Vogt2-1/+4
2013-11-25do not show summary in "apt list"Michael Vogt3-6/+11
2013-11-25add basic "edit-sources" commandMichael Vogt3-1/+62
2013-10-31restore ABI and prepare next ABI via #if (APT_PKG_MAJOR >= 4 && APT_PKG_MINOR...Michael Vogt1-22/+13
2013-10-22Merge remote-tracking branch 'upstream/debian/sid' into feature/install-progr...Michael Vogt4-25/+33
2013-10-22Merge remote-tracking branch 'mvo/feature/upgrade-api' into debian/sidMichael Vogt4-25/+33
2013-10-22fix install-progress locationMichael Vogt1-2/+1