summaryrefslogtreecommitdiff
path: root/python/arfile.cc
AgeCommit message (Expand)AuthorFilesLines
2015-06-10python/arfile.cc: LFS: Use long long instead of long for file sizesJulian Andres Klode1-3/+3
2015-06-10python/arfile.cc: Do not allow files larger than SIZE_MAX to be mappedJulian Andres Klode1-1/+13
2014-03-17Support all compressors for data.tar/control.tar (Closes: #718330)Julian Andres Klode1-27/+45
2013-10-23python/arfile.cc: (C++11) Explicitly cast unsigned long to time_t in {}Julian Andres Klode1-1/+2
2013-10-08apt_inst: Support paths supplied as bytes objects (Closes: #680971)Julian Andres Klode1-19/+22
2013-08-26python/arfile.cc: Fixup the formattingJulian Andres Klode1-16/+15
2011-11-10fix build against apt in experimentalMichael Vogt1-4/+4
2011-07-13* python/arfile.cc:Michael Vogt1-20/+32
2011-04-12apt_pkg: Fix unsigned/long-vs-int issues (LP: #610820)Julian Andres Klode1-6/+6
2011-03-21* python/arfile.cc, apt/debfile.py:Michael Vogt1-5/+9
2010-04-21python: Commit documentation changes suggested by debian-l10n-english.Julian Andres Klode1-14/+14
2010-04-01python: Document every class, function, property.Julian Andres Klode1-10/+9
2010-01-31python/arfile.cc: Handle the case where ararchive_new returns NULL in debfile...Julian Andres Klode1-0/+2
2010-01-27Merge the CppOwnedPyObject C++ class into CppPyObject.Julian Andres Klode1-16/+16
2009-08-17python/arfile.cc: Introduce DebFile.Julian Andres Klode1-0/+171
2009-08-08python/arfile.cc: Make functions static where possible.Julian Andres Klode1-14/+15
2009-08-08python/arfile.cc: Rewrite extraction code and add ArArchive.extractall().Julian Andres Klode1-21/+76
2009-08-08python/arfile.cc: Rename getdata() to extractdata().Julian Andres Klode1-6/+6
2009-08-08python/arfile.cc: Make ArArchive iterable.Julian Andres Klode1-1/+9
2009-08-08python/arfile.cc: Add ArArchive.getmembers(),getnames() and gettar().Julian Andres Klode1-19/+107
2009-08-07python/arfile.cc: Introduce apt_inst.ArArchive and apt_inst.ArMember.Julian Andres Klode1-0/+323