Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-05-08 | make test independent from the actual Install-Size | David Kalnischkies | |
Git-Dch: Ignore | |||
2014-05-08 | fix apt-config test now that PATH changed in 8c617819 | David Kalnischkies | |
Git-Dch: Ignore | |||
2014-05-08 | apt-pkg/deb/debindexfile.cc: do not hardcode dpkg | Michael Vogt | |
2014-05-08 | apt-private/acqprogress.cc: do not show file size on IMSHit, it wasn't ↵ | Michael Vogt | |
fetched, so why bother | |||
2014-05-08 | Revert "fix test-bug-602412-dequote-redirect by removing the aptget update ↵ | Michael Vogt | |
size information" This reverts commit 773642528b6d9858c2c68ada42705ea71c8db37e. | |||
2014-05-08 | Merge remote-tracking branch 'mvo/feature/build-dep-dsc2' into ↵ | Michael Vogt | |
debian/experimental Conflicts: apt-pkg/deb/debindexfile.cc apt-pkg/deb/debindexfile.h apt-pkg/deb/debsrcrecords.cc | |||
2014-05-08 | Merge remote-tracking branch 'mvo/bugfix/update-progress-reporting' into ↵ | Michael Vogt | |
debian/experimental | |||
2014-05-08 | update test-apt-progress-fd | Michael Vogt | |
2014-05-08 | Merge remote-tracking branch 'upstream/debian/sid' into ↵ | Michael Vogt | |
bugfix/update-progress-reporting | |||
2014-05-08 | Merge branch 'debian/sid' into debian/experimental | Michael Vogt | |
2014-05-08 | Merge remote-tracking branch 'mvo/feature/apt-ftparchive-srccache2' into ↵ | Michael Vogt | |
debian/sid | |||
2014-05-08 | fix regression from commit 215b0faf | Michael Vogt | |
2014-05-08 | Merge remote-tracking branch 'mvo/bugfix/update-progress-reporting' into ↵ | Michael Vogt | |
debian/experimental | |||
2014-05-08 | check for UnfetchedReleaseFiles when calculating the update percent value | Michael Vogt | |
2014-05-08 | Merge remote-tracking branch 'upstream/debian/sid' into ↵ | Michael Vogt | |
bugfix/update-progress-reporting | |||
2014-05-07 | fix tests | Michael Vogt | |
2014-05-07 | add BUILDDIRECTORY to PATH in the tests | Michael Vogt | |
2014-05-07 | fix some compile errors in the now enabled #if (APT_PKG_MAJOR >= 4 && ↵ | Michael Vogt | |
APT_PKG_MINOR < 13) | |||
2014-05-07 | apt-pkg/contrib/macros.h: bump library version to 4.13 | Michael Vogt | |
2014-05-07 | show progress in run-tests | Michael Vogt | |
2014-05-07 | fix test-bug-602412-dequote-redirect by removing the aptget update size ↵ | Michael Vogt | |
information | |||
2014-05-07 | Merge remote-tracking branch 'mvo/bugfix/update-progress-reporting' into ↵ | Michael Vogt | |
debian/experimental | |||
2014-05-07 | Merge remote-tracking branch 'mvo/feature/apt-install-deb' into ↵ | Michael Vogt | |
debian/experimental | |||
2014-05-07 | Merge remote-tracking branch 'mvo/feature/apt-ftparchive-srccache2' into ↵ | Michael Vogt | |
debian/sid | |||
2014-05-07 | Merge remote-tracking branch 'donkult/debian/sid' into debian/sid | Michael Vogt | |
2014-05-07 | Merge branch 'debian/sid' into debian/experimental | Michael Vogt | |
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 | |||
2014-05-07 | move pkgSourceList::AddMetaIndex() into a private subclass until we decide ↵ | Michael Vogt | |
about a good API | |||
2014-05-07 | rename pkgSourceList::Add() to pkgSourceList::AddMetaIndex() | Michael Vogt | |
2014-05-07 | Merge branch 'debian/sid' into bugfix/update-progress-reporting | Michael Vogt | |
2014-05-05 | prepare release 1.0.31.0.3 | Michael Vogt | |
2014-05-05 | Revert "add bash completion for the "apt" command" | Michael Vogt | |
This reverts commit 697c9314c8ba24f3e393b5de11a3fad7adae4bfc. Conflicts: debian/rules | |||
2014-05-05 | Merge remote-tracking branch 'upstream/debian/sid' into debian/sid | Michael Vogt | |
2014-04-30 | Only do openpty() if both stdin/stdout are terminals | Michael Vogt | |
Closes: 746434 | |||
2014-04-28 | initialize Verify in second pkgAcqIndex constructor | David Kalnischkies | |
gcc reports in testcase ./test-bug-596498-trusted-unsigned-repo: apt-pkg/acquire-item.cc:1059:7: runtime error: load of value 234, which is not a valid value for type 'bool' This happens as the bool Verify is initialized only in one of the two constructors of the pkgAcqIndex class. It isn't a problem through as the verification controlled by this flag is optional and used to fail early on garbage files (like network portal pages) instead of later on in the hashsum verification or while parsing (the then untrusted) file. Reported-By: gcc-4.9 -fsanitize=undefined | |||
2014-04-28 | Merge branch 'feature/abspath' into feature/apt-install-deb | Michael Vogt | |
2014-04-28 | fix tests | Michael Vogt | |
2014-04-28 | use flAbsPath() | Michael Vogt | |
2014-04-28 | Merge branch 'feature/abspath' into feature/apt-install-deb | Michael Vogt | |
Conflicts: test/libapt/fileutl_test.cc | |||
2014-04-28 | add flAbsPath() as a wrapper to realpath() | Michael Vogt | |
2014-04-28 | use new Popen() | Michael Vogt | |
2014-04-28 | Merge branch 'feature/popen' into feature/apt-install-deb | Michael Vogt | |
2014-04-28 | Implement Popen() execv helper to avoid popen() | Michael Vogt | |
2014-04-28 | avoid deb specific code in private-install | Michael Vogt | |
2014-04-28 | Fix missing ScreenWidth check in apt.cc | Michael Vogt | |
2014-04-28 | debian/apt-doc.docs: remove README.MultiArch | Michael Vogt | |
2014-04-28 | l10n: vi.po: Update one new string | Trần Ngọc Quân | |
Signed-off-by: Trần Ngọc Quân <vnwildman@gmail.com> | |||
2014-04-28 | WIP local deb install | Michael Vogt | |
2014-04-26 | allow vendors to install configuration files | David Kalnischkies | |
Vendors like ubuntu need to change some options, so giving them a way to do this less painfully avoids reducing differences. | |||
2014-04-26 | fix FileFd::Size bitswap on big-endian architectures | Adam Conrad | |
gzip only gives us 32bit of size, storing it in a 64bit container and doing a 32bit flip on it has therefore unintended results. So we just go with a exact size container and let the flipping be handled by eglibc provided le32toh removing our #ifdef machinery. Closes: 745866 | |||
2014-04-26 | enforce LFS for partial files in https range requests | David Kalnischkies | |