summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2014-01-16correct some style/performance/warnings from cppcheckDavid Kalnischkies22-142/+133
The most "visible" change is from utime to utimensat/futimens as the first one isn't part of POSIX anymore. Reported-By: cppcheck Git-Dch: Ignore
2014-01-16rework some code to fix some scan-build warningsDavid Kalnischkies7-38/+42
No visible functional changes, just code moved around and additional checks to eliminate impossible branches Reported-By: scan-build Git-Dch: Ignore
2014-01-16show the error message if the webserver start failedDavid Kalnischkies1-2/+6
Can happen e.g. if port 8080 is already used by something else Git-Dch: Ignore
2014-01-15test apt-get source release selection with suite and codenameDavid Kalnischkies1-1/+13
Git-Dch: Ignore
2014-01-15tests: default to 'sid' codename for 'unstable'David Kalnischkies2-2/+7
Git-Dch: Ignore
2014-01-15use C.UTF-8 in testcases as localeDavid Kalnischkies1-5/+5
Git-Dch: Ignore
2014-01-05debian/rules: Call dh_makeshlibs for 'apt'Julian Andres Klode1-0/+1
The package ships libapt-private now, so we need an ldconfig call in postinst. dh_makeshlibs creates one for us. Reported-by: lintian
2014-01-01l10n: vi.po (617t): Update translation up to v0.9.14.2Trần Ngọc Quân1-4/+4
Signed-off-by: Michael Vogt <mvo@debian.org>
2014-01-01l10n: vi.po(617t): Update Vietnamese translationTrần Ngọc Quân1-126/+174
Signed-off-by: Trần Ngọc Quân <vnwildman@gmail.com>
2013-12-29prepare release0.9.14.2Michael Vogt55-800/+852
2013-12-29vendor/ubuntu/sources.list.in: whitespace fixMichael Vogt1-2/+2
2013-12-29update changelogMichael Vogt1-3/+18
2013-12-29Merge remote-tracking branch 'mvo/debian/sid' into debian/sidMichael Vogt23-162/+225
2013-12-28add missing vector includeMichael Vogt1-0/+1
2013-12-28Merge branch 'debian/sid' into bugfix/bts731738-fancy-progessMichael Vogt78-3497/+4164
Conflicts: apt-pkg/install-progress.cc
2013-12-28Merge remote-tracking branch 'origin/bugfix/bts731738-fancy-progess' into ↵Michael Vogt1-2/+0
bugfix/bts731738-fancy-progess Conflicts: apt-pkg/install-progress.cc
2013-12-28properly handle SIGWINCH in PackageManagerFancy againMichael Vogt2-26/+51
2013-12-27fix APTWEBSERVERBINDIR defaultMichael Vogt2-2/+2
2013-12-27add make -C test/interactive-helper/ to .travis.ymlMichael Vogt1-1/+1
2013-12-27Merge branch 'feature/tests-on-installed' into debian/sidMichael Vogt2-7/+27
2013-12-27Merge branch 'feature/test-apt-key-net-update' into debian/sidMichael Vogt8-103/+39
2013-12-27Merge branch 'feature/policy-parser-bts732746' into debian/sidMichael Vogt3-2/+45
2013-12-27remove debian entry from default steamos sources.listMichael Vogt1-2/+0
2013-12-24add integration testMichael Vogt1-0/+18
2013-12-23add basic tests for GetTempDir()Michael Vogt2-1/+14
2013-12-22factor GetTempDir outMichael Vogt5-27/+28
2013-12-22apt-pkg/contrib/gpgv.cc: use /tmp as fallback dirThomas Bechtold1-1/+6
if the directory given by $TMPDIR is not available, use /tmp as fallback.
2013-12-22first proof-of-concept for a fix for #731738Michael Vogt3-4/+11
2013-12-22first proof-of-concept for a fix for #731738Michael Vogt3-4/+11
2013-12-21make /etc/apt/preferences parser deal with comment only sectionsMichael Vogt3-2/+45
2013-12-21vendor/steamos/*:Michael Vogt5-1/+29
* vendor/steamos/*: - add steamos support
2013-12-21vendor/getinfo:Michael Vogt3-2/+6
* vendor/getinfo: - fix ubuntu-codename
2013-12-21add apt-vendor for raspbian. Closes: #732749Michael Vogt4-0/+27
2013-12-19fix apt-key net-update test to use the buildin webserverMichael Vogt8-110/+25
2013-12-15Danish translation updateJoe Dalton2-277/+129
2013-12-13make apt-key net-update actually testableMichael Vogt2-6/+27
2013-12-13run autopkgtest against the installed aptMichael Vogt2-7/+27
2013-12-12releasing package apt version 0.9.14.1Michael Vogt47-3083/+3752
2013-12-12Merge remote-tracking branch 'mvo/bugfix/conffile' into debian/sidMichael Vogt6-7/+73
2013-12-12Fix conffile prompt regression (LP: #1260297)Michael Vogt3-4/+51
This fixes a regression in the conffile prompt for the progress-fd and adds a testcase to ensure this does not regress again.
2013-12-12fix test/integration/test-apt-key-net-updateMichael Vogt1-2/+6
2013-12-12clarify error message when apt-get source=ver fails, print a real error ↵Michael Vogt2-2/+2
message instead of "ignoring"
2013-12-11fix test/integration/test-apt-key-net-update (code copy/DRY violation)Michael Vogt1-0/+15
2013-12-11improve error messageMichael Vogt2-5/+8
2013-12-11improve error message for apt-get source pkg:arch{=ver,/release}Michael Vogt2-4/+24
2013-12-11add support for "apt-get source pkg:arch"Michael Vogt2-10/+110
2013-12-10user-requested version tag gets precedence in apt-get source -t dist ↵Michael Vogt2-4/+9
pkg=version requests
2013-12-10fix typoMichael Vogt2-3/+3
2013-12-10improve test for #731853 and commentsMichael Vogt1-3/+5
2013-12-10if there is only deb-src pick higest version in deb-src release matchingMichael Vogt2-5/+12