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
*
Replace APT_CONST with APT_PURE everywhere
Julian Andres Klode
2017-08-24
1
-9
/
+9
*
don't move failed pdiff indexes out of partial
David Kalnischkies
2017-07-26
1
-4
/
+1
*
don't try to rename failed pdiff patches twice
David Kalnischkies
2017-07-26
1
-2
/
+0
*
Merge pull request Debian/apt#44 from willismonroe/patch-1
Julian Andres Klode
2017-07-17
1
-1
/
+1
|
\
|
*
Minor grammar fix
M. Willis Monroe
2017-06-22
1
-1
/
+1
*
|
Reformat and sort all includes with clang-format
Julian Andres Klode
2017-07-12
1
-16
/
+16
*
|
Drop cacheiterators.h include
Julian Andres Klode
2017-07-12
1
-1
/
+0
*
|
don't expect more downloads from failed transactions
David Kalnischkies
2017-07-07
1
-0
/
+2
*
|
allow frontends to override releaseinfo change behaviour
David Kalnischkies
2017-06-28
1
-28
/
+33
*
|
show a Release-Notes URI if infos were changed
David Kalnischkies
2017-06-28
1
-0
/
+11
*
|
error in update on Release information changes
David Kalnischkies
2017-06-28
1
-5
/
+55
*
|
fail InRelease on non-404 HTTP errorcodes
David Kalnischkies
2017-06-26
1
-1
/
+5
*
|
show .diff/Index properly as ignored if we fallback
David Kalnischkies
2017-06-26
1
-95
/
+75
*
|
warn if an expected file can't be acquired
David Kalnischkies
2017-06-26
1
-3
/
+14
|
/
*
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
[next]