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