summaryrefslogtreecommitdiff
path: root/python/tarfile.cc
AgeCommit message (Expand)Author
2026-03-06tarfile: add extract_data flag to go() and test casesSimon Johnsson
2026-03-06tarfile: fix oom killerSimon Johnsson
2026-03-06tarfile: stylistic changesSimon Johnsson
2026-03-02Copyright changesJulian Andres Klode
2020-11-24File descriptor leaks in ArArchive, DebFile, TagFileJulian Andres Klode
2016-07-08Fix typo classes reported by lintianJulian Andres Klode
2015-11-29Introduce CppPyPath helper and migrate code to itJulian Andres Klode
2015-11-29Use CppPyString instead of PyString_FromString everywhereJulian Andres Klode
2015-11-29arfile, tarfile: Decode member names using filesystem encodingJulian Andres Klode
2015-08-11Support APT_PKG_MAJOR >= 5Julian Andres Klode
2015-07-24Large file support will be available in libapt-pkg5.0Michael Vogt
2015-06-11python/tarfile.cc: LFS: Handle too large fileJulian Andres Klode
2014-10-14python/tarfile.cc: use long long in Process() for APT >= 4.14Michael Vogt
2013-10-08apt_inst: Support paths supplied as bytes objects (Closes: #680971)Julian Andres Klode
2013-08-05coverity fixesMichael Vogt
2011-11-10fix build against apt in experimentalMichael Vogt
2011-04-12apt_pkg: Fix unsigned/long-vs-int issues (LP: #610820)Julian Andres Klode
2010-04-21python: Commit documentation changes suggested by debian-l10n-english.Julian Andres Klode
2010-02-02python/tarfile.cc: If only one member is requested, extract just that one.Julian Andres Klode
2010-01-27Merge the CppOwnedPyObject C++ class into CppPyObject.Julian Andres Klode
2010-01-24Clone all pkgDirStream::Item's so apt_pkg.TarMember object can be usedJulian Andres Klode
2010-01-24* python/tarfile.cc:Julian Andres Klode
2009-08-18python/tarfile.cc: Introduce TarFile.extractdata().Julian Andres Klode
2009-08-08python/tarfile.cc: Introduce wrapper around ExtractTar.Julian Andres Klode