Age | Commit message (Expand) | Author |
2015-11-04 | show progress info while 'downloading' a local .deb file | David Kalnischkies |
2015-11-04 | unbreak the copy-method claiming hashsum mismatch since ~exp9 | David Kalnischkies |
2015-11-04 | allow all dpkg selections to be set via apt-mark and libapt | David Kalnischkies |
2015-11-04 | provide public interface to hold/unhold packages | David Kalnischkies |
2015-11-04 | refactor dpkg execution in deb/debsystem | David Kalnischkies |
2015-11-04 | add cacheset push_back wrapping for std::back_inserter | David Kalnischkies |
2015-11-04 | implement operator* for cacheset iterators | David Kalnischkies |
2015-11-04 | implement a public pkgSystem::ArchitecturesSupported | David Kalnischkies |
2015-11-04 | implement a public pkgSystem::MultiArchSupported | David Kalnischkies |
2015-10-30 | orderlist: Replace qsort() by thread-safe std::sort() | Julian Andres Klode |
2015-10-30 | algorithms: Replace qsort() by thread-safe std::sort() | Julian Andres Klode |
2015-10-30 | dpkgpm: Convert users of localtime() to localtime_r() | Julian Andres Klode |
2015-10-30 | cacheset: Fix compilation on new GCC in C++98 mode | Julian Andres Klode |
2015-10-30 | srvrec: Do not expose C++11 tuple use in header | Julian Andres Klode |
2015-10-30 | dpkgpm: Use ptsname_r() instead of ptsname() to be thread-safe | Julian Andres Klode |
2015-10-30 | dpkgpm: Convert ctime() call to ctime_r() | Julian Andres Klode |
2015-10-30 | aptconfiguration: Convert strtok() to strtok_r() | Julian Andres Klode |
2015-10-30 | GetSrvRecords: Make thread-safe | Julian Andres Klode |
2015-10-23 | deblistparser: Make PrioList const | Julian Andres Klode |
2015-10-11 | Revert "Fix select timeout to be 50msec instead of 0.5msec" for acquire | Julian Andres Klode |
2015-09-30 | Fix select timeout to be 50msec instead of 0.5msec | Michael Vogt |
2015-09-14 | fallback to well-known URI if by-hash fails | David Kalnischkies |
2015-09-14 | add by-hash sources.list option and document all of by-hash | David Kalnischkies |
2015-09-14 | do not ignore differently versioned self-provides | David Kalnischkies |
2015-09-14 | srv test: do 100 pulls twice and compare list | David Kalnischkies |
2015-09-14 | fix alloc-dealloc-mismatch (operator new [] vs operator delete) | David Kalnischkies |
2015-09-14 | fix two memory leaks reported by gcc | David Kalnischkies |
2015-09-14 | use std-algorithms instead of manual loops to avoid overflow warning | David Kalnischkies |
2015-09-14 | do not report deprecate warnings for the None declaration | David Kalnischkies |
2015-09-14 | fix 'Dead assignment' by dropping unneeded boolean | David Kalnischkies |
2015-09-14 | avoid using global PendingError to avoid failing too often too soon | David Kalnischkies |
2015-09-14 | use a less generic special trigger filename for stdin | David Kalnischkies |
2015-09-14 | do not discard new manual-bits while applying EDSP solutions | David Kalnischkies |
2015-09-14 | implement autobit and pinning in EDSP solver 'apt' | David Kalnischkies |
2015-09-14 | remove incorrect optimization branches | David Kalnischkies |
2015-09-14 | copy ReadWrite-error to the bottom to make clang happy | David Kalnischkies |
2015-09-14 | implement CopyFile without using FileFd::Size() | David Kalnischkies |
2015-09-14 | add Source-Version field for EDSP | David Kalnischkies |
2015-09-14 | implement dpkgs vision of interpreting pkg:<arch> dependencies | David Kalnischkies |
2015-09-14 | M-A: allowed pkgs of unconfigured archs do not statisfy :any | David Kalnischkies |
2015-09-14 | store ':any' pseudo-packages with 'any' as architecture | David Kalnischkies |
2015-09-11 | apt-pkg/tagfile.h: Include stdint.h, fixes rdep build failures | Julian Andres Klode |
2015-09-02 | avoid triggering the c++11 erase api change on travis | David Kalnischkies |
2015-09-01 | use clock() as source for SRV randomness | David Kalnischkies |
2015-09-01 | use unusable-for-security hashes for integrity checks | David Kalnischkies |
2015-09-01 | Consider md5sum no longer a usable hash | Michael Vogt |
2015-09-01 | improve CheckDropPrivsMustBeDisabled further | David Kalnischkies |
2015-08-31 | fix some unused parameter/variable warnings | David Kalnischkies |
2015-08-31 | if file is inaccessible for _apt, disable privilege drop in acquire | David Kalnischkies |
2015-08-31 | ignore for _apt inaccessible TMPDIR in pkgAcqChangelog | David Kalnischkies |