Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | 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 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 | 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 | |
2014-04-26 | remove unused duplicated acqprogress.{cc,h} files | David Kalnischkies | |
Those files are in apt-private and used from there. Git-Dch: Ignore | |||
2014-04-26 | build http request in a stringstream | David Kalnischkies | |
beside reducing code a bit, it avoids oddball problems while building the string and doesn't trigger static analyse warnings. | |||
2014-04-26 | remove outdated README.MultiArch | David Kalnischkies | |
Debian wheezy shipped MultiArch to the masses and the predictions remained true in sofar as little changes in apt itself and many other frontends were needed compared to the fallout if done differently. The info included is this file is therefore no longer current and adds no useful information anymore, so we can drop it for good. | |||
2014-04-26 | add a README for vendor information | David Kalnischkies | |
2014-04-26 | add vendor information for BlankOn | Mahyuddin Ramli | |
Modified by commiter to not publicily export the codename (as the manpages do not use it that way) and removing the included additional derives logic as it was not working (the link always exists at that point) and isn't needed as we do the special casing for debian mainly because it would shallow all distributions otherwise. (similar, but not that strong for ubuntu) Closes: 743595 | |||
2014-04-26 | handle pkgnames shorter than modifiers | David Kalnischkies | |
The bugreport highlights the problem with an empty package name. We fix this by 'ignoring' these so that it behaves just like "apt-get install". The deeper problem is that modifier strings can be longer than a package name in which case the comparison doesn't make sense, so don't compare then. Was not noticed so far as all modifiers are of length 1, so the only package name shorter than this is in fact the empty package name. Closes: 744940 | |||
2014-04-26 | properly undo CD-ROM mount in all error cases | John Ogness | |
In bug #740673 various issues in the CD-ROM handling code were identified, while most the issues ended up being fixed in another way, the unmounting of the CD-ROM in error cases was not tackled so far. (The patch was modified by the commiter to apply) | |||
2014-04-25 | provide support for debian/apt.conf.$(lsb_release -i -s) vendor specific ↵ | Michael Vogt | |
config files | |||
2014-04-25 | add bash completion for the "apt" command | Michael Vogt | |
2014-04-25 | reduce delta from ubuntu | Michael Vogt | |
2014-04-25 | prepare release 1.0.21.0.2 | Michael Vogt | |
2014-04-22 | Merge remote-tracking branch 'upstream/debian/sid' into debian/sid | Michael Vogt | |
2014-04-22 | Consistently use Dpkg::Progress* in documentation | James McCoy | |
Closes: 745452 | |||
2014-04-22 | Updated Thai program translation (closes: #745120) | Theppitak Karoonboonyanan | |
2014-04-22 | Merge remote-tracking branch 'donkult/debian/sid' into debian/sid | Michael Vogt | |
2014-04-22 | Fix option name DPkg::Progress-Fancy in apt.8 manpage (LP: #1310506) | Michael Vogt | |
2014-04-22 | apt-private/acqprogress.cc: fix output when ctrl-c is hit during apt update ↵ | Michael Vogt | |
(LP: #1310548, closes: #744297) | |||
2014-04-17 | pass Target/MetaIndexParser around into pkgAcqDiffIndex so that this can be ↵ | Michael Vogt | |
used to create a proper pkgAcqIndex() with size information | |||
2014-04-16 | support dist-upgrade options in full-upgrade | David Kalnischkies | |
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. |