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
*
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
|
/
*
follow method attribute suggestions by gcc
David Kalnischkies
2014-03-13
1
-3
/
+3
*
cleanup headers and especially #includes everywhere
David Kalnischkies
2014-03-13
1
-0
/
+6
*
warning: extra ‘;’ [-Wpedantic]
David Kalnischkies
2014-03-13
1
-1
/
+1
*
Fix typos in documentation (codespell)
Michael Vogt
2014-02-22
1
-3
/
+3
*
* apt-pkg/acquire*.cc:
Raphael Geissert
2012-05-14
1
-5
/
+34
*
use a static FileFd::Write overload to reduce duplication of write()-retry code
David Kalnischkies
2012-04-11
1
-15
/
+1
*
* apt-pkg/acquire-worker.cc:
David Kalnischkies
2012-03-20
1
-1
/
+17
*
fix a bunch of cppcheck "(warning) Member variable '<#>' is not
David Kalnischkies
2012-03-04
1
-1
/
+1
*
merge with debian/sid
David Kalnischkies
2011-09-13
1
-0
/
+4
|
\
|
*
* apt-pkg/acquire.cc:
David Kalnischkies
2011-08-22
1
-0
/
+4
*
|
merge with debian/experimental
David Kalnischkies
2011-09-13
1
-11
/
+13
|
\
\
|
*
\
merged from lp:~mvo/apt/mvo
Michael Vogt
2011-08-15
1
-1
/
+3
|
|
\
\
|
|
*
|
* apt-pkg/acquire.cc:
Michael Vogt
2011-08-09
1
-1
/
+3
|
*
|
|
merged from the debian-sid branch
Michael Vogt
2011-08-15
1
-10
/
+10
|
|
\
\
\
|
|
|
/
/
|
|
/
|
/
|
|
|
/
|
|
*
cppcheck complains about some possible speed improvements which could be
David Kalnischkies
2011-08-11
1
-10
/
+10
*
|
|
reorder includes: add <config.h> if needed and include it at first
David Kalnischkies
2011-09-13
1
-2
/
+4
|
/
/
*
|
replace the last standing double's with long long
David Kalnischkies
2011-07-14
1
-5
/
+4
*
|
* apt-pkg/acquire*.{cc,h}:
David Kalnischkies
2011-07-05
1
-1
/
+1
[next]