summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-10-09releasing package apt version 0.9.12Michael Vogt1-2/+2
2013-10-09update changelogMichael Vogt1-0/+4
2013-10-09Merge remote-tracking branch 'mvo/feature/limit-default-pdiffs' into debian/sidMichael Vogt1-1/+1
2013-10-09Merge remote-tracking branch 'mvo/feature/add-upgrade-mode-test' into debian/sidMichael Vogt1-0/+78
2013-10-09fixup various UI issues in the testMichael Vogt1-6/+6
2013-10-09really fix testMichael Vogt1-36/+43
2013-10-09use "insertpackage" instead of "buildsimplenativepackage"Michael Vogt1-10/+12
2013-10-09update Uploaders to match recent uploaders betterMichael Vogt2-3/+3
2013-10-09add test for upgrade, upgrade --with-new-pkgs, dist-upgradeMichael Vogt1-0/+69
2013-10-08apt-pkg/deb/dpkgpm.cc: fix off-by-one in SetupTerminalScrollArea resetMichael Vogt1-1/+1
2013-10-08prepare new releaseMichael Vogt1-2/+34
2013-10-08Merge remote-tracking branch 'mvo/feature/dpkg-progress-fancy' into debian/sidMichael Vogt2-9/+81
2013-10-08Merge remote-tracking branch 'mvo/feature/upgrade-with-new' into debian/sidMichael Vogt3-2/+15
2013-10-08Merge remote-tracking branch 'mvo/feature/dpkg-progress-docs' into debian/sidMichael Vogt2-2/+10
2013-10-08debian/apt.postinst: use --compare-versions lt instead of lt-nl, to ensure th...Michael Vogt2-2/+2
2013-10-07fix off-by-one error in pkgDPkgPM::SetupTerminalScrollArea()Michael Vogt1-1/+1
2013-10-07fix libapt-inst for >2G debs (closes: #725483)Michael Vogt3-11/+15
2013-10-07use Dpkg::Progress-Fancy to be consitent with Dpkg::ProgressMichael Vogt1-1/+1
2013-10-07add -o DpkgPM::Progress-Fancy for better dpkg progress output on vt100+ termi...Michael Vogt2-9/+81
2013-10-05rename FORBID_NEW_INSTALL_PACKAGES to FORBID_INSTALL_NEW_PACKAGESMichael Vogt47-1203/+2362
2013-10-05Move ListUpdate/AquireUpdate into update.{cc,h}Michael Vogt6-106/+151
2013-10-05* move upgrade releated code into upgrade.{cc,h}Michael Vogt10-256/+305
2013-10-05re-add "Calculating upgrade..." messageMichael Vogt1-3/+2
2013-10-05cleanup upgrade API some more (thanks for the feedback from David)Michael Vogt5-65/+52
2013-10-05Merge remote-tracking branch 'donkult/debian/sid' into debian/sidMichael Vogt34-1194/+1921
2013-10-05Merge remote-tracking branch 'mvo/bugfix/dpkg-progress-multiarch' into debian...Michael Vogt4-28/+123
2013-10-03tests: install --no-install-recommends and stunnel4 for travisDavid Kalnischkies2-2/+2
2013-10-03test: use a multiarch capable dpkg rather than workaroundDavid Kalnischkies1-4/+3
2013-10-03do not ++ on erased package pointers in autoremoveDavid Kalnischkies1-3/+7
2013-10-03fix lzma-support detection via xz binaryDavid Kalnischkies1-1/+1
2013-10-03use pkgAcqArchive in 'download' for proper errorsDavid Kalnischkies5-59/+60
2013-10-03put fetch errors in 'source' on our errorstackDavid Kalnischkies5-90/+117
2013-10-03refactor onError relabeling of DestFile as '.FAILED'David Kalnischkies2-34/+60
2013-10-02tests: fix some problems travis encountersDavid Kalnischkies5-48/+54
2013-10-02Merge remote-tracking branch 'origin/bugfix/dpkg-progress-multiarch' into bug...Michael Vogt3-8/+25
2013-10-02make dpkg progress slightly nicerMichael Vogt1-3/+17
2013-10-01change maxsplit default from "0" to maxintMichael Vogt3-3/+7
2013-10-01improve documentation for StringSplit()Michael Vogt2-6/+19
2013-10-01rename "--dpkg-progress" to "--show-progress" and document it in apt-get.8Michael Vogt2-2/+10
2013-10-01don't consider holds for autoremovalDavid Kalnischkies3-4/+25
2013-10-01handle complete responses to https range requestsDavid Kalnischkies9-47/+318
2013-10-01fix partial (206 and 416) support in httpsDavid Kalnischkies1-33/+67
2013-10-01refactor http client implementationDavid Kalnischkies5-889/+1049
2013-10-01replace "filesize - 1" trick in http with proper 416 handlingDavid Kalnischkies1-6/+21
2013-10-01retry without partial data after a 416 responseDavid Kalnischkies2-18/+60
2013-09-30add Range and If-Range support in the webserverDavid Kalnischkies1-1/+63
2013-09-30access _config via GET requests in the webserverDavid Kalnischkies1-3/+71
2013-09-30APT has no bugsDavid Kalnischkies1-9/+0
2013-09-26test: apt-get source with more than one argumentDavid Kalnischkies1-0/+6
2013-09-26print-uris prints regardless of quiet-level againDavid Kalnischkies2-1/+25