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
/
acquire-item.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix mistake in CHANGEPATH comment example
Julian Andres Klode
2017-03-13
1
-1
/
+1
*
fix various typos reported by spellintian
David Kalnischkies
2017-01-19
1
-2
/
+2
*
get pdiff files from the same mirror as the index
David Kalnischkies
2016-11-25
1
-14
/
+38
*
show distribution mismatch for changed codenames
David Kalnischkies
2016-11-11
1
-0
/
+8
*
don't warn if untransformed distribution matches
David Kalnischkies
2016-11-11
1
-37
/
+8
*
rename Checksum-FileSize to Filesize in hashsum mismatch
David Kalnischkies
2016-11-09
1
-14
/
+17
*
keep Release.gpg on untrusted to trusted IMS-Hit
David Kalnischkies
2016-11-02
1
-3
/
+9
*
acquire: Use priority queues and a 3 stage pipeline design
Julian Andres Klode
2016-09-02
1
-0
/
+22
*
randomize acquire order for same type index files
David Kalnischkies
2016-08-29
1
-0
/
+18
*
Merge branch 'portability/freebsd'
Julian Andres Klode
2016-08-27
1
-4
/
+5
|
\
|
*
Make root group configurable via ROOT_GROUP
Julian Andres Klode
2016-08-26
1
-1
/
+1
|
*
changelog: Respect Dir setting for local changelog getting
Julian Andres Klode
2016-08-26
1
-1
/
+2
|
*
Make directory paths configurable
Julian Andres Klode
2016-08-26
1
-1
/
+1
|
*
Use C locale instead of C.UTF-8 for protocol strings
Julian Andres Klode
2016-08-26
1
-1
/
+1
*
|
do fail on weakhash/loop earlier in acquire
David Kalnischkies
2016-08-24
1
-2
/
+1
|
/
*
support compression and by-hash for .diff/Index files
David Kalnischkies
2016-08-17
1
-41
/
+47
*
support getting only-uncompressed files via by-hash
David Kalnischkies
2016-08-17
1
-0
/
+2
*
set the correct item FileSize in by-hash case
David Kalnischkies
2016-08-17
1
-4
/
+3
*
retry without same redirection mirror on 404 errors
David Kalnischkies
2016-08-17
1
-1
/
+21
*
check internal redirections for loops, too
David Kalnischkies
2016-08-17
1
-0
/
+3
*
detect redirection loops in acquire instead of workers
David Kalnischkies
2016-08-10
1
-19
/
+50
*
prevent C++ locale number formatting in text APIs (try 2)
David Kalnischkies
2016-07-30
1
-1
/
+1
*
rred: truncate result file before writing to it
David Kalnischkies
2016-07-27
1
-13
/
+17
*
verify hash of input file in rred
David Kalnischkies
2016-07-26
1
-3
/
+6
*
allow arch=all to override No-Support-for-Architecture-all
David Kalnischkies
2016-07-22
1
-2
/
+1
*
use +0000 instead of UTC by default as timezone in output
David Kalnischkies
2016-07-02
1
-4
/
+4
*
imbue .diff/Index parsing with C.UTF-8 as well
David Kalnischkies
2016-06-27
1
-0
/
+5
*
add insecure (and weak) allow-options for sources.list
David Kalnischkies
2016-06-22
1
-9
/
+43
*
add [weak] tag to hash errors to indicate insufficiency
David Kalnischkies
2016-06-22
1
-2
/
+13
*
better error message for insufficient hashsums
David Kalnischkies
2016-06-22
1
-1
/
+7
*
generalize secure->insecure downgrade protection
David Kalnischkies
2016-06-22
1
-49
/
+59
*
handle weak-security repositories as unauthenticated
David Kalnischkies
2016-06-22
1
-17
/
+50
*
fix two typos in untranslated errors of libapt-pkg
David Kalnischkies
2016-05-24
1
-3
/
+3
*
implement Fallback-Of for IndexTargets
David Kalnischkies
2016-05-08
1
-1
/
+13
*
don't construct MetaIndex acquire items with IndexTargets
David Kalnischkies
2016-05-07
1
-44
/
+38
*
delay progress until Release files are downloaded
David Kalnischkies
2016-05-07
1
-12
/
+11
*
TransactionManager can never be a nullptr
David Kalnischkies
2016-05-07
1
-18
/
+11
*
fix same-mirror redirection for Release{,.gpg} pair
David Kalnischkies
2016-05-07
1
-2
/
+2
*
don't show NO_PUBKEY warning if repo is signed by another key
David Kalnischkies
2016-05-01
1
-19
/
+2
*
use the same redirection mirror for all index files
David Kalnischkies
2016-04-25
1
-0
/
+24
*
show more details for "Writing more data" errors, too
David Kalnischkies
2016-04-25
1
-21
/
+42
*
show more details for "Hash Sum mismatch" errors
David Kalnischkies
2016-04-25
1
-13
/
+47
*
sanify unused ReportMirrorFailure a tiny bit
David Kalnischkies
2016-04-25
1
-62
/
+68
*
ensure outdated files are dropped without lists-cleanup
David Kalnischkies
2016-04-14
1
-3
/
+51
*
silently skip acquire of empty index files
David Kalnischkies
2016-04-14
1
-3
/
+9
*
fix Alt-Filename handling of file method
David Kalnischkies
2016-04-14
1
-5
/
+4
*
stop handling items in doomed transactions
David Kalnischkies
2016-04-07
1
-0
/
+8
*
ensure transaction states are changed only once
David Kalnischkies
2016-04-07
1
-10
/
+29
*
refactor loading of previous release file
David Kalnischkies
2016-03-19
1
-66
/
+29
*
Get accurate progress reporting in apt update again
Michael Vogt
2016-03-16
1
-0
/
+4
[next]