index
:
apt
feature/rred
main
master
Debians commandline package manager
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
apt-inst
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add 'explicit' to most single argument constructors
Julian Andres Klode
2019-04-30
3
-5
/
+5
*
Add pkg-config files for the apt-pkg and apt-inst libraries
Corentin Noël
2019-03-08
2
-0
/
+12
*
extracttar: Remove deprecated ExtractTar::Done(bool) variant
Julian Andres Klode
2019-02-26
2
-5
/
+0
*
Bump SONAMEs in preparation for ABI breaks
Julian Andres Klode
2019-02-26
1
-1
/
+1
*
Remove obsolete RCS keywords
Guillem Jover
2018-05-07
12
-12
/
+0
*
apt-inst: Add support for zstd compressed debs
Julian Andres Klode
2018-03-12
1
-2
/
+6
*
Replace APT_CONST with APT_PURE everywhere
Julian Andres Klode
2017-08-24
1
-1
/
+1
*
Reformat and sort all includes with clang-format
Julian Andres Klode
2017-07-12
8
-35
/
+33
*
Drop cacheiterators.h include
Julian Andres Klode
2017-07-12
2
-2
/
+0
*
fix various typos reported by spellintian
David Kalnischkies
2017-01-19
3
-3
/
+3
*
CMake: Document that the globs are expanded during CMake
Julian Andres Klode
2017-01-17
1
-1
/
+3
*
apt-inst: debfile: Pass comp. Name to ExtractTar, not Binary
Julian Andres Klode
2016-08-26
1
-1
/
+1
*
Get rid of the old buildsystem
Julian Andres Klode
2016-08-10
1
-26
/
+0
*
CMake: Add basic CMake build system
Julian Andres Klode
2016-08-06
1
-0
/
+26
*
Fix several typos
Veres Lajos
2016-03-07
1
-1
/
+1
*
Sort the list of sources to be built and linked
Mattia Rizzolo
2016-01-11
1
-2
/
+2
*
add messages to our deprecation warnings in libapt
David Kalnischkies
2015-11-27
1
-1
/
+1
*
apply various suggestions made by cppcheck
David Kalnischkies
2015-11-05
1
-1
/
+1
*
fix some unused parameter/variable warnings
David Kalnischkies
2015-08-31
2
-10
/
+11
*
Merge branch 'feature/extractar-filefd' into debian/experimental
Julian Andres Klode
2015-08-27
1
-56
/
+11
|
\
|
*
Use compressor support from FileFd for ExtractTar instead of programs
Julian Andres Klode
2015-08-27
1
-56
/
+11
*
|
fix various typos reported by codespell
David Kalnischkies
2015-08-27
1
-1
/
+1
|
/
*
Bump apt-inst SONAME to 2.0 to adjust for the ABI break in apt-pkg
Julian Andres Klode
2015-08-11
1
-1
/
+1
*
remove the compatibility markers for 4.13 abi
David Kalnischkies
2015-08-10
6
-44
/
+1
*
add c++11 override marker to overridden methods
David Kalnischkies
2015-08-10
2
-6
/
+6
*
guard ABI changes for LFS in apt-inst
David Kalnischkies
2014-11-08
6
-4
/
+49
*
fix: Prefer prefix ++/-- operators for non-primitive types
David Kalnischkies
2014-09-27
1
-1
/
+1
*
fix: Consecutive return, break, continue, goto or throw statements are unnece...
David Kalnischkies
2014-09-27
1
-1
/
+0
*
increase libapt-inst to version 1.6
Michael Vogt
2014-07-08
1
-1
/
+1
*
Fix ar and tar code to be LFS-safe
Guillem Jover
2014-07-08
6
-16
/
+15
*
use wildcard to get files in our library makefiles
David Kalnischkies
2014-04-11
1
-10
/
+2
*
apt-inst: Do not try to create a substring of an empty string in error reporting
Julian Andres Klode
2014-03-17
1
-2
/
+4
*
follow method attribute suggestions by gcc
David Kalnischkies
2014-03-13
2
-4
/
+4
*
cleanup headers and especially #includes everywhere
David Kalnischkies
2014-03-13
8
-13
/
+32
*
warning: unused parameter ‘foo’ [-Wunused-parameter]
David Kalnischkies
2014-03-13
4
-5
/
+5
*
warning: cast from type A to type B casts away qualifiers [-Wcast-qual]
David Kalnischkies
2014-03-13
1
-3
/
+3
*
warning: extra ‘;’ [-Wpedantic]
David Kalnischkies
2014-03-13
1
-76
/
+76
*
Add support for data.tar, control.tar and control.tar.xz
Guillem Jover
2014-02-22
1
-11
/
+10
*
DebFile: Refactor ExtractTarMember() out from ExtractArchive()
Guillem Jover
2014-02-22
2
-5
/
+13
*
ExtractTar: Allow an empty decompressor program
Guillem Jover
2014-02-22
1
-0
/
+6
*
Fix typos in documentation (codespell)
Michael Vogt
2014-02-22
4
-6
/
+6
*
use utimes instead of utimensat/futimens
David Kalnischkies
2014-02-11
1
-4
/
+5
*
correct some style/performance/warnings from cppcheck
David Kalnischkies
2014-01-16
1
-11
/
+9
*
fix libapt-inst for >2G debs (closes: #725483)
Michael Vogt
2013-10-07
1
-3
/
+3
*
compression-neutral message for missing data.tar member
David Kalnischkies
2013-09-26
1
-2
/
+1
*
don't truncate 100 char long paths in tar extraction
Oskari Saarenmaa
2013-09-12
1
-13
/
+11
*
delete Memb on read-error in arfile
Niels Thykier
2013-06-24
1
-0
/
+3
*
depend on libapt-pkg in the libapt-inst build process
David Kalnischkies
2013-06-09
1
-0
/
+1
*
don't explicitly init ExtractTar InFd with invalid fd
David Kalnischkies
2013-06-09
1
-1
/
+0
*
various simple changes to fix cppcheck warnings
David Kalnischkies
2013-03-10
1
-2
/
+1
[next]