summaryrefslogtreecommitdiff
path: root/apt-pkg
Commit message (Expand)AuthorAgeFilesLines
...
* | | | rename APT::Progress::Packagemanager Started->Start, Finished->Stop to match ...Michael Vogt2013-10-143-17/+14
* | | | refactor writing to WriteToStatusFd()Michael Vogt2013-10-142-14/+19
* | | | add APT::Progress::PackageManager::Pulse()Michael Vogt2013-10-132-3/+9
* | | | move the status-fd progress reporting out of the pkgDPkgPM class, at this poi...Michael Vogt2013-10-136-100/+189
* | | | move common code into PackageManager::StatusChanged()Michael Vogt2013-10-113-29/+38
* | | | deal with nr_terminal_rows unavailableMichael Vogt2013-10-112-6/+13
* | | | first iteration of install progress refactorMichael Vogt2013-10-116-93/+194
|/ / /
* | | Merge remote-tracking branch 'mvo/feature/limit-default-pdiffs' into debian/sidMichael Vogt2013-10-091-1/+1
|\ \ \
| * | | set Acquire::PDiffs::FileLimit to 20 to avoid needless huge fetchesMichael Vogt2013-08-261-1/+1
* | | | apt-pkg/deb/dpkgpm.cc: fix off-by-one in SetupTerminalScrollArea resetMichael Vogt2013-10-081-1/+1
* | | | Merge remote-tracking branch 'mvo/feature/dpkg-progress-fancy' into debian/sidMichael Vogt2013-10-082-9/+81
|\ \ \ \
| * | | | fix off-by-one error in pkgDPkgPM::SetupTerminalScrollArea()Michael Vogt2013-10-071-1/+1
| * | | | use Dpkg::Progress-Fancy to be consitent with Dpkg::ProgressMichael Vogt2013-10-071-1/+1
| * | | | add -o DpkgPM::Progress-Fancy for better dpkg progress output on vt100+ termi...Michael Vogt2013-10-072-9/+81
* | | | | fix libapt-inst for >2G debs (closes: #725483)Michael Vogt2013-10-071-8/+8
* | | | | Merge remote-tracking branch 'donkult/debian/sid' into debian/sidMichael Vogt2013-10-055-42/+68
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | fix lzma-support detection via xz binaryDavid Kalnischkies2013-10-031-1/+1
| * | | | use pkgAcqArchive in 'download' for proper errorsDavid Kalnischkies2013-10-031-3/+2
| * | | | refactor onError relabeling of DestFile as '.FAILED'David Kalnischkies2013-10-032-34/+60
| * | | | don't consider holds for autoremovalDavid Kalnischkies2013-10-012-4/+5
* | | | | Merge remote-tracking branch 'mvo/bugfix/dpkg-progress-multiarch' into debian...Michael Vogt2013-10-053-28/+96
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
| * | | Merge remote-tracking branch 'origin/bugfix/dpkg-progress-multiarch' into bug...Michael Vogt2013-10-022-8/+21
| |\ \ \
| | * | | change maxsplit default from "0" to maxintMichael Vogt2013-10-012-3/+3
| | * | | improve documentation for StringSplit()Michael Vogt2013-10-012-6/+19
| * | | | make dpkg progress slightly nicerMichael Vogt2013-10-021-3/+17
| |/ / /
| * | | doc updateMichael Vogt2013-09-072-8/+17
| * | | fix multiarch status-fd progress calculationMichael Vogt2013-09-071-24/+24
| * | | add maxsplit parameter to StringSplitMichael Vogt2013-09-072-6/+14
| * | | implement StringSplit() as we need this to fix the dpkg status-fd output parsingMichael Vogt2013-09-072-0/+24
| | |/ | |/|
* | | pkg from only trusted sources keeps being trustedDavid Kalnischkies2013-09-261-8/+15
* | | don't strip :any from dependencies in single-archDavid Kalnischkies2013-09-261-4/+2
* | | do not trust FileFd::Eof() in pkgTagFile::Fill()David Kalnischkies2013-09-201-1/+1
|/ /
* | fix typo (mkostemp->mkstemp)Michael Vogt2013-08-311-1/+1
* | Merge remote-tracking branch 'mvo/feature/install-progress' into debian/sidMichael Vogt2013-08-282-1/+18
|\ \
| * | Add DPkgPM::Progress for terminal install progressMichael Vogt2013-07-112-1/+18
* | | use mkstemp instead of mkostemp in FileFd::Open()David Kalnischkies2013-08-271-8/+4
* | | replace usage of potential dangerous mktemp with mkstempAngel Guzman Maeso2013-08-271-5/+19
| |/ |/|
* | do chdir("/") after chroot()Michael Vogt2013-08-222-2/+2
* | apt-pkg:contrib Avoid compiler warning about sign-compareÁngel Guzmán Maeso2013-08-221-1/+2
* | Merge remote-tracking branch 'mvo/bugfix/coverity' into debian/sidMichael Vogt2013-08-225-1/+16
|\ \
| * | some more coverity fixesMichael Vogt2013-08-123-0/+5
| * | memset() pkgTagSections data to make coverity happyMichael Vogt2013-08-062-1/+11
* | | Merge remote-tracking branch 'mvo/feature/apt-binary2' into debian/sidMichael Vogt2013-08-1710-6/+291
|\ \ \
| * | | add PACKAGE_MATCHER_ABI_COMPAT mode for now so that this branch can be merged...Michael Vogt2013-08-151-1/+62
| * | | make destructors virtualMichael Vogt2013-08-151-3/+3
| * | | squash merge of the feature/apt-binary branch without the changes from experi...Michael Vogt2013-08-1210-12/+236
* | | | allow Pre-Install-Pkgs hooks to get info over an FD != stdinDavid Kalnischkies2013-08-161-5/+15
* | | | use malloc instead of new[] in pkgTagFileDavid Kalnischkies2013-08-151-15/+15
* | | | ensure that pkgTagFile isn't writing past Buffer lengthDavid Kalnischkies2013-08-152-9/+25
* | | | init the pkgTagFile with the size of the Release fileDavid Kalnischkies2013-08-152-2/+2