Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | change maxsplit default from "0" to maxint | Michael Vogt | 2013-10-01 | 3 | -3/+7 |
| | |||||
* | improve documentation for StringSplit() | Michael Vogt | 2013-10-01 | 2 | -6/+19 |
| | |||||
* | doc update | Michael Vogt | 2013-09-07 | 2 | -8/+17 |
| | |||||
* | fix multiarch status-fd progress calculation | Michael Vogt | 2013-09-07 | 1 | -24/+24 |
| | |||||
* | add maxsplit parameter to StringSplit | Michael Vogt | 2013-09-07 | 3 | -6/+20 |
| | |||||
* | implement StringSplit() as we need this to fix the dpkg status-fd output parsing | Michael Vogt | 2013-09-07 | 3 | -0/+41 |
| | |||||
* | Remove invalid "-f" option for apt-get check | Michael Vogt | 2013-09-01 | 1 | -1/+1 |
| | | | | Thanks to Philipp Weis (closes: #721477) | ||||
* | Merge branch 'debian/sid' of ssh://git.debian.org/git/apt/apt into debian/sid | Michael Vogt | 2013-09-01 | 3 | -2/+19 |
|\ | |||||
| * | fix typo (mkostemp->mkstemp) | Michael Vogt | 2013-08-31 | 1 | -1/+1 |
| | | |||||
| * | Merge remote-tracking branch 'mvo/feature/install-progress' into debian/sid | Michael Vogt | 2013-08-28 | 2 | -1/+18 |
| |\ | |||||
| | * | Add DPkgPM::Progress for terminal install progress | Michael Vogt | 2013-07-11 | 2 | -1/+18 |
| | | | |||||
* | | | prepare upload of 0.9.12 | Michael Vogt | 2013-08-31 | 1 | -2/+9 |
|/ / | |||||
* | | Merge remote-tracking branch 'mvo/feature/upgrade-with-cmdline' into debian/sid | Michael Vogt | 2013-08-28 | 4 | -40/+55 |
|\ \ | |||||
| * | | allow pkg manipulation in the upgrade/dist-upgrade commandline, e.g. apt-get ↵ | Michael Vogt | 2013-08-27 | 4 | -32/+54 |
| | | | | | | | | | | | | dist-upgrade 2vcard- 4g8+ | ||||
| * | | use SPtr<pkgProblemResolver> to simply code | Michael Vogt | 2013-08-27 | 1 | -8/+1 |
| | | | |||||
* | | | Merge remote-tracking branch 'donkult/debian/sid' into debian/sid | Michael Vogt | 2013-08-28 | 6 | -31/+64 |
|\ \ \ | |||||
| * | | | configurable compression for testcases | David Kalnischkies | 2013-08-28 | 5 | -24/+41 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Compressing files in 4 different styles eats test-time for no practical gain if we don't test them explicitly, so default to just building 'gz' compressed files as it is the simplest compression algorithm supported Git-Dch: Ignore | ||||
| * | | | old-style dpkg foreign architecture adding for tests | David Kalnischkies | 2013-08-27 | 1 | -1/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Looks like the travis service runs on Ubuntu in a version which has dpkg with an earlier interface implementation, so lets try if we can't make the framework work with this dpkg version as well. Git-Dch: Ignore | ||||
| * | | | use mkstemp instead of mkostemp in FileFd::Open() | David Kalnischkies | 2013-08-27 | 1 | -8/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | FileFd currently supports no fileflags which would make sense to provide via mkostemp, so we can just use mkstemp here which is a standard function compared to glib extension mkostemp. O_CREAT (Create) and O_TRUNC (Empty) are implied by O_EXCL, which is the mode mkstemp uses by default. The file description is opened ReadWrite, but that used to be the default for FileFd in the old times and not a problem as the difference is needed by FileFd to decide in which way the compressor pipeline needs to be created (if any). Git-Dch: Ignore | ||||
| * | | | replace usage of potential dangerous mktemp with mkstemp | Angel Guzman Maeso | 2013-08-27 | 1 | -5/+19 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Avoid the warning "the use of `mktemp' is dangerous, better use `mkstemp' or `mkdtemp'". It is not strictly necessary to change the usage from a security point of view here, but mktemp is also removed from the standard since POSIX.1-2008. The mkostemp call returns a file descriptor the logic for TemporaryFileName has been changed accordingly to get the same results. The file permissions are corrected by using fchmod() as the default for FileFd is 666 while mkstemp creates files with 600 by default. | ||||
* | | | | Complete Italian translation | Christian PERRIER | 2013-08-28 | 1 | -153/+5 |
| | | | | |||||
* | | | | Update Italian translation. Closes: #721030 | Christian PERRIER | 2013-08-27 | 2 | -16/+30 |
|/ / / | |||||
* | | | update changelog | Michael Vogt | 2013-08-26 | 1 | -1/+3 |
| | | | |||||
* | | | apt-private/private-cmndline.cc: fix typo: s/deselect-upgrade/dselect-upgrade/ | Michael Vogt | 2013-08-26 | 1 | -1/+1 |
| | | | |||||
* | | | dselect/install: add new DSELECT_UPGRADE_OPTS="-f" | Michael Vogt | 2013-08-26 | 1 | -3/+4 |
| | | | |||||
* | | | dselect/install: | Michael Vogt | 2013-08-26 | 2 | -2/+6 |
| | | | | | | | | | | | | | | | * dselect/install: - remove "-f" option for apt-get dselect-upgrade (closes: #720532) | ||||
* | | | Merge branch 'debian/sid' of ssh://git.debian.org/git/apt/apt into debian/sid | Michael Vogt | 2013-08-26 | 2 | -48/+57 |
|\ \ \ | | | | | | | | | | | | | | | | | Conflicts: debian/changelog | ||||
| * | | | Changelog entry for Vietnamese translation | Christian PERRIER | 2013-08-25 | 1 | -0/+7 |
| | | | | |||||
| * | | | Update Vietnamese translation to 0.9.11 | Tran Ngoc Quan | 2013-08-25 | 1 | -48/+50 |
| | | | | | | | | | | | | | | | | Signed-off-by: Tran Ngoc Quan <vnwildman@gmail.com> | ||||
* | | | | update changelog for update | Michael Vogt | 2013-08-24 | 1 | -0/+23 |
|/ / / | |||||
* | | | Merge remote-tracking branch 'mvo/debian/sid' into debian/sid | Michael Vogt | 2013-08-24 | 2 | -2/+2 |
|\| | | |||||
| * | | dselect/update: remove "-f" option as its not being used in the context of ↵ | Michael Vogt | 2013-08-23 | 1 | -1/+1 |
| | | | | | | | | | | | | apt-get update | ||||
| * | | ftparchive/override.cc: fix "skip empty lines" code, the pointer needs to ↵ | Michael Vogt | 2013-08-23 | 1 | -1/+1 |
| | | | | | | | | | | | | get de-referenced first | ||||
* | | | Merge branch 'debian/sid' of ssh://git.debian.org/git/apt/apt into debian/sid | Michael Vogt | 2013-08-22 | 10 | -7/+49 |
|\| | | |||||
| * | | do chdir("/") after chroot() | Michael Vogt | 2013-08-22 | 3 | -4/+4 |
| | | | |||||
| * | | Merge remote-tracking branch 'donkult/debian/sid' into debian/sid | Michael Vogt | 2013-08-22 | 1 | -2/+3 |
| |\ \ | |||||
| | * | | fix compiler warning about sign-compare | Angel Guzman Maeso | 2013-08-22 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fix avoids the warning "comparison between signed and unsigned integer expressions [-Wsign-compare]". The index for the loop needs to be unsigned for compare with globbuf.gl_pathc structure member. | ||||
| | * | | add versions to manpages-it Replaces+Breaks | David Kalnischkies | 2013-08-22 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In the meantime the package was updated to remove the old APT manpages from this package, so we can now add a Breaks and version it, too. The intial Replaces was added in: b57220d815aedbc023847d0885e08c6ed50e629a | ||||
| | * | | add a breaks libapt-inst for FileFd changes in 0.9.9 | David Kalnischkies | 2013-08-22 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Partial upgrades… The fix for 704608 assumes that bf35c19b817cc1474b3deabce0b0953c248bad42 was applied to libapt-inst which isn't the case for partial upgrades of course, so break it to ensure that it is the case. Closes: 720449 | ||||
| * | | | apt-pkg:contrib Avoid compiler warning about sign-compare | Ángel Guzmán Maeso | 2013-08-22 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | The fix avoid the warning "comparison between signed and unsigned integer expressions [-Wsign-compare]"· The index for the loop needs to be unsigned for compare with globbuf.gl_pathc structure member | ||||
| * | | | Merge remote-tracking branch 'mvo/bugfix/coverity' into debian/sid | Michael Vogt | 2013-08-22 | 5 | -1/+16 |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | Conflicts: apt-pkg/tagfile.h | ||||
| | * | | | some more coverity fixes | Michael Vogt | 2013-08-12 | 3 | -0/+5 |
| | | | | | |||||
| | * | | | memset() pkgTagSections data to make coverity happy | Michael Vogt | 2013-08-06 | 2 | -1/+11 |
| | | | | | |||||
| * | | | | Merge remote-tracking branch 'mvo/debian/sid' into debian/sid | Michael Vogt | 2013-08-22 | 1 | -0/+25 |
| |\ \ \ \ | | |_|/ / | |/| | | | |||||
| | * | | | Merge pull request #3 from cbaines/debian/sid | Michael Vogt | 2013-08-19 | 1 | -0/+25 |
| | |\ \ \ | | | | | | | | | | | | | Add test for bug 507998 | ||||
| | | * | | | Add test for bug 507998 | Christopher Baines | 2013-08-16 | 1 | -0/+25 |
| | | | | | | |||||
* | | | | | | prepare unstable upload | Michael Vogt | 2013-08-21 | 1 | -16/+5 |
|/ / / / / | |||||
* | | | | | fix incorrect bugnumber for the Pre-Install-Pkgs hook (Closes: #671726) | Michael Vogt | 2013-08-19 | 1 | -1/+7 |
| | | | | | |||||
* | | | | | add lintian override for no-shlibs-control-file and only install ↵ | Michael Vogt | 2013-08-19 | 3 | -1/+11 |
| | | | | | | | | | | | | | | | | | | | | libapt-private.so.* instead libapt-private.so | ||||
* | | | | | prepare for release | Michael Vogt | 2013-08-19 | 1 | -4/+2 |
|/ / / / |