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