Age | Commit message (Expand) | Author |
2020-04-26 | Add correct std namespace to nullptr_t | David Kalnischkies |
2020-03-24 | Merge branch 'pu/colored-error' into 'master' | Julian Andres Klode |
2020-03-24 | Add color highlighting to E:/W:/N: prefixes | Julian Andres Klode |
2020-03-21 | Parse last line in deb file correctly by adding a newline | David Kalnischkies |
2020-03-10 | error: Extract operator<< into error.cc (de-inline it) | Julian Andres Klode |
2020-03-10 | Don't crash pattern matching sections if pkg has no section | David Kalnischkies |
2020-03-06 | Show absolute time while waiting for lock instead of %, rework message | Julian Andres Klode |
2020-03-06 | GetLock: No strerror if it's just another process holding the lock | Julian Andres Klode |
2020-02-27 | (temporarily) unhide pkgDPkgPM again to have python-apt compile | Julian Andres Klode |
2020-02-27 | pkgcache: Add operator bool() to map_pointer | Julian Andres Klode |
2020-02-26 | apt(8): Wait for frontend and cache lock | Julian Andres Klode |
2020-02-26 | apt-pkg: default visibility to hidden | Julian Andres Klode |
2020-02-26 | cacheset: Fix -Wdeprecated-copy warnings | Julian Andres Klode |
2020-02-26 | Fix various compiler warnings | Julian Andres Klode |
2020-02-26 | Parse records including empty tag names correctly | David Kalnischkies |
2020-02-26 | cache: Swap locations of hashtables, hide them from non-apt users | Julian Andres Klode |
2020-02-26 | Make metaIndex::GetNotBefore virtual | Julian Andres Klode |
2020-02-26 | pkgsystem: Drop more virtual workaround shenanigans | Julian Andres Klode |
2020-02-26 | metaindex: Add Origin, Label, Version, DefaultPin, ReleaseNotes members | Julian Andres Klode |
2020-02-26 | Remove various dynamic_cast uses, use virtual methods instead | Julian Andres Klode |
2020-02-26 | Merge pkgPackageManager::SmartUnpack | Julian Andres Klode |
2020-02-26 | Rename pkgSimulate::Go2 to pkgSimulate::Go | Julian Andres Klode |
2020-02-26 | cdrom: Remove old udev dlopen stuff | Julian Andres Klode |
2020-02-26 | Drop pkgAcquire::Item::ModifyRetries() ABI hack | Julian Andres Klode |
2020-02-26 | Merge pkgAcquire::RunFdsSane back into RunFds | Julian Andres Klode |
2020-02-26 | Remove ABI workaround for debDebPkgFileIndex::ArchiveInfo | Julian Andres Klode |
2020-02-26 | Merge CommandLine::DispatchArg | Julian Andres Klode |
2020-02-26 | Remove pkgAcqFile::Failed overload | Julian Andres Klode |
2020-02-25 | Merge branch 'pu/tagfile-hardening' into 'master' | Julian Andres Klode |
2020-02-25 | patterns: Mark things hidden, and only allow internal use of header | Julian Andres Klode |
2020-02-25 | Remove left-over SummationImplementation class | Julian Andres Klode |
2020-02-25 | Initialize libgcrypt on first use | Julian Andres Klode |
2020-02-25 | Add d-pointers to groups, packages, versions, and files | Julian Andres Klode |
2020-02-25 | Silence narrow conversion warnings, add error checks | Julian Andres Klode |
2020-02-24 | Make map_pointer<T> typesafe | Julian Andres Klode |
2020-02-24 | Wrap AllocateInMap with a templated version | Julian Andres Klode |
2020-02-24 | Replace map_pointer_t with map_pointer<T> | Julian Andres Klode |
2020-02-20 | tagfile: Check out-of-bounds access to Tags vector | Julian Andres Klode |
2020-02-20 | tagfile: Check if memchr() returned null before using | Julian Andres Klode |
2020-02-18 | Merge branch 'source_to_debsrc' into 'master' | Julian Andres Klode |
2020-02-18 | Remove CRC-16 implementation | Julian Andres Klode |
2020-02-18 | Use a 32-bit djb VersionHash instead of CRC-16 | Julian Andres Klode |
2020-02-18 | Merge branch 'pu/source-version' into 'master' | Julian Andres Klode |
2020-02-18 | Remove code tagged APT_PKG_590, add some missing includes | Julian Andres Klode |
2020-02-18 | Bump ABI to 6.0 | Julian Andres Klode |
2020-02-16 | Revert "Add a Packages-Require-Authorization Release file field" | Julian Andres Klode |
2020-02-16 | policy: Add SetPriority() methods | Julian Andres Klode |
2020-02-12 | apt-pkg/srcrecords.cc: 'source' means 'deb-src' in error message | Nis Martensen |
2020-02-06 | Fix remaining usec vs sec time-delta calculation typos | David Kalnischkies |
2020-02-03 | patterns: test for empty terms, reject them | Julian Andres Klode |