summaryrefslogtreecommitdiff
path: root/apt-private
Commit message (Expand)AuthorAgeFilesLines
...
| * | | apt-private/acqprogress.cc: fix output when ctrl-c is hit during apt update (...Michael Vogt2014-04-221-1/+1
| |/ /
| * | Merge remote-tracking branch 'mvo/feature/helpful-apt-list' into debian/sidMichael Vogt2014-04-111-1/+14
| |\ \
| | * | Notice the user about "apt list -a" when only a single hit if foundMichael Vogt2014-04-091-1/+14
| | |/
| * | Merge remote-tracking branch 'mvo/bugfix/apt-list-rc-pkgs' into debian/sidMichael Vogt2014-04-112-1/+11
| |\ \
| | * | fix apt list output for pkgs in dpkg ^rc stateMichael Vogt2014-04-082-1/+11
| | |/
| | * Merge branch 'bugfix/apt-search-case' into debian/sidMichael Vogt2014-04-081-2/+6
| | |\
| * | | use wildcard to get files in our library makefilesDavid Kalnischkies2014-04-111-10/+2
| * | | Merge remote-tracking branch 'mvo/bugfix/apt-search-case' into debian/sidMichael Vogt2014-04-101-2/+6
| |\ \ \ | | |/ / | |/| / | | |/
| | * make apt search case-insensitive by defaultMichael Vogt2014-04-071-2/+6
| * | Fix crash in "apt list" when a sources.list file is unreableMichael Vogt2014-04-042-4/+3
| |/
| * enable fvisibility=hidden for our private libraryDavid Kalnischkies2014-03-2116-34/+61
| * msgstr with elipses need three dotsDavid Kalnischkies2014-03-131-1/+1
| * follow method attribute suggestions by gccDavid Kalnischkies2014-03-132-2/+2
| * cleanup headers and especially #includes everywhereDavid Kalnischkies2014-03-1328-199/+226
| * warning: unused parameter ‘foo’ [-Wunused-parameter]David Kalnischkies2014-03-134-12/+12
| * warning: no previous declaration for foobar() [-Wmissing-declarations]David Kalnischkies2014-03-138-20/+23
| * warning: extra ‘;’ [-Wpedantic]David Kalnischkies2014-03-131-31/+31
| * warning: non-ISO-standard escape sequence, '\e' [enabled by default]David Kalnischkies2014-03-131-7/+7
| * fix -Wformat= warnings about size_t != %lu on e.g. armelDavid Kalnischkies2014-03-131-2/+3
| * fix -Wmissing-field-initializers warningsDavid Kalnischkies2014-03-131-13/+13
| * support DEB_BUILD_PROFILES and -P for build profilesDavid Kalnischkies2014-03-131-0/+2
* | Merge branch 'debian/sid' into debian/experimentalMichael Vogt2014-02-2723-244/+567
|\|
| * Merge remote-tracking branch 'donkult/debian/sid' into debian/sidMichael Vogt2014-02-141-1/+1
| |\
| | * honor option to disable pulses for the testcasesDavid Kalnischkies2014-02-142-3/+6
| * | add missing canNotFindFnmatch/showFnmatchSelection (for the next ABI break)Michael Vogt2014-02-141-0/+5
| * | honor option to disable pulses for the testcasesDavid Kalnischkies2014-02-142-3/+6
| |/
| * move isatty() check into InitOutput()Michael Vogt2014-02-051-0/+3
| * show "status" in apt list lastMichael Vogt2014-01-311-25/+24
| * do not crash if VF.File()/VF.File().Archive() is NULLMichael Vogt2014-01-301-2/+4
| * Merge remote-tracking branch 'donkult/debian/sid' into debian/sidMichael Vogt2014-01-262-10/+10
| |\
| | * correct some style/performance/warnings from cppcheckDavid Kalnischkies2014-01-162-10/+10
| * | Merge remote-tracking branch 'mvo/feature/apt-show-nice' into debian/experime...Michael Vogt2014-01-243-10/+68
| |\ \
| | * | hide more from apt showMichael Vogt2014-01-241-3/+12
| | * | show APT-Sources in apt showMichael Vogt2014-01-242-7/+14
| | * | Show "Manual-Installed: {yes|no}" in apt showMichael Vogt2014-01-241-0/+12
| | * | include "Archive-Origin" in the apt show outputMichael Vogt2014-01-232-1/+7
| | * | Show only the candidate with "apt show"Michael Vogt2014-01-232-1/+13
| | * | "apt show" show user friendly size infoMichael Vogt2014-01-221-8/+20
| * | | add "apt full-upgrade" and tweak "apt upgrade"Michael Vogt2014-01-243-5/+10
| |/ /
| * | add integration test for apt searchMichael Vogt2014-01-221-1/+1
| * | add missing integration test for "apt list"Michael Vogt2014-01-172-7/+13
| * | add apt upgrade --distMichael Vogt2014-01-171-0/+5
| * | apt-private/private-show.cc: do not show Description-lang: header, the user p...Michael Vogt2014-01-161-3/+2
| * | add --manual-installed commandline switchMichael Vogt2014-01-162-0/+10
| * | flock() the file edited in edit-sourcesMichael Vogt2014-01-061-0/+5
| |/
| * fix crash when SetCandidateRelease is usedMichael Vogt2013-11-291-0/+3
| * Merge remote-tracking branch 'mvo/debian/sid' into debian/sidMichael Vogt2013-11-297-4/+127
| |\
| | * Merge branch 'feature/edit-sources' into debian/sidMichael Vogt2013-11-295-1/+124
| | |\
| | | * add "APT::String::Endswith" and automatic adding of ".list" in apt edit-sourceMichael Vogt2013-11-291-3/+7
| | | * add support for "apt edit-source foo" sources.list.d component editingMichael Vogt2013-11-291-4/+14