Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-10-31 | move pty stuff into its own function | Michael Vogt | |
2013-10-22 | add Acquire::http::Proxy-Auto-Detect to the apt.conf.5 manpage (closes: 726597) | Michael Vogt | |
2013-10-18 | use std::string instead of char* in pkgDPkgPM::ProcessDpkgStatusLine() | Michael Vogt | |
2013-10-18 | reshuffle the pkgDPkgPM::ProcessDpkgStatusLine() some more to make it more ↵ | Michael Vogt | |
robust | |||
2013-10-18 | reshuffle dpkgpm.cc code a bit more | Michael Vogt | |
2013-10-18 | add $* to gdb to make it more useful | Michael Vogt | |
2013-10-18 | add APT::String::Strip(), start cleanup of ProcessDpkgStatusLine | Michael Vogt | |
2013-10-17 | fix broken clean when apt was finished and ensure that terminal progress is ↵ | Michael Vogt | |
updated when a new dpkg-loop is entered in dpkgpm.cc | |||
2013-10-15 | fix changelog | Michael Vogt | |
2013-10-15 | releasing package apt version 0.9.12.10.9.12.1 | Michael Vogt | |
2013-10-15 | remove POSTINST from framework, file tree can be used for this | Michael Vogt | |
2013-10-15 | tests, do not send pkgname with arch via the status-fd | Michael Vogt | |
2013-10-15 | Merge remote-tracking branch 'upstream/debian/sid' into bugfix/bts-726156-2 | Michael Vogt | |
2013-10-15 | fix logic for finding what package dpkg means in the --status-fd and only ↵ | Michael Vogt | |
send out short packagenames | |||
2013-10-14 | fix progress-segfault in case of dpkg errors/prompts | David Kalnischkies | |
Errors and conffile prompts have a fourth information piece, which the "old" code access which isn't provided by the "new" one. This isn't checking if the messages are really well-formed, so it could still segfault on misformed messages, but this code needs more work anyway, so one step at a time. Closes: 726047 | |||
2013-10-11 | Merge branch 'debian/sid' of ssh://git.debian.org/git/apt/apt into debian/sid | Michael Vogt | |
2013-10-11 | add missing _() around the new "Progress" string | Michael Vogt | |
2013-10-09 | Merge branch 'debian/sid' of ssh://git.debian.org/git/apt/apt into debian/sid | Michael Vogt | |
2013-10-09 | fix typo | Michael Vogt | |
2013-10-09 | fix typo | Michael Vogt | |
2013-10-09 | releasing package apt version 0.9.12 | Michael Vogt | |
2013-10-09 | update changelog | Michael Vogt | |
2013-10-09 | Merge remote-tracking branch 'mvo/feature/limit-default-pdiffs' into debian/sid | Michael Vogt | |
2013-10-09 | Merge remote-tracking branch 'mvo/feature/add-upgrade-mode-test' into debian/sid | Michael Vogt | |
2013-10-09 | fixup various UI issues in the test | Michael Vogt | |
2013-10-09 | really fix test | Michael Vogt | |
2013-10-09 | use "insertpackage" instead of "buildsimplenativepackage" | Michael Vogt | |
2013-10-09 | update Uploaders to match recent uploaders better | Michael Vogt | |
2013-10-09 | add test for upgrade, upgrade --with-new-pkgs, dist-upgrade | Michael Vogt | |
2013-10-08 | apt-pkg/deb/dpkgpm.cc: fix off-by-one in SetupTerminalScrollArea reset | Michael Vogt | |
2013-10-08 | prepare new release | Michael Vogt | |
2013-10-08 | Merge remote-tracking branch 'mvo/feature/dpkg-progress-fancy' into debian/sid | Michael Vogt | |
2013-10-08 | Merge remote-tracking branch 'mvo/feature/upgrade-with-new' into debian/sid | Michael Vogt | |
2013-10-08 | Merge remote-tracking branch 'mvo/feature/dpkg-progress-docs' into debian/sid | Michael Vogt | |
2013-10-08 | debian/apt.postinst: use --compare-versions lt instead of lt-nl, to ensure ↵ | Michael Vogt | |
the apt-auto-removal file is correctly create, thanks to Ben Hutchings | |||
2013-10-07 | fix off-by-one error in pkgDPkgPM::SetupTerminalScrollArea() | Michael Vogt | |
2013-10-07 | fix libapt-inst for >2G debs (closes: #725483) | Michael Vogt | |
2013-10-07 | use Dpkg::Progress-Fancy to be consitent with Dpkg::Progress | Michael Vogt | |
2013-10-07 | add -o DpkgPM::Progress-Fancy for better dpkg progress output on vt100+ ↵ | Michael Vogt | |
terminals | |||
2013-10-05 | Merge remote-tracking branch 'donkult/debian/sid' into debian/sid | Michael Vogt | |
2013-10-05 | Merge remote-tracking branch 'mvo/bugfix/dpkg-progress-multiarch' into ↵ | Michael Vogt | |
debian/sid | |||
2013-10-03 | tests: install --no-install-recommends and stunnel4 for travis | David Kalnischkies | |
stunnel4 is required for https tests Git-Dch: Ignore | |||
2013-10-03 | test: use a multiarch capable dpkg rather than workaround | David Kalnischkies | |
The tests require nowadays a (somewhat) multiarch-capable dpkg, so replace the workaround as marked in the FIXME with a proper install as the workaround isn't working always correctly, letting the test fail. Git-Dch: Ignore | |||
2013-10-03 | do not ++ on erased package pointers in autoremove | David Kalnischkies | |
Symptom: In an Ubuntu precise chroot (like on travis-ci) test-bug-613420-new-garbage-dependency segfaults in a std::set operator++ on an iterator we have erased previously (but not if run under gdb of course) | |||
2013-10-03 | fix lzma-support detection via xz binary | David Kalnischkies | |
Clear() only clears a config option, not removing it and an empty setting still exists. Hence we set the option instead to the xz path so that the later existance check can find a binary for the test | |||
2013-10-03 | use pkgAcqArchive in 'download' for proper errors | David Kalnischkies | |
With a bit of trickery we can reuse the usual infrastructure we have in place to acquire deb files for the 'download' operation as well, which gains us authentification check & display, error messages, correct filenames and "downloads" from the root-owned archives. | |||
2013-10-03 | put fetch errors in 'source' on our errorstack | David Kalnischkies | |
refactor the fetching process so that it looks more like the others we have in the hope that we can reuse code in the future. This is a soft interface change as 'source' previously printed errors directly on stderr, while it will now push it onto our usual error stack. | |||
2013-10-03 | refactor onError relabeling of DestFile as '.FAILED' | David Kalnischkies | |
This helps ensure three things: - each error is reported via ReportMirrorFailure - if DestFile doesn't exist, do not attempt rename - renames happen for every error The last one wasn't the case for Size mismatches, which isn't nice, but not a exploitable problem per-se as the file isn't picked up and remains in partial/ where the following download-try will at most take it for a partial request which fails the hashsum verification later on Git-Dch: Ignore | |||
2013-10-02 | tests: fix some problems travis encounters | David Kalnischkies | |
Git-Dch: Ignore | |||
2013-10-02 | Merge remote-tracking branch 'origin/bugfix/dpkg-progress-multiarch' into ↵ | Michael Vogt | |
bugfix/dpkg-progress-multiarch |