summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-03-06Merge branch 'pu/improve-locking-msgs' into 'master'Julian Andres Klode
2020-03-06Show absolute time while waiting for lock instead of %, rework messageJulian Andres Klode
2020-03-06GetLock: No strerror if it's just another process holding the lockJulian Andres Klode
2020-02-27Release 1.9.12Julian Andres Klode
2020-02-27(temporarily) unhide pkgDPkgPM again to have python-apt compileJulian Andres Klode
2020-02-27pkgcache: Add operator bool() to map_pointerJulian Andres Klode
2020-02-26Release 1.9.11Julian Andres Klode
2020-02-26Merge branch 'pu/wait-lock' into 'master'Julian Andres Klode
2020-02-26Merge branch 'pu/visibility' into 'master'Julian Andres Klode
2020-02-26apt(8): Wait for frontend and cache lockJulian Andres Klode
2020-02-26apt-pkg: default visibility to hiddenJulian Andres Klode
2020-02-26Merge branch 'pu/misc' into 'master'Julian Andres Klode
2020-02-26cacheset: Fix -Wdeprecated-copy warningsJulian Andres Klode
2020-02-26Fix various compiler warningsJulian Andres Klode
2020-02-26Parse records including empty tag names correctlyDavid Kalnischkies
2020-02-26symbols: Bump version from 1.9.10 to 1.9.11~Julian Andres Klode
2020-02-26Merge branch 'pu/cleanups' into 'master'Julian Andres Klode
2020-02-26Symbol updatesJulian Andres Klode
2020-02-26cache: Swap locations of hashtables, hide them from non-apt usersJulian Andres Klode
2020-02-26Make metaIndex::GetNotBefore virtualJulian Andres Klode
2020-02-26pkgsystem: Drop more virtual workaround shenanigansJulian Andres Klode
2020-02-26metaindex: Add Origin, Label, Version, DefaultPin, ReleaseNotes membersJulian Andres Klode
2020-02-26Remove various dynamic_cast uses, use virtual methods insteadJulian Andres Klode
2020-02-26Merge pkgPackageManager::SmartUnpackJulian Andres Klode
2020-02-26Rename pkgSimulate::Go2 to pkgSimulate::GoJulian Andres Klode
2020-02-26cdrom: Remove old udev dlopen stuffJulian Andres Klode
2020-02-26Drop pkgAcquire::Item::ModifyRetries() ABI hackJulian Andres Klode
2020-02-26Merge pkgAcquire::RunFdsSane back into RunFdsJulian Andres Klode
2020-02-26Remove ABI workaround for debDebPkgFileIndex::ArchiveInfoJulian Andres Klode
2020-02-26Merge CommandLine::DispatchArgJulian Andres Klode
2020-02-26Remove pkgAcqFile::Failed overloadJulian Andres Klode
2020-02-25Merge branch 'pu/tagfile-hardening' into 'master'Julian Andres Klode
2020-02-25debian: Update symbols fileJulian Andres Klode
2020-02-25patterns: Mark things hidden, and only allow internal use of headerJulian Andres Klode
2020-02-25Remove left-over SummationImplementation classJulian Andres Klode
2020-02-25Initialize libgcrypt on first useJulian Andres Klode
2020-02-25Merge branch 'pu/typesafe-cache2' into 'master'Julian Andres Klode
2020-02-25Add d-pointers to groups, packages, versions, and filesJulian Andres Klode
2020-02-25Silence narrow conversion warnings, add error checksJulian Andres Klode
2020-02-24Make map_pointer<T> typesafeJulian Andres Klode
2020-02-24Wrap AllocateInMap with a templated versionJulian Andres Klode
2020-02-24Replace map_pointer_t with map_pointer<T>Julian Andres Klode
2020-02-20tagfile: Check out-of-bounds access to Tags vectorJulian Andres Klode
2020-02-20tagfile: Check if memchr() returned null before usingJulian Andres Klode
2020-02-18Merge branch 'patch-1' into 'master'Julian Andres Klode
2020-02-18Merge branch 'master' into 'master'Julian Andres Klode
2020-02-18Merge branch 'source_to_debsrc' into 'master'Julian Andres Klode
2020-02-18Merge branch 'pu/no-more-crc16' into 'master'Julian Andres Klode
2020-02-18Remove CRC-16 implementationJulian Andres Klode
2020-02-18Use a 32-bit djb VersionHash instead of CRC-16Julian Andres Klode