summaryrefslogtreecommitdiff
path: root/python/acquire-item.cc
AgeCommit message (Expand)Author
2026-03-02Copyright changesJulian Andres Klode
2022-11-30AcquireFile: Handle large filesJulian Andres Klode
2019-12-11AcquireFile: Accept HashStringList in hash parameterJulian Andres Klode
2019-12-11AcquireFile: Remove md5 parameterJulian Andres Klode
2019-06-24apt_pkg.Acquire: Explictly convert hash string to HashStringListJulian Andres Klode
2016-07-08Fix typo classes reported by lintianJulian Andres Klode
2015-11-29Use CppPyPath for returning (hopefully) all pathsJulian Andres Klode
2015-09-11APT 1.1: Fix a typo in a member access.Julian Andres Klode
2015-08-13acquire-item.cc: Use APT_PKG_MAJOR >= 5 instead of APT_PKG_MAJOR > 5Julian Andres Klode
2015-08-13AcquireItem: Deprecate mode and introduce active_subprocessJulian Andres Klode
2015-05-22rename "md5" keyword argument in AcquireFile() to "hash" and add backward com...Michael Vogt
2013-10-08apt_pkg: Support paths supplied as bytes objects (See: #680971)Julian Andres Klode
2013-09-11Remove old API compatibility C++ support codeJulian Andres Klode
2011-04-12apt_pkg: Fix unsigned/long-vs-int issues (LP: #610820)Julian Andres Klode
2010-09-28python/acquire-item.cc: strprintf() to have a working %lluMichael Vogt
2010-09-24* python/acquire-item.cc:Michael Vogt
2010-09-24merge fix from Steven Chamberlain <steven@pyro.eu.org> forMichael Vogt
2010-04-21python: Commit documentation changes suggested by debian-l10n-english.Julian Andres Klode
2010-04-01python: Document every class, function, property.Julian Andres Klode
2010-03-01* python/acquire-item.cc:Julian Andres Klode
2010-02-27* python:Julian Andres Klode
2010-01-27Merge the CppOwnedPyObject C++ class into CppPyObject.Julian Andres Klode
2010-01-27Drop the segfault prevention measures from the Acquire code, as they failJulian Andres Klode
2010-01-24python/acquire-item.cc: Add GC support to AcquireItem.Julian Andres Klode
2010-01-23python/acquire-item.cc: Support items without an owner set.Julian Andres Klode
2009-07-22python: 2nd part of the acquire fixes (one PyObject per C++ object).Julian Andres Klode
2009-07-22python: First step of fixing acquire stuff.Julian Andres Klode