summaryrefslogtreecommitdiff
path: root/apt-pkg/deb
Commit message (Expand)AuthorAgeFilesLines
* enforce verify of filesize in 'apt-get source'David Kalnischkies2016-03-141-0/+1
* streamline dpkgpm cleanup-handlingDavid Kalnischkies2016-03-141-14/+17
* Fix several typosVeres Lajos2016-03-072-2/+2
* get group again after potential remap in Source: parseDavid Kalnischkies2016-03-061-1/+3
* Add missing numeric includes in files using std::accumulate()Julian Andres Klode2016-02-261-0/+1
* only warn about missing/invalid Date field for nowDavid Kalnischkies2016-01-271-12/+14
* convert Version() and Architecture() to APT::StringViewDavid Kalnischkies2016-01-262-18/+22
* remove unused Description methods in listparsersDavid Kalnischkies2016-01-262-23/+1
* parse version correctly from binary Source fieldDavid Kalnischkies2016-01-261-1/+1
* reimplement build-dep via apts normal resolverDavid Kalnischkies2016-01-252-0/+52
* treat an empty dependency field just like it doesn't existDavid Kalnischkies2016-01-251-1/+1
* Use c++11 for loop in AptHistoryRequestingUserMichael Vogt2016-01-251-6/+4
* Store "Requested-By" user in history.log in a simpler formatMichael Vogt2016-01-251-7/+20
* Log calling SUDO_USER or PKEXEC_UID in history.logMichael Vogt2016-01-251-0/+18
* use APT::StringView for GrabWordDavid Kalnischkies2016-01-152-11/+13
* fix M-A:foreign provides creation for unknown archsDavid Kalnischkies2016-01-141-0/+4
* debListParser: Convert another ParseDepends to StringViewJulian Andres Klode2016-01-082-3/+5
* keep compressed indexes in a low-cost formatDavid Kalnischkies2016-01-081-0/+40
* AvailableDescriptionLanguages: Use one string for all iterationsJulian Andres Klode2016-01-081-2/+9
* Replace compare() == 0 checks with this == other checksJulian Andres Klode2016-01-081-4/+4
* Switch performance critical code to use APT::StringViewJulian Andres Klode2016-01-072-45/+90
* support comments in debian/control parsingDavid Kalnischkies2016-01-021-4/+10
* allow repositories to forbid arch:all for specific index targetsDavid Kalnischkies2015-12-272-0/+14
* ParseDepends: Mark branches for build-dep parsing as unlikelyJulian Andres Klode2015-12-271-2/+2
* debListParser: Do not validate Description-md5 for correctness twiceJulian Andres Klode2015-12-271-2/+4
* debListParser: ParseDepends: Only query native arch if neededJulian Andres Klode2015-12-271-1/+2
* Convert most callers of isspace() to isspace_ascii()Julian Andres Klode2015-12-273-21/+21
* show a more descriptive error for weak Release filesDavid Kalnischkies2015-12-141-4/+15
* Convert package names from Packages files to lower caseJulian Andres Klode2015-12-112-2/+13
* Avoid overflow when summing up file sizesJulian Andres Klode2015-12-071-1/+1
* require explicit paths to dsc/control as we do for deb filesDavid Kalnischkies2015-12-012-2/+29
* add messages to our deprecation warnings in libaptDavid Kalnischkies2015-11-271-1/+1
* review of new/changed translatable program stringsJustin B Rye2015-11-211-6/+6
* apply various suggestions made by cppcheckDavid Kalnischkies2015-11-051-1/+1
* do not use read() returned value unconditionallyDavid Kalnischkies2015-11-051-24/+17
* wrap every unlink call to check for != /dev/nullDavid Kalnischkies2015-11-041-1/+1
* ignore newlines in dpkg-deb control output for installing debsDavid Kalnischkies2015-11-041-4/+13
* support arch:all data e.g. in separate Packages fileDavid Kalnischkies2015-11-042-1/+28
* sanify API to get 'the' candidate versionDavid Kalnischkies2015-11-041-2/+2
* show progress info while 'downloading' a local .deb fileDavid Kalnischkies2015-11-042-1/+11
* provide public interface to hold/unhold packagesDavid Kalnischkies2015-11-042-5/+6
* refactor dpkg execution in deb/debsystemDavid Kalnischkies2015-11-041-47/+61
* implement a public pkgSystem::ArchitecturesSupportedDavid Kalnischkies2015-11-042-1/+62
* implement a public pkgSystem::MultiArchSupportedDavid Kalnischkies2015-11-043-82/+108
* dpkgpm: Convert users of localtime() to localtime_r()Julian Andres Klode2015-10-301-2/+4
* dpkgpm: Use ptsname_r() instead of ptsname() to be thread-safeJulian Andres Klode2015-10-301-0/+5
* dpkgpm: Convert ctime() call to ctime_r()Julian Andres Klode2015-10-301-1/+2
* deblistparser: Make PrioList constJulian Andres Klode2015-10-232-3/+3
* add by-hash sources.list option and document all of by-hashDavid Kalnischkies2015-09-142-4/+19
* avoid using global PendingError to avoid failing too often too soonDavid Kalnischkies2015-09-142-6/+5