summaryrefslogtreecommitdiff
path: root/apt-private
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'donkult/debian/sid' into debian/experimentalMichael Vogt2014-06-186-118/+135
|\
| * do not call resolver twice on (dist-)upgradeDavid Kalnischkies2014-06-183-18/+20
| * show our broken packages message in 'apt' solverDavid Kalnischkies2014-06-182-97/+110
| * use P_ instead of ngettext to compiling with --disable-nlsFredrik Fornwall2014-06-181-1/+1
| * Tell the user if no updates are available after apt updateMichael Vogt2014-06-181-1/+4
* | Merge branch 'debian/sid' into debian/experimentalMichael Vogt2014-06-186-151/+180
|\|
| * apt-private/private-output.cc: fix cppcheck outputMichael Vogt2014-06-101-1/+1
| * Merge remote-tracking branch 'mvo/feature/apt-update-info' into debian/sidMichael Vogt2014-06-101-0/+18
| |\
| | * show upgradable packages after apt updateMichael Vogt2014-05-221-0/+18
| | * apt-private/acqprogress.cc: reset color in apt updateMichael Vogt2014-04-161-1/+1
| * | Merge remote-tracking branch 'mvo/bugfix/apt-get-source-unauthenticated-warni...Michael Vogt2014-06-102-0/+11
| |\ \
| | * | Show unauthenticated warning for source packages as wellMichael Vogt2014-06-022-0/+11
| * | | separate implementation from declaration of TryTo{Install,Remove}David Kalnischkies2014-06-092-149/+148
| * | | if Resolver fails, do not continue even if not brokenDavid Kalnischkies2014-05-301-1/+2
| |/ /
* | | Merge remote-tracking branch 'upstream/debian/sid' into debian/experimentalMichael Vogt2014-05-291-0/+1
|\| |
| * | fix screen width detection for apt/apt-get listsSebastian Schmidt2014-05-221-0/+1
* | | tests: be able to disable "Fetched …" statistics messageDavid Kalnischkies2014-05-091-0/+3
* | | apt-private/acqprogress.cc: do not show file size on IMSHit, it wasn't fetche...Michael Vogt2014-05-081-2/+0
* | | fix some compile errors in the now enabled #if (APT_PKG_MAJOR >= 4 && APT_PKG...Michael Vogt2014-05-071-0/+1
* | | Merge remote-tracking branch 'mvo/bugfix/update-progress-reporting' into debi...Michael Vogt2014-05-071-1/+1
|\ \ \
| * | | Merge branch 'debian/sid' into bugfix/update-progress-reportingMichael Vogt2014-05-078-15/+61
| |\| |
| * | | calculate Percent as part of pkgAcquireStatus to provide a weighted percent f...Michael Vogt2014-04-161-1/+1
| | |/ | |/|
* | | Merge remote-tracking branch 'mvo/feature/apt-install-deb' into debian/experi...Michael Vogt2014-05-072-1/+50
|\ \ \
| * | | move pkgSourceList::AddMetaIndex() into a private subclass until we decide ab...Michael Vogt2014-05-072-1/+26
| * | | rename pkgSourceList::Add() to pkgSourceList::AddMetaIndex()Michael Vogt2014-05-071-1/+1
| * | | avoid deb specific code in private-installMichael Vogt2014-04-281-7/+14
| * | | WIP local deb installMichael Vogt2014-04-281-1/+18
* | | | Merge branch 'debian/sid' into debian/experimentalMichael Vogt2014-05-0733-333/+442
|\ \ \ \ | | |_|/ | |/| |
| * | | Fix missing ScreenWidth check in apt.ccMichael Vogt2014-04-283-0/+31
| |/ /
| * | Merge remote-tracking branch 'donkult/debian/sid' into debian/sidMichael Vogt2014-04-221-2/+2
| |\ \
| | * | support dist-upgrade options in full-upgradeDavid Kalnischkies2014-04-161-2/+2
| * | | 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