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.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace APT_CONST with APT_PURE everywhere
Julian Andres Klode
2017-08-24
1
-3
/
+3
*
don't hang if multiple sources use unavailable method
David Kalnischkies
2017-08-04
1
-3
/
+6
*
allow the auth.conf to be root:root owned
David Kalnischkies
2017-07-26
1
-15
/
+0
*
send weak-only hashes to methods
David Kalnischkies
2017-07-26
1
-15
/
+8
*
Reformat and sort all includes with clang-format
Julian Andres Klode
2017-07-12
1
-13
/
+13
*
allow frontends to override releaseinfo change behaviour
David Kalnischkies
2017-06-28
1
-1
/
+30
*
Avoid chdir in acquire clean with unlinkat
David Kalnischkies
2017-06-26
1
-32
/
+24
*
Only merge acquire items with the same meta key
Julian Andres Klode
2017-01-28
1
-1
/
+17
*
remove 'old' FAILED files in the next acquire call
David Kalnischkies
2017-01-19
1
-0
/
+6
*
reword "Can't drop priv" warning message
David Kalnischkies
2016-12-16
1
-2
/
+2
*
get pdiff files from the same mirror as the index
David Kalnischkies
2016-11-25
1
-1
/
+1
*
acquire: Use priority queues and a 3 stage pipeline design
Julian Andres Klode
2016-09-02
1
-4
/
+32
*
Merge branch 'portability/freebsd'
Julian Andres Klode
2016-08-27
1
-3
/
+3
|
\
|
*
Make root group configurable via ROOT_GROUP
Julian Andres Klode
2016-08-26
1
-2
/
+2
|
*
Use C locale instead of C.UTF-8 for protocol strings
Julian Andres Klode
2016-08-26
1
-1
/
+1
*
|
improve code & doc for aquire weak/loop failing
David Kalnischkies
2016-08-24
1
-6
/
+6
*
|
do fail on weakhash/loop earlier in acquire
David Kalnischkies
2016-08-24
1
-3
/
+56
|
/
*
prevent C++ locale number formatting in text APIs (try 3)
David Kalnischkies
2016-08-23
1
-2
/
+5
*
prevent C++ locale number formatting in text APIs
David Kalnischkies
2016-05-27
1
-7
/
+3
*
fix and document on the fly compressor config
David Kalnischkies
2016-05-27
1
-1
/
+1
*
delay progress until Release files are downloaded
David Kalnischkies
2016-05-07
1
-8
/
+5
*
make random acquire queues work less random
David Kalnischkies
2016-04-25
1
-8
/
+22
*
Get accurate progress reporting in apt update again
Michael Vogt
2016-03-16
1
-13
/
+18
*
always download changelogs into /tmp first
David Kalnischkies
2016-02-11
1
-1
/
+1
*
revert file-hash based action-merging in acquire
David Kalnischkies
2016-01-15
1
-2
/
+1
*
acquire: Allow parallelizing methods without hosts
Julian Andres Klode
2016-01-07
1
-2
/
+22
*
Use 0llu instead of 0ull in one place too
Julian Andres Klode
2015-12-07
1
-1
/
+1
*
Avoid overflow when summing up file sizes
Julian Andres Klode
2015-12-07
1
-3
/
+3
*
Check if the Apt::Sandbox::User exists in CheckDropPrivsMustBeDisabled()
Michael Vogt
2015-11-27
1
-0
/
+4
*
Deal with killed acquire methods properly instead of hanging
Michael Vogt
2015-11-27
1
-5
/
+16
*
ignore lost+found in private directory cleanup
David Kalnischkies
2015-11-19
1
-0
/
+1
*
do not use _apt for file/copy sources if it isn't world-accessible
David Kalnischkies
2015-11-19
1
-29
/
+84
*
wrap every unlink call to check for != /dev/null
David Kalnischkies
2015-11-04
1
-4
/
+4
*
use std-algorithms instead of manual loops to avoid overflow warning
David Kalnischkies
2015-09-14
1
-19
/
+24
*
fix 'Dead assignment' by dropping unneeded boolean
David Kalnischkies
2015-09-14
1
-3
/
+1
*
avoid using global PendingError to avoid failing too often too soon
David Kalnischkies
2015-09-14
1
-7
/
+8
*
improve CheckDropPrivsMustBeDisabled further
David Kalnischkies
2015-09-01
1
-8
/
+22
*
if file is inaccessible for _apt, disable privilege drop in acquire
David Kalnischkies
2015-08-31
1
-0
/
+51
*
Fix all the wrong removals of includes that iwyu got wrong
Michael Vogt
2015-08-17
1
-0
/
+2
*
Cleanup includes after running iwyu
Michael Vogt
2015-08-17
1
-3
/
+0
*
make all d-pointer * const pointers
David Kalnischkies
2015-08-10
1
-2
/
+2
*
apply various style suggestions by cppcheck
David Kalnischkies
2015-08-10
1
-2
/
+2
*
add d-pointer, virtual destructors and de-inline de/constructors
David Kalnischkies
2015-06-16
1
-0
/
+9
*
allow ratelimiting progress reporting for testcases
David Kalnischkies
2015-06-15
1
-5
/
+9
*
condense parallel requests with the same hashes to one
David Kalnischkies
2015-06-15
1
-1
/
+4
*
deal better with acquiring the same URI multiple times
David Kalnischkies
2015-06-15
1
-16
/
+110
*
create our cache and lib directory always with mode 755
David Kalnischkies
2014-11-18
1
-2
/
+5
*
use pkgAcquire::GetLock instead of own code
David Kalnischkies
2014-11-09
1
-0
/
+2
*
chown finished partial files earlier
David Kalnischkies
2014-10-23
1
-15
/
+25
*
check that auth.conf exists before chowning it
David Kalnischkies
2014-10-22
1
-3
/
+4
[next]