index
:
apt
feature/rred
main
master
Debians commandline package manager
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ftparchive
Commit message (
Expand
)
Author
Age
Files
Lines
*
Apply various suggestions by cppcheck
David Kalnischkies
2019-07-08
3
-8
/
+5
*
Adjust code for missing includes/using std::string
Julian Andres Klode
2019-06-12
1
-0
/
+1
*
Merge libapt-inst into libapt-pkg
Julian Andres Klode
2019-05-06
1
-1
/
+1
*
Fix typos reported by codespell & spellintian
David Kalnischkies
2018-08-29
2
-2
/
+2
*
Use a steady clock source for progress reporting
David Kalnischkies
2018-05-28
1
-32
/
+38
*
Remove obsolete RCS keywords
Guillem Jover
2018-05-07
12
-12
/
+0
*
Fix various typos reported by spellcheckers
David Kalnischkies
2018-05-05
1
-1
/
+1
*
avoid some useless casts reported by -Wuseless-cast
David Kalnischkies
2017-12-13
1
-4
/
+1
*
ftparchive: Do not pass through disabled hashes in Sources
Julian Andres Klode
2017-09-09
1
-0
/
+8
*
ftparchive: sort discovered filenames before writing indexes
David Kalnischkies
2017-08-04
2
-23
/
+39
*
Reformat and sort all includes with clang-format
Julian Andres Klode
2017-07-12
13
-56
/
+53
*
fix various typos reported by codespell & spellintian
David Kalnischkies
2017-07-08
1
-1
/
+1
*
Refactor to avoid loop/dangling gcc warnings
David Kalnischkies
2017-06-26
1
-8
/
+4
*
Refactor finding compressor by name to avoid code dup
David Kalnischkies
2017-06-26
1
-46
/
+33
*
apt-ftparchive: Support '.ddeb' dbgsym packages
Unit 193
2017-04-24
1
-1
/
+1
*
fix various typos reported by spellintian
David Kalnischkies
2017-01-19
2
-3
/
+3
*
CMake: Document that the globs are expanded during CMake
Julian Andres Klode
2017-01-17
1
-1
/
+3
*
apt-ftparchive: Support NotAutomatic and ButAutomaticUpgrades fields
James Clarke
2016-11-11
1
-11
/
+25
*
CMake: Handle Berkeley DB on FreeBSD
Julian Andres Klode
2016-08-26
1
-0
/
+1
*
support compression and by-hash for .diff/Index files
David Kalnischkies
2016-08-17
1
-0
/
+1
*
Get rid of the old buildsystem
Julian Andres Klode
2016-08-10
1
-21
/
+0
*
CMake: Add basic CMake build system
Julian Andres Klode
2016-08-06
1
-0
/
+10
*
use +0000 instead of UTC by default as timezone in output
David Kalnischkies
2016-07-02
1
-4
/
+8
*
Revert "travis: use gcc-5 instead of gcc(-4.8)"
David Kalnischkies
2016-06-29
1
-15
/
+12
*
Check for cached hash entries to determine which (if any) hash types
Dominic Benson
2016-06-20
1
-1
/
+18
*
look into the right textdomain for apt-utils again
David Kalnischkies
2016-05-28
1
-2
/
+0
*
avoid changing the global LC_TIME for Release writing
David Kalnischkies
2016-05-28
1
-17
/
+12
*
prevent C++ locale number formatting in text APIs
David Kalnischkies
2016-05-27
1
-3
/
+3
*
ftparchive: Support writing Signed-By fields
Julian Andres Klode
2016-05-01
1
-0
/
+1
*
add dep11 files to default Release patterns
David Kalnischkies
2016-04-25
1
-0
/
+4
*
include all compressed Packages/Sources files in Release file
David Kalnischkies
2016-01-08
1
-8
/
+2
*
drop some needlessly public declarations in libapt-private
David Kalnischkies
2015-11-29
1
-2
/
+2
*
use function pointers instead of weak symbols for cmdline parsing
David Kalnischkies
2015-11-29
1
-1
/
+1
*
apply various suggestions made by cppcheck
David Kalnischkies
2015-11-05
3
-6
/
+6
*
wrap every unlink call to check for != /dev/null
David Kalnischkies
2015-11-04
3
-9
/
+4
*
support arch:all data e.g. in separate Packages file
David Kalnischkies
2015-11-04
3
-49
/
+67
*
reenable gcc warnings for deprecated functions
David Kalnischkies
2015-11-04
2
-3
/
+4
*
revamp all tools help messages
David Kalnischkies
2015-11-04
1
-7
/
+7
*
deal with --version more centrally
David Kalnischkies
2015-11-04
1
-6
/
+1
*
move apts cmdline helper type into -private
David Kalnischkies
2015-11-04
1
-3
/
+2
*
generate commands array after config is loaded
David Kalnischkies
2015-11-04
1
-8
/
+10
*
deduplicate main methods
David Kalnischkies
2015-11-04
1
-31
/
+5
*
split up help messages for simpler reuse
David Kalnischkies
2015-11-04
1
-15
/
+17
*
add --sha512 option + documentation for apt-ftparchive
David Kalnischkies
2015-09-14
1
-0
/
+1
*
use APT::FTPArchive hash settings as default for APT::FPArchive::$filetype
David Kalnischkies
2015-09-14
1
-1
/
+1
*
do not generate bogus hashes if hash is disabled in apt-ftparchive
David Kalnischkies
2015-09-14
1
-4
/
+9
*
Set APT::FTPArchive::DoByHash to false by default
Michael Vogt
2015-09-07
1
-3
/
+3
*
Ensure that no by-hash file for "Release/InRelease is written"
Michael Vogt
2015-09-07
1
-1
/
+3
*
Add support for writing by-hash dirs in apt-ftparchive
Michael Vogt
2015-09-04
4
-2
/
+153
*
Replace UINT_MAX with std::numeric_limits<unsigned int>::max()
Julian Andres Klode
2015-08-14
1
-2
/
+3
[next]