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
/
tagfile.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Parse records including empty tag names correctly
David Kalnischkies
2020-02-26
1
-3
/
+2
*
tagfile: Check out-of-bounds access to Tags vector
Julian Andres Klode
2020-02-20
1
-0
/
+8
*
tagfile: Check if memchr() returned null before using
Julian Andres Klode
2020-02-20
1
-1
/
+6
*
Follow gcc-9 -Wnoexcept suggestion for FileChunk constructor
David Kalnischkies
2019-04-16
1
-1
/
+1
*
tagfile: Remove deprecated pkgUserTagSection and TFRewrite
Julian Andres Klode
2019-02-26
1
-146
/
+2
*
Step over empty sections in TagFiles with comments
David Kalnischkies
2019-02-01
1
-2
/
+6
*
Remove obsolete RCS keywords
Guillem Jover
2018-05-07
1
-1
/
+0
*
Reformat and sort all includes with clang-format
Julian Andres Klode
2017-07-12
1
-5
/
+5
*
fix various typos reported by spellintian
David Kalnischkies
2017-01-19
1
-1
/
+1
*
TagSection: Introduce functions for looking up by key ids
Julian Andres Klode
2016-11-22
1
-10
/
+82
*
TagSection: Extract Find() methods taking Pos instead of Key
Julian Andres Klode
2016-11-22
1
-20
/
+54
*
TagSection: Split AlphaIndexes into AlphaIndexes and BetaIndexes
Julian Andres Klode
2016-11-22
1
-10
/
+12
*
TagFile: Fix off-by-one errors in comment stripping
Julian Andres Klode
2016-08-31
1
-2
/
+2
*
Switch performance critical code to use APT::StringView
Julian Andres Klode
2016-01-07
1
-21
/
+25
*
add optional support for comments in pkgTagFile
David Kalnischkies
2016-01-02
1
-41
/
+208
*
pkgTagSection::Scan: Fix read of uninitialized value
Julian Andres Klode
2015-12-29
1
-1
/
+1
*
deal with empty values properly in deb822 parser
David Kalnischkies
2015-12-27
1
-1
/
+3
*
Convert most callers of isspace() to isspace_ascii()
Julian Andres Klode
2015-12-27
1
-9
/
+9
*
tagfile: Hardcode error message for out of range integer values
Julian Andres Klode
2015-12-14
1
-4
/
+3
*
policy: Be more strict about parsing pin files, and document prio 0
Julian Andres Klode
2015-08-12
1
-1
/
+8
*
use a smaller type for flags storage in the cache
David Kalnischkies
2015-08-10
1
-0
/
+28
*
remove the compatibility markers for 4.13 abi
David Kalnischkies
2015-08-10
1
-28
/
+0
*
bring back deb822 sources.list entries as .sources
David Kalnischkies
2015-08-10
1
-0
/
+8
*
fix memory leaks reported by -fsanitize
David Kalnischkies
2015-08-10
1
-3
/
+10
*
make all d-pointer * const pointers
David Kalnischkies
2015-08-10
1
-22
/
+24
*
apply various style suggestions by cppcheck
David Kalnischkies
2015-08-10
1
-1
/
+1
*
implement a more c++-style TFRewrite alternative
David Kalnischkies
2015-05-11
1
-2
/
+146
*
sync TFRewrite*Order arrays with dpkg and dak
David Kalnischkies
2015-05-11
1
-60
/
+3
*
properly implement pkgRecord::Parser for *.deb files
David Kalnischkies
2015-03-16
1
-3
/
+3
*
restore ABI of pkgTagSection
David Kalnischkies
2014-11-08
1
-30
/
+75
*
explicit overload methods instead of adding parameters
David Kalnischkies
2014-11-08
1
-0
/
+6
*
guard const-ification API changes
David Kalnischkies
2014-11-08
1
-0
/
+4
*
do not inline virtual destructors with d-pointers
David Kalnischkies
2014-10-13
1
-0
/
+2
*
Merge branch 'debian/sid' into debian/experimental
Michael Vogt
2014-09-23
1
-1
/
+1
|
\
|
*
Ensure that iTFRewritePackageOrder is "MD5sum" to match apt-ftparchive
Michael Vogt
2014-09-21
1
-1
/
+1
*
|
Add APT::Acquire::$(host)::By-Hash=1 knob, add Acquire-By-Hash to Release file
Michael Vogt
2014-05-22
1
-0
/
+11
*
|
improve pkgTagSection scanning and parsing
David Kalnischkies
2014-05-10
1
-78
/
+131
*
|
add support for apt-get build-dep foo.dsc
Michael Vogt
2014-04-22
1
-0
/
+11
|
/
*
follow method attribute suggestions by gcc
David Kalnischkies
2014-03-13
1
-1
/
+1
*
cleanup headers and especially #includes everywhere
David Kalnischkies
2014-03-13
1
-0
/
+2
*
warning: type qualifiers ignored on function return type [-Wignored-qualifiers]
David Kalnischkies
2014-03-13
1
-1
/
+1
*
pkgTagFile: if we have seen the end, do not try to see more
David Kalnischkies
2014-01-30
1
-1
/
+5
*
"apt show" show user friendly size info
Michael Vogt
2014-01-22
1
-41
/
+43
*
make /etc/apt/preferences parser deal with comment only sections
Michael Vogt
2013-12-21
1
-2
/
+9
*
do not trust FileFd::Eof() in pkgTagFile::Fill()
David Kalnischkies
2013-09-20
1
-1
/
+1
*
do chdir("/") after chroot()
Michael Vogt
2013-08-22
1
-1
/
+1
*
Merge remote-tracking branch 'mvo/bugfix/coverity' into debian/sid
Michael Vogt
2013-08-22
1
-0
/
+10
|
\
|
*
memset() pkgTagSections data to make coverity happy
Michael Vogt
2013-08-06
1
-0
/
+10
*
|
use malloc instead of new[] in pkgTagFile
David Kalnischkies
2013-08-15
1
-15
/
+15
*
|
ensure that pkgTagFile isn't writing past Buffer length
David Kalnischkies
2013-08-15
1
-9
/
+24
|
/
[next]