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
Commit message (
Expand
)
Author
Age
Files
Lines
*
do not inline virtual destructors with d-pointers
David Kalnischkies
2014-10-13
18
-29
/
+43
*
display a warning for unsigned repos
David Kalnischkies
2014-10-13
1
-0
/
+4
*
make --allow-insecure-repositories message an error
David Kalnischkies
2014-10-13
1
-3
/
+3
*
remove useless pdiff filename output
David Kalnischkies
2014-10-10
1
-4
/
+3
*
Only rename StatError files in AbortTransaction()
Michael Vogt
2014-10-08
1
-4
/
+7
*
pkgAcqArchive::QueueNext(): change owner/permission of DestFile
Michael Vogt
2014-10-08
1
-1
/
+1
*
Merge remote-tracking branch 'mvo/feature/expected-size' into debian/experime...
Michael Vogt
2014-10-08
5
-29
/
+46
|
\
|
*
Merge remote-tracking branch 'donkult/feature/acq-trans' into feature/expecte...
Michael Vogt
2014-10-08
1
-1
/
+4
|
|
\
|
*
|
Send "Fail-Reason: MaximumSizeExceeded" from the method
Michael Vogt
2014-10-07
1
-1
/
+5
|
*
|
Add new Acquire::MaxReleaseFileSize=10*1000*1000 option
Michael Vogt
2014-10-07
2
-28
/
+29
|
*
|
Merge branch 'feature/acq-trans' into feature/expected-size
Michael Vogt
2014-10-07
9
-1073
/
+1300
|
|
\
\
|
*
|
|
make expected-size a maximum-size check as this is what we want at this point
Michael Vogt
2014-10-07
3
-6
/
+11
|
*
|
|
make http size check work
Michael Vogt
2014-10-06
65
-1352
/
+2835
|
|
\
\
\
|
*
|
|
|
Pass ExpectedSize to tthe backend method
Michael Vogt
2014-08-26
3
-0
/
+7
*
|
|
|
|
Merge remote-tracking branch 'mvo/feature/acq-trans' into debian/experimental
Michael Vogt
2014-10-08
10
-1074
/
+1304
|
\
\
\
\
\
|
|
|
_
|
_
|
/
|
|
/
|
|
|
|
*
|
|
|
do not show IP in output of testcases
David Kalnischkies
2014-10-07
1
-1
/
+4
|
|
|
_
|
/
|
|
/
|
|
|
*
|
|
Merge remote-tracking branch 'upstream/debian/experimental' into feature/acq-...
Michael Vogt
2014-10-07
27
-300
/
+423
|
|
\
\
\
|
|
|
|
/
|
|
|
/
|
|
*
|
|
UpperCase some functions for consistency
Michael Vogt
2014-10-07
1
-25
/
+25
|
*
|
|
display errortext for all Err as well as Ign logs
David Kalnischkies
2014-10-07
1
-41
/
+36
|
*
|
|
use _apt:root only for partial directories
David Kalnischkies
2014-10-07
3
-59
/
+84
|
*
|
|
ensure partial dirs are 0700 and owned by _apt:root
David Kalnischkies
2014-10-07
3
-31
/
+70
|
*
|
|
fixup foldmarkers in acquire-item.cc
David Kalnischkies
2014-10-07
1
-91
/
+51
|
*
|
|
fix warnings
Michael Vogt
2014-10-06
1
-3
/
+3
|
*
|
|
rename StopAuthentication -> CheckStopAuthentication and make it protected
Michael Vogt
2014-10-06
2
-9
/
+11
|
*
|
|
rename AuthDone() -> CheckAuthDone()
Michael Vogt
2014-10-06
2
-6
/
+4
|
*
|
|
cleanup pkgAcq*::Failed()
Michael Vogt
2014-10-06
2
-72
/
+54
|
*
|
|
add missing TransactionStageCopy() in pkgAcqDiffIndex::Done()
Michael Vogt
2014-10-06
1
-12
/
+5
|
*
|
|
Rework pkgAcqMeta{Index,Sig,ClearSig}::Done() for readability
Michael Vogt
2014-10-06
2
-209
/
+127
|
*
|
|
fix incorrect docstrings for AcqMetaBase::TransactionStageRemoval/AcqMetaBase...
Michael Vogt
2014-10-06
1
-2
/
+2
|
*
|
|
add new "SetActiveSubprocess()
Michael Vogt
2014-10-06
2
-46
/
+25
|
*
|
|
really do not download Release if InRelease does not verify
Michael Vogt
2014-10-03
1
-20
/
+24
|
*
|
|
cleanup around pkgAcqMetaSig and improved tests
Michael Vogt
2014-10-02
2
-47
/
+47
|
*
|
|
add a bunch of docstrings etc
Michael Vogt
2014-10-02
2
-14
/
+40
|
*
|
|
fix crash
Michael Vogt
2014-10-02
2
-11
/
+14
|
*
|
|
donkults fixes
Michael Vogt
2014-10-02
2
-40
/
+37
|
*
|
|
Cleanup pkgAcqIndex
Michael Vogt
2014-10-02
2
-135
/
+171
|
*
|
|
refactor and add pkgAcqIndex::ValidateFile()
Michael Vogt
2014-10-01
2
-25
/
+39
|
*
|
|
fix leftover files from Acquire::GzipIndex
Michael Vogt
2014-10-01
1
-1
/
+1
|
*
|
|
hack around test-apt-update-unauth failure
Michael Vogt
2014-10-01
1
-0
/
+9
|
*
|
|
update test/integration/test-releasefile-verification
Michael Vogt
2014-10-01
1
-9
/
+9
|
*
|
|
Use Acquire::Allow{InsecureRepositories,DowngradeToInsecureRepositories}
Michael Vogt
2014-10-01
2
-11
/
+28
|
*
|
|
add verify for the .diff/Index download and add FIXME for pkgAcqIndexDiffs/pk...
Michael Vogt
2014-10-01
1
-0
/
+19
|
*
|
|
cleanup
Michael Vogt
2014-09-29
2
-31
/
+54
|
*
|
|
fix DestFile ext
Michael Vogt
2014-09-29
1
-1
/
+1
|
*
|
|
refactor
Michael Vogt
2014-09-29
2
-37
/
+33
|
*
|
|
Adjust DestFile in ReverifyAfterIMS() to not include compr Extension
Michael Vogt
2014-09-29
2
-1
/
+8
|
*
|
|
Merge remote-tracking branch 'upstream/debian/experimental' into feature/acq-...
Michael Vogt
2014-09-29
35
-642
/
+1383
|
|
\
\
\
|
*
|
|
|
test fixes
Michael Vogt
2014-09-26
1
-20
/
+21
|
*
|
|
|
Do not allow going from authenticated to unauthenticated repo
Michael Vogt
2014-09-26
2
-86
/
+141
|
*
|
|
|
Print warning for unauthenticated repositories
Michael Vogt
2014-09-26
1
-0
/
+4
[next]