summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* prepare 0.9.14.3~exp1Michael Vogt2014-01-0547-1381/+1814
|
* prepare 0.9.14.3~exp1Michael Vogt2014-01-051-0/+13
|
* Merge remote-tracking branch 'mvo/feature/source-deb822' into ↵Michael Vogt2014-01-056-13/+244
|\ | | | | | | debian/experimental-no-abi-break
| * improve error messageMichael Vogt2014-01-043-21/+45
| |
| * improve testsMichael Vogt2014-01-043-8/+29
| |
| * Merge branch 'debian/sid' into feature/source-deb822Michael Vogt2014-01-0457-932/+1045
| |\
| * \ Merge branch 'debian/sid' into feature/source-deb822Michael Vogt2014-01-0480-3517/+4368
| |\ \
| * \ \ Merge remote-tracking branch 'origin/feature/source-deb822' into ↵Michael Vogt2013-12-100-0/+0
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | feature/source-deb822 Conflicts: apt-pkg/sourcelist.cc
| | * | | fix section addingMichael Vogt2013-12-022-1/+20
| | | | |
| | * | | add unittest for new sourceslist parser as wellMichael Vogt2013-12-022-0/+58
| | | | |
| | * | | first version with testMichael Vogt2013-12-022-6/+85
| | | | |
| * | | | Merge remote-tracking branch 'upstream/debian/sid' into feature/source-deb822Michael Vogt2013-12-1065-44654/+48052
| |\ \ \ \
| * \ \ \ \ Merge remote-tracking branch 'origin/feature/deb-src-bts731102' into ↵Michael Vogt2013-12-091-0/+60
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | feature/source-deb822
| * | | | | | suppoer $(ARCH) in deb822 sources.list as wellMichael Vogt2013-12-091-2/+6
| | | | | | |
| * | | | | | add APT::Sources::Use-Deb822 to allow disabling the deb822 parserMichael Vogt2013-12-091-8/+13
| | | | | | |
| * | | | | | more refactorMichael Vogt2013-12-092-68/+69
| | | | | | |
| * | | | | | refactor deb822 reading into its own functionMichael Vogt2013-12-092-17/+37
| | | | | | |
| * | | | | | fix section addingMichael Vogt2013-12-052-1/+20
| | | | | | |
| * | | | | | add unittest for new sourceslist parser as wellMichael Vogt2013-12-052-0/+58
| | | | | | |
| * | | | | | first version with testMichael Vogt2013-12-052-6/+85
| | | | | | |
* | | | | | | Merge remote-tracking branch 'donkult/feature/clientmergepdiffs' into ↵Michael Vogt2014-01-055-64/+480
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | | | | | | | | | debian/experimental-no-abi-break
| * | | | | | implement POC client-side merging of pdiffs via apt-fileDavid Kalnischkies2013-12-134-56/+470
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The idea of pdiffs is to avoid downloading the hole file by patching the existing index. This works very well, but becomes slow if a lot of patches needs to be applied to reconstruct an up-to-date index and in recent years more and more dinstall (or similar) runs are executed creating more and more pdiffs in the same amount of time, so pdiffs became less useful. The solution is simple: Reduce the amount of patches (which are very small) which need to be applied on top of the index we have available (which is usually pretty big). This can be done in two ways: Either merge the patches on the server-side so that the client has to download only one patch or the patches are all downloaded and merged on the client-side. The first needs a client who is doing one step at a time who can also skip patches if it needs (APT supports this for a long time now). The later is implemented by this commit, but depends on the server NOT merging the patches and the patches being in a strict order in which no patch is skipped. This is traditionally the case for dak, but other repository creators support merging – e.g. reprepro (which helpfully adds a flag indicating that the patches are merged). To support both or even mixes a client needs more information which isn't available for now. This POC uses the external diffindex-rred included in apt-file to do the heavy lifting of merging & applying all patches in one pass, hence to test this feature apt-file needs to be installed.
| * | | | | | allow ':' in GetListOfFilesInDirDavid Kalnischkies2013-12-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | run-parts doesn't allow this char in valid filenames, but we tend to have files with this character in e.g. /var/lib/apt/lists/ Git-Dch: Ignore
| * | | | | | query an empty pkgAcqIndexDiffs if index is up-to-dateDavid Kalnischkies2013-12-131-7/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The previous code already did this, this is just being a hell of a lot more obvious, so that it isn't that easy to break in the future. Git-Dch: Ignore
* | | | | | | l10n: vi.po (617t): Update translation up to v0.9.14.2Trần Ngọc Quân2014-01-011-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Michael Vogt <mvo@debian.org>
* | | | | | | l10n: vi.po(617t): Update Vietnamese translationTrần Ngọc Quân2014-01-011-126/+174
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Trần Ngọc Quân <vnwildman@gmail.com>
* | | | | | | prepare releaseMichael Vogt2013-12-2955-800/+852
| | | | | | |
* | | | | | | vendor/ubuntu/sources.list.in: whitespace fixMichael Vogt2013-12-291-2/+2
| | | | | | |
* | | | | | | update changelogMichael Vogt2013-12-291-3/+18
| | | | | | |
* | | | | | | Merge remote-tracking branch 'mvo/debian/sid' into debian/sidMichael Vogt2013-12-2923-162/+225
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | add missing vector includeMichael Vogt2013-12-281-0/+1
| | | | | | |
| * | | | | | Merge branch 'debian/sid' into bugfix/bts731738-fancy-progessMichael Vogt2013-12-2878-3497/+4164
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: apt-pkg/install-progress.cc
| | * | | | | | fix APTWEBSERVERBINDIR defaultMichael Vogt2013-12-272-2/+2
| | | | | | | |
| | * | | | | | add make -C test/interactive-helper/ to .travis.ymlMichael Vogt2013-12-271-1/+1
| | | | | | | |
| | * | | | | | Merge branch 'feature/tests-on-installed' into debian/sidMichael Vogt2013-12-272-7/+27
| | |\ \ \ \ \ \
| | | * | | | | | run autopkgtest against the installed aptMichael Vogt2013-12-132-7/+27
| | | | | | | | |
| | * | | | | | | Merge branch 'feature/test-apt-key-net-update' into debian/sidMichael Vogt2013-12-278-103/+39
| | |\ \ \ \ \ \ \
| | | * | | | | | | fix apt-key net-update test to use the buildin webserverMichael Vogt2013-12-198-110/+25
| | | | | | | | | |
| | | * | | | | | | make apt-key net-update actually testableMichael Vogt2013-12-132-6/+27
| | | |/ / / / / /
| | * | | | | | | Merge branch 'feature/policy-parser-bts732746' into debian/sidMichael Vogt2013-12-273-2/+45
| | |\ \ \ \ \ \ \
| | | * | | | | | | make /etc/apt/preferences parser deal with comment only sectionsMichael Vogt2013-12-213-2/+45
| | | |/ / / / / /
| | * | | | | | | add integration testMichael Vogt2013-12-241-0/+18
| | | | | | | | |
| | * | | | | | | add basic tests for GetTempDir()Michael Vogt2013-12-232-1/+14
| | | | | | | | |
| | * | | | | | | factor GetTempDir outMichael Vogt2013-12-225-27/+28
| | | | | | | | |
| * | | | | | | | Merge remote-tracking branch 'origin/bugfix/bts731738-fancy-progess' into ↵Michael Vogt2013-12-281-2/+0
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bugfix/bts731738-fancy-progess Conflicts: apt-pkg/install-progress.cc
| | * | | | | | | | first proof-of-concept for a fix for #731738Michael Vogt2013-12-223-4/+11
| | | |/ / / / / / | | |/| | | | | |
| * | | | | | | | properly handle SIGWINCH in PackageManagerFancy againMichael Vogt2013-12-282-26/+51
| | | | | | | | |
| * | | | | | | | first proof-of-concept for a fix for #731738Michael Vogt2013-12-223-4/+11
| |/ / / / / / /
* | / / / / / / remove debian entry from default steamos sources.listMichael Vogt2013-12-271-2/+0
| |/ / / / / / |/| | | | | |
* | | | | | | apt-pkg/contrib/gpgv.cc: use /tmp as fallback dirThomas Bechtold2013-12-221-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | if the directory given by $TMPDIR is not available, use /tmp as fallback.