index
:
apt
feature/rred
main
master
Debians commandline package manager
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
apt-pkg
/
indexcopy.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove obsolete RCS keywords
Guillem Jover
2018-05-07
1
-1
/
+0
*
indexcopy: Copy uncompressed indices from cdrom again
Julian Andres Klode
2018-02-19
1
-2
/
+2
*
remove pointless APT_PURE from void functions
David Kalnischkies
2017-12-14
1
-5
/
+5
*
avoid some useless casts reported by -Wuseless-cast
David Kalnischkies
2017-12-13
1
-8
/
+7
*
cdrom: Don't hardcode "Files" field for copying source files
Julian Andres Klode
2017-09-09
1
-1
/
+15
*
Replace APT_CONST with APT_PURE everywhere
Julian Andres Klode
2017-08-24
1
-5
/
+5
*
Reformat and sort all includes with clang-format
Julian Andres Klode
2017-07-12
1
-12
/
+12
*
Make root group configurable via ROOT_GROUP
Julian Andres Klode
2016-08-26
1
-3
/
+3
*
add insecure (and weak) allow-options for sources.list
David Kalnischkies
2016-06-22
1
-1
/
+1
*
act on various suggestions from cppcheck
David Kalnischkies
2016-01-26
1
-2
/
+2
*
avoid using global PendingError to avoid failing too often too soon
David Kalnischkies
2015-09-14
1
-4
/
+4
*
Fix all the wrong removals of includes that iwyu got wrong
Michael Vogt
2015-08-17
1
-0
/
+1
*
Cleanup includes after running iwyu
Michael Vogt
2015-08-17
1
-1
/
+0
*
merge indexRecords into metaIndex
David Kalnischkies
2015-08-10
1
-8
/
+10
*
make all d-pointer * const pointers
David Kalnischkies
2015-08-10
1
-5
/
+5
*
apply various style suggestions by cppcheck
David Kalnischkies
2015-08-10
1
-1
/
+0
*
add d-pointer, virtual destructors and de-inline de/constructors
David Kalnischkies
2015-06-16
1
-0
/
+10
*
rewrite all TFRewrite instances to use the new pkgTagSection::Write
David Kalnischkies
2015-05-11
1
-76
/
+49
*
ensure lists/ files have correct permissions after apt-cdrom add
David Kalnischkies
2015-04-19
1
-1
/
+4
*
fix compile and tests error
David Kalnischkies
2014-10-13
1
-1
/
+1
*
do not inline virtual destructors with d-pointers
David Kalnischkies
2014-10-13
1
-0
/
+2
*
use HashStringList in the acquire system
David Kalnischkies
2014-05-09
1
-3
/
+5
*
follow method attribute suggestions by gcc
David Kalnischkies
2014-03-13
1
-4
/
+2
*
cleanup headers and especially #includes everywhere
David Kalnischkies
2014-03-13
1
-3
/
+3
*
warning: unused parameter ‘foo’ [-Wunused-parameter]
David Kalnischkies
2014-03-13
1
-1
/
+1
*
warning: useless cast to type A [-Wuseless-cast]
David Kalnischkies
2014-03-13
1
-6
/
+6
*
warning: extra ‘;’ [-Wpedantic]
David Kalnischkies
2014-03-13
1
-2
/
+2
*
fix -Wmissing-field-initializers warnings
David Kalnischkies
2014-03-13
1
-4
/
+4
*
fix resource leak when verification fails
Michael Vogt
2013-07-25
1
-0
/
+1
*
apt-pkg/indexcopy.cc: check for pending errors before calling fdopen()
Michael Vogt
2013-07-25
1
-1
/
+1
*
call fdopen() after FileFd was checked
Michael Vogt
2013-07-25
1
-1
/
+1
*
fail in CopyFile if the FileFds have error flag set
David Kalnischkies
2013-06-09
1
-4
/
+2
*
non-inline RunGPGV methods to restore ABI compatibility with previous version...
David Kalnischkies
2013-05-16
1
-0
/
+12
*
merged bundle from david
Michael Vogt
2013-04-08
1
-4
/
+2
|
\
|
*
various simple changes to fix cppcheck warnings
David Kalnischkies
2013-03-10
1
-4
/
+2
*
|
* apt-pkg/indexcopy.cc:
David Kalnischkies
2013-03-15
1
-120
/
+2
|
/
*
- do not create duplicated flat-archive CD-ROM sources for foreign
David Kalnischkies
2012-09-03
1
-6
/
+9
*
* apt-pkg/indexcopy.cc:
David Kalnischkies
2012-09-02
1
-4
/
+7
*
* apt-pkg/indexcopy.cc:
David Kalnischkies
2012-08-05
1
-1
/
+6
*
Fix IndexCopy::CopyPackages and TranslationsCopy::CopyTranslations to
Michael Vogt
2012-01-31
1
-2
/
+2
*
Allow the FileFd to use an external Compressor to uncompress a given file
David Kalnischkies
2011-12-13
1
-91
/
+6
*
* apt-pkg/cdrom.cc:
David Kalnischkies
2011-12-11
1
-5
/
+21
*
use getCompressors() instead of getCompressorTypes() and use it everywhere
David Kalnischkies
2011-11-24
1
-74
/
+72
*
factored out the decompressor code in IndexCopy::CopyPackages() and
Steve McIntyre
2011-11-23
1
-80
/
+94
*
merge with debian/experimental
David Kalnischkies
2011-09-13
1
-11
/
+10
|
\
|
*
fix a few more cppcheck performance and scope warnings
David Kalnischkies
2011-08-11
1
-2
/
+1
|
*
cppcheck complains about some possible speed improvements which could be
David Kalnischkies
2011-08-11
1
-9
/
+9
*
|
Support large files in the complete toolset. Indexes of this
David Kalnischkies
2011-09-13
1
-11
/
+12
*
|
reorder includes: add <config.h> if needed and include it at first
David Kalnischkies
2011-09-13
1
-2
/
+4
|
/
*
fix from David Kalnischkies for the InRelease gpg verification
Michael Vogt
2011-07-13
1
-1
/
+20
[next]