summaryrefslogtreecommitdiff
path: root/apt-pkg
AgeCommit message (Expand)Author
2019-03-01Add a Packages-Require-Authorization Release file fieldJulian Andres Klode
2019-03-01Add support for /etc/apt/auth.conf.d/*.conf (netrcparts)Julian Andres Klode
2019-03-01Introduce experimental 'never' pinning for sourcesJulian Andres Klode
2019-02-08backport "do not segfault in cache generation on mmap failure"Heitor R. Alves de Siqueira
2019-02-08Fix crashes in apt search, cache fileJulian Andres Klode
2019-01-18SECURITY UPDATE: content injection in http method (CVE-2019-3462)Julian Andres Klode
2019-01-18Import Debian version 1.0.1ubuntu2.18Julian Andres Klode
2014-06-12Merge remote-tracking branch 'mvo/feature/apt-ftparchive-srccache2' into ubun...Michael Vogt
2014-06-12Only do openpty() if both stdin/stdout are terminalsMichael Vogt
2014-04-10Merge branch 'debian/sid' into ubuntu/masterMichael Vogt
2014-04-10improve umask/fchmod code readabilityMichael Vogt
2014-04-10Rename FileFd::Open() Perms to AccessModeMichael Vogt
2014-04-10Fix insecure file permissions when using FileFd with OpenMode::AtomicMichael Vogt
2014-04-04Implement CacheDB for source packages in apt-ftparchiveMichael Vogt
2014-04-01Merge branch 'debian/sid' into ubuntu/masterMichael Vogt
2014-04-01Merge remote-tracking branch 'mvo/feature/more-fancy-progress' into debian/sidMichael Vogt
2014-04-01do not crash on SIGPIPE in pkgDPkgPM::RunScriptsWithPkgs()Michael Vogt
2014-04-01Add new Debug::RunScripts optionMichael Vogt
2014-03-27Merge branch 'debian/sid' into feature/more-fancy-progressMichael Vogt
2014-03-27Add progressbar to "Dpkg::Progress-Fancy"Michael Vogt
2014-03-27make fancy-progress fg/bg color configurableMichael Vogt
2014-03-23discard candidates via IsInstallOk to allow overrideDavid Kalnischkies
2014-03-23do IsInstallOk call in MarkInstall unconditionallyDavid Kalnischkies
2014-03-22ensure proper teardown in dpkg error casesDavid Kalnischkies
2014-03-21mark optional (private) symbols as hiddenDavid Kalnischkies
2014-03-21enable fvisibility=hidden for our private libraryDavid Kalnischkies
2014-03-21continue reading in xz even if it outputs nothingDavid Kalnischkies
2014-03-15Fix handling of autoclosing for compressed files (Closes: #741685)Julian Andres Klode
2014-03-14fix test/integration/test-apt-helperMichael Vogt
2014-03-13use the pretty fullname of a pkg as download desciptionDavid Kalnischkies
2014-03-13refactor FileFd to hide some #ifdefsDavid Kalnischkies
2014-03-13use liblzma-dev to provide xz/lzma supportDavid Kalnischkies
2014-03-13refactor setup of file opening via zlib/bz2 libDavid Kalnischkies
2014-03-13move fd duplication closer to the gz/bz2 open callsDavid Kalnischkies
2014-03-13abstract version hash comparison a bitDavid Kalnischkies
2014-03-13factor out parsing of MultiArch flagDavid Kalnischkies
2014-03-13msgstr with elipses need three dotsDavid Kalnischkies
2014-03-13support very long mtab entries in mountpoint discoveryDavid Kalnischkies
2014-03-13apt-cdrom ident shouldn't be interactiveDavid Kalnischkies
2014-03-13no error for non-existing mountpoints in MountCdromDavid Kalnischkies
2014-03-13if mountpoint has a ".disk" directory it is mountedDavid Kalnischkies
2014-03-13do not configure already unpacked packages needlesslyDavid Kalnischkies
2014-03-13follow method attribute suggestions by gccDavid Kalnischkies
2014-03-13cleanup headers and especially #includes everywhereDavid Kalnischkies
2014-03-13move defines for version to macros.hDavid Kalnischkies
2014-03-13warning: unused parameter ‘foo’ [-Wunused-parameter]David Kalnischkies
2014-03-13warning: type qualifiers ignored on function return type [-Wignored-qualifiers]David Kalnischkies
2014-03-13warning: cannot optimize loop, the loop counter may overflow [-Wunsafe-loop-o...David Kalnischkies
2014-03-13warning: no previous declaration for foobar() [-Wmissing-declarations]David Kalnischkies
2014-03-13warning: useless cast to type A [-Wuseless-cast]David Kalnischkies