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
*
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
*
C++11: Switch from auto_ptr to unique_ptr
Julian Andres Klode
2015-08-13
1
-10
/
+10
*
add c++11 override marker to overridden methods
David Kalnischkies
2015-08-10
2
-5
/
+5
*
fix memory leaks reported by -fsanitize
David Kalnischkies
2015-08-10
4
-54
/
+61
*
rewrite all TFRewrite instances to use the new pkgTagSection::Write
David Kalnischkies
2015-05-11
7
-192
/
+170
*
fix 'Source' to 'Package' rename in apt-ftparchive
David Kalnischkies
2015-05-11
1
-1
/
+2
*
calculate only expected hashes in methods
David Kalnischkies
2015-04-19
2
-4
/
+4
*
reimplement the last uses of sprintf
David Kalnischkies
2015-04-10
1
-4
/
+4
*
stop displaying time of build in online help
Jérémy Bobbio
2015-03-16
1
-2
/
+1
*
merge debian/sid into debian/experimental
David Kalnischkies
2015-03-16
4
-44
/
+41
|
\
|
*
128 KiB DSC files ought to be enough for everyone
David Kalnischkies
2015-01-10
4
-44
/
+41
*
|
use the same code to detect quiet setting in all tools
David Kalnischkies
2014-11-09
1
-14
/
+5
*
|
streamline display of --help in all tools
David Kalnischkies
2014-11-09
2
-17
/
+6
*
|
promote filesize to a hashstring
David Kalnischkies
2014-10-24
2
-1
/
+7
*
|
fix: warning: extra ‘;’ [-Wpedantic]
David Kalnischkies
2014-09-27
3
-10
/
+10
*
|
fix: Member variable 'X' is not initialized in the constructor.
David Kalnischkies
2014-09-27
1
-1
/
+1
*
|
Merge branch 'debian/sid' into debian/experimental
Michael Vogt
2014-09-05
1
-33
/
+66
|
\
|
|
*
Make Packages & Sources generation optional, during Generate call
Dimitri John Ledkov
2014-09-03
1
-33
/
+66
*
|
Merge branch 'debian/sid' into debian/experimental
Michael Vogt
2014-06-18
5
-19
/
+112
|
\
|
|
*
Add compat mode for old (32bit FileSize) CacheDB (LP: #1274466)
Michael Vogt
2014-06-04
2
-11
/
+78
|
*
use free() instead of delete() when realloc is used
Michael Vogt
2014-05-27
5
-8
/
+34
*
|
deal with hashes in ftparchive more dynamic as well
David Kalnischkies
2014-05-09
4
-294
/
+195
*
|
use a std::vector instead of hardcoded array
David Kalnischkies
2014-05-08
1
-41
/
+39
|
/
*
Merge remote-tracking branch 'mvo/feature/apt-ftparchive-srccache2' into debi...
Michael Vogt
2014-05-08
1
-14
/
+4
|
\
|
*
fix regression from commit 215b0faf
Michael Vogt
2014-05-08
1
-14
/
+4
[next]