summaryrefslogtreecommitdiff
path: root/apt-private
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'debian/sid' into debian/experimentalMichael Vogt2014-07-102-3/+4
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: configure.ac debian/changelog doc/apt-verbatim.ent doc/po/apt-doc.pot doc/po/fr.po po/ar.po po/ast.po po/bg.po po/bs.po po/ca.po po/cs.po po/cy.po po/de.po po/dz.po po/el.po po/es.po po/eu.po po/fi.po po/fr.po po/gl.po po/hu.po po/it.po po/ja.po po/km.po po/ko.po po/ku.po po/lt.po po/nb.po po/ne.po po/nl.po po/nn.po po/pl.po po/pt.po po/pt_BR.po po/ro.po po/ru.po po/sk.po po/sl.po po/sv.po po/th.po po/tl.po po/tr.po po/uk.po po/zh_CN.po po/zh_TW.po
| * Only show packages as upgradable if the have a CandidateVer != 0Michael Vogt2014-07-082-3/+4
| | | | | | | | Closes: #753297
* | Merge remote-tracking branch 'donkult/debian/sid' into debian/experimentalMichael Vogt2014-06-186-118/+135
|\| | | | | | | | | Conflicts: apt-private/private-install.cc
| * 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
| | | | | | | | Closes: 751857
| * Tell the user if no updates are available after apt updateMichael Vogt2014-06-181-1/+4
| | | | | | | | | | | | Thanks to Jakub Wilk for the suggestion. Closes: #751388
* | Merge branch 'debian/sid' into debian/experimentalMichael Vogt2014-06-186-151/+180
|\| | | | | | | | | Conflicts: debian/changelog
| * 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
| | | | | | | | | | | | Closes: 748389
| | * apt-private/acqprogress.cc: reset color in apt updateMichael Vogt2014-04-161-1/+1
| | |
| * | Merge remote-tracking branch ↵Michael Vogt2014-06-102-0/+11
| |\ \ | | | | | | | | | | | | 'mvo/bugfix/apt-get-source-unauthenticated-warning' into debian/sid
| | * | Show unauthenticated warning for source packages as wellMichael Vogt2014-06-022-0/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This will show the same unauthenticated warning for source packages as for binary packages and will not download a source package if it is unauthenticated. This can be overridden with --allow-unauthenticated Closes: #749795
| * | | separate implementation from declaration of TryTo{Install,Remove}David Kalnischkies2014-06-092-149/+148
| | | | | | | | | | | | | | | | Git-Dch: Ignore
| * | | if Resolver fails, do not continue even if not brokenDavid Kalnischkies2014-05-301-1/+2
| |/ / | | | | | | | | | | | | | | | | | | This can happen if the request is already a well-formed request all by itself (e.g. the package has no dependencies), but the resolver found a reason to not accept it as solution. Our edsp 'dump' solver e.g. shouldn't be able to trigger install, which it does otherwise.
* | | Merge remote-tracking branch 'upstream/debian/sid' into debian/experimentalMichael Vogt2014-05-291-0/+1
|\| | | | | | | | | | | | | | Conflicts: test/integration/test-bug-747261-arch-specific-conflicts
| * | fix screen width detection for apt/apt-get listsSebastian Schmidt2014-05-221-0/+1
| | | | | | | | | | | | | | | | | | | | | 3163087b moved SigWinch(int) from apt-get.cc to private-output.cc without moving #include <sys/ioctl.h>, making SigWinch a nop. Closes: 748430, 747942
* | | tests: be able to disable "Fetched …" statistics messageDavid Kalnischkies2014-05-091-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | The line contains everchanging execution statistics which is harmful for testcases as they need to filter out such lines, but this is hard so we can just add an option to disable them instead and be done. Git-Dch: Ignore
* | | apt-private/acqprogress.cc: do not show file size on IMSHit, it wasn't ↵Michael Vogt2014-05-081-2/+0
| | | | | | | | | | | | fetched, so why bother
* | | fix some compile errors in the now enabled #if (APT_PKG_MAJOR >= 4 && ↵Michael Vogt2014-05-071-0/+1
| | | | | | | | | | | | APT_PKG_MINOR < 13)
* | | Merge remote-tracking branch 'mvo/bugfix/update-progress-reporting' into ↵Michael Vogt2014-05-071-1/+1
|\ \ \ | | | | | | | | | | | | debian/experimental
| * | | 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 ↵Michael Vogt2014-04-161-1/+1
| | |/ | |/| | | | | | | for both items and bytes
* | | Merge remote-tracking branch 'mvo/feature/apt-install-deb' into ↵Michael Vogt2014-05-072-1/+50
|\ \ \ | | | | | | | | | | | | debian/experimental
| * | | move pkgSourceList::AddMetaIndex() into a private subclass until we decide ↵Michael Vogt2014-05-072-1/+26
| | | | | | | | | | | | | | | | about a good API
| * | | 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
|\ \ \ \ | | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: apt-pkg/cachefilter.h apt-pkg/contrib/fileutl.cc apt-pkg/contrib/netrc.h apt-pkg/deb/debsrcrecords.cc apt-pkg/init.h apt-pkg/pkgcache.cc debian/apt.install.in debian/changelog
| * | | 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
| | | | | | | | | | | | | | | | | | | | | | | | dist-upgrade is supposed to be an alias for full-upgrade in apt, but dist-upgrade was the only command recognized of the two in the option and flags recognition code.
| * | | apt-private/acqprogress.cc: fix output when ctrl-c is hit during apt update ↵Michael Vogt2014-04-221-1/+1
| |/ / | | | | | | | | | (LP: #1310548, closes: #744297)
| * | Merge remote-tracking branch 'mvo/feature/helpful-apt-list' into debian/sidMichael Vogt2014-04-111-1/+14
| |\ \ | | | | | | | | | | | | | | | | Conflicts: test/integration/test-apt-cli-list
| | * | Notice the user about "apt list -a" when only a single hit if foundMichael Vogt2014-04-091-1/+14
| | |/ | | | | | | | | | | | | | | | If the user is using "apt list pattern" and there is only a single hit, notice about "--all-versions" as this is what the user may be interessted in
| * | 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
| | |/ | | | | | | | | | | | | | | | Packages in the "deinstall ok config-file" have no candidate or instaleld version. So they must be special cased in the apt list generation.
| | * 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The explicit listing is a pain every time you want to add a file to the list and serves no propose as we list all files there anyway, so this is not only easier but also documents this fact. Git-Dch: Ignore
| * | | 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
| |/ | | | | | | Closes: 743413
| * enable fvisibility=hidden for our private libraryDavid Kalnischkies2014-03-2116-34/+61
| | | | | | | | | | | | | | | | | | | | While it is a huge undertaking to enable it for our public libraries as basically everything we exported so far could be seen as public interface our private library is new and under our full control, so we can do whatever we like with it. The benefits are not that big in return of course, but it reduces the size a bit, so thats great nontheless. Git-Dch: ignore
| * msgstr with elipses need three dotsDavid Kalnischkies2014-03-131-1/+1
| | | | | | | | | | fixes some messages and their translation so that all of them have three dots for messages with an elipse. Many translations already had this.
| * follow method attribute suggestions by gccDavid Kalnischkies2014-03-132-2/+2
| | | | | | | | | | Git-Dch: Ignore Reported-By: gcc -Wsuggest-attribute={pure,const,noreturn}
| * cleanup headers and especially #includes everywhereDavid Kalnischkies2014-03-1328-199/+226
| | | | | | | | | | | | | | | | Beside being a bit cleaner it hopefully also resolves oddball problems I have with high levels of parallel jobs. Git-Dch: Ignore Reported-By: iwyu (include-what-you-use)
| * warning: unused parameter ‘foo’ [-Wunused-parameter]David Kalnischkies2014-03-134-12/+12
| | | | | | | | | | Reported-By: gcc -Wunused-parameter Git-Dch: Ignore
| * warning: no previous declaration for foobar() [-Wmissing-declarations]David Kalnischkies2014-03-138-20/+23
| | | | | | | | | | Git-Dch: Ignore Reported-By: gcc -Wmissing-declarations
| * warning: extra ‘;’ [-Wpedantic]David Kalnischkies2014-03-131-31/+31
| | | | | | | | | | Git-Dch: Ignore Reported-By: gcc -Wpedantic