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
*
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
*
Ensure /etc/apt/auth.conf has _apt:root owner
Michael Vogt
2014-10-21
1
-2
/
+10
*
fix compile and tests error
David Kalnischkies
2014-10-13
1
-3
/
+3
*
Fix backward compatiblity of the new pkgAcquireMethod::DropPrivsOrDie()
Michael Vogt
2014-10-13
1
-2
/
+3
*
do not inline virtual destructors with d-pointers
David Kalnischkies
2014-10-13
1
-0
/
+4
*
ensure partial dirs are 0700 and owned by _apt:root
David Kalnischkies
2014-10-07
1
-23
/
+55
*
Merge remote-tracking branch 'upstream/debian/experimental' into feature/acq-...
Michael Vogt
2014-09-29
1
-28
/
+23
|
\
|
*
allow fetcher setup without directory creation
David Kalnischkies
2014-09-27
1
-13
/
+17
|
*
fix: Member variable 'X' is not initialized in the constructor.
David Kalnischkies
2014-09-27
1
-15
/
+6
*
|
use pkgAcqMetaBase as the transactionManager
Michael Vogt
2014-09-17
1
-69
/
+0
*
|
make errors more consistent
Michael Vogt
2014-08-01
1
-2
/
+3
*
|
fail early (again) on gpg sig failures
Michael Vogt
2014-07-31
1
-2
/
+2
*
|
Rework TransactionID stuff
Michael Vogt
2014-07-31
1
-0
/
+3
*
|
WIP cleanup pkgAcqMetaSig
Michael Vogt
2014-07-22
1
-1
/
+0
*
|
add pkgAcquire::TransactionHasError()
Michael Vogt
2014-07-21
1
-3
/
+20
*
|
WIP transaction based update
Michael Vogt
2014-07-18
1
-0
/
+50
|
/
*
Merge branch 'debian/sid' into debian/experimental
Michael Vogt
2014-07-08
1
-0
/
+3
|
\
|
*
Do not clean "/" in pkgAcquire::Clean/pkgArchiveCleaner
Michael Vogt
2014-07-08
1
-0
/
+3
*
|
check for UnfetchedReleaseFiles when calculating the update percent value
Michael Vogt
2014-05-08
1
-4
/
+9
*
|
calculate Percent as part of pkgAcquireStatus to provide a weighted percent f...
Michael Vogt
2014-04-16
1
-17
/
+17
*
|
add Debug::acquire::progress debug option and fixme for index file loading wi...
Michael Vogt
2014-04-16
1
-0
/
+8
*
|
load the size from the metaindex into the fetcher to have even more accurate ...
Michael Vogt
2014-04-16
1
-1
/
+4
*
|
make the TotalFiles more reliable in apt-get update
Michael Vogt
2014-04-16
1
-4
/
+12
|
/
[next]