summaryrefslogtreecommitdiff
path: root/apt-pkg
Commit message (Expand)AuthorAgeFilesLines
...
* Add correct std namespace to nullptr_tDavid Kalnischkies2020-04-261-3/+3
* Merge branch 'pu/colored-error' into 'master'Julian Andres Klode2020-03-242-25/+91
|\
| * Add color highlighting to E:/W:/N: prefixesJulian Andres Klode2020-03-241-0/+46
| * error: Extract operator<< into error.cc (de-inline it)Julian Andres Klode2020-03-102-25/+45
* | Parse last line in deb file correctly by adding a newlineDavid Kalnischkies2020-03-211-1/+1
* | Don't crash pattern matching sections if pkg has no sectionDavid Kalnischkies2020-03-101-1/+1
|/
* Show absolute time while waiting for lock instead of %, rework messageJulian Andres Klode2020-03-063-5/+19
* GetLock: No strerror if it's just another process holding the lockJulian Andres Klode2020-03-061-2/+4
* (temporarily) unhide pkgDPkgPM again to have python-apt compileJulian Andres Klode2020-02-271-1/+1
* pkgcache: Add operator bool() to map_pointerJulian Andres Klode2020-02-271-0/+1
* apt(8): Wait for frontend and cache lockJulian Andres Klode2020-02-266-14/+54
* apt-pkg: default visibility to hiddenJulian Andres Klode2020-02-2655-359/+264
* cacheset: Fix -Wdeprecated-copy warningsJulian Andres Klode2020-02-262-4/+8
* Fix various compiler warningsJulian Andres Klode2020-02-264-9/+5
* Parse records including empty tag names correctlyDavid Kalnischkies2020-02-261-3/+2
* cache: Swap locations of hashtables, hide them from non-apt usersJulian Andres Klode2020-02-261-2/+5
* Make metaIndex::GetNotBefore virtualJulian Andres Klode2020-02-263-9/+2
* pkgsystem: Drop more virtual workaround shenanigansJulian Andres Klode2020-02-266-56/+22
* metaindex: Add Origin, Label, Version, DefaultPin, ReleaseNotes membersJulian Andres Klode2020-02-263-32/+19
* Remove various dynamic_cast uses, use virtual methods insteadJulian Andres Klode2020-02-263-16/+6
* Merge pkgPackageManager::SmartUnpackJulian Andres Klode2020-02-262-7/+1
* Rename pkgSimulate::Go2 to pkgSimulate::GoJulian Andres Klode2020-02-263-8/+3
* cdrom: Remove old udev dlopen stuffJulian Andres Klode2020-02-262-27/+0
* Drop pkgAcquire::Item::ModifyRetries() ABI hackJulian Andres Klode2020-02-263-12/+7
* Merge pkgAcquire::RunFdsSane back into RunFdsJulian Andres Klode2020-02-262-15/+4
* Remove ABI workaround for debDebPkgFileIndex::ArchiveInfoJulian Andres Klode2020-02-263-7/+3
* Merge CommandLine::DispatchArgJulian Andres Klode2020-02-262-7/+0
* Remove pkgAcqFile::Failed overloadJulian Andres Klode2020-02-262-7/+0
* Merge branch 'pu/tagfile-hardening' into 'master'Julian Andres Klode2020-02-251-1/+14
|\
| * tagfile: Check out-of-bounds access to Tags vectorJulian Andres Klode2020-02-201-0/+8
| * tagfile: Check if memchr() returned null before usingJulian Andres Klode2020-02-201-1/+6
* | patterns: Mark things hidden, and only allow internal use of headerJulian Andres Klode2020-02-251-33/+38
* | Remove left-over SummationImplementation classJulian Andres Klode2020-02-252-73/+0
* | Initialize libgcrypt on first useJulian Andres Klode2020-02-251-0/+23
* | Add d-pointers to groups, packages, versions, and filesJulian Andres Klode2020-02-251-2/+17
* | Silence narrow conversion warnings, add error checksJulian Andres Klode2020-02-251-7/+20
* | Make map_pointer<T> typesafeJulian Andres Klode2020-02-247-32/+54
* | Wrap AllocateInMap with a templated versionJulian Andres Klode2020-02-242-15/+20
* | Replace map_pointer_t with map_pointer<T>Julian Andres Klode2020-02-244-98/+98
|/
* Merge branch 'source_to_debsrc' into 'master'Julian Andres Klode2020-02-181-1/+1
|\
| * apt-pkg/srcrecords.cc: 'source' means 'deb-src' in error messageNis Martensen2020-02-121-1/+1
* | Remove CRC-16 implementationJulian Andres Klode2020-02-183-97/+0
* | Use a 32-bit djb VersionHash instead of CRC-16Julian Andres Klode2020-02-187-15/+15
* | Merge branch 'pu/source-version' into 'master'Julian Andres Klode2020-02-184-37/+78
|\ \
| * | policy: Implement pinning by source packageJulian Andres Klode2020-01-171-14/+43
| * | Allow querying all binaries built by a source packageJulian Andres Klode2020-01-173-23/+35
* | | Remove code tagged APT_PKG_590, add some missing includesJulian Andres Klode2020-02-1814-2047/+4
* | | Bump ABI to 6.0Julian Andres Klode2020-02-181-2/+2
* | | Revert "Add a Packages-Require-Authorization Release file field"Julian Andres Klode2020-02-166-61/+3
* | | policy: Add SetPriority() methodsJulian Andres Klode2020-02-162-0/+17
| |/ |/|