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
*
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
|
\
|
*
Merge branch 'debian/sid' into debian/experimental
Michael Vogt
2014-09-29
2
-36
/
+65
|
|
\
|
|
*
Merge remote-tracking branch 'donkult/feature/generalize-gzipindex' into debi...
Michael Vogt
2014-09-26
2
-37
/
+67
|
|
|
\
|
|
|
*
generalize Acquire::GzipIndex
Michael Vogt
2014-09-21
2
-37
/
+67
|
*
|
|
replace c-string Mode with c++-string ActiveSubprocess
David Kalnischkies
2014-09-28
2
-4
/
+55
|
*
|
|
allow options between command and -- on commandline
David Kalnischkies
2014-09-28
1
-8
/
+11
|
*
|
|
allow fetcher setup without directory creation
David Kalnischkies
2014-09-27
2
-14
/
+21
|
*
|
|
store source name and version in binary cache
David Kalnischkies
2014-09-27
5
-11
/
+65
|
*
|
|
fix: The class 'pkgSourceList' defines member variable with name 'SrcList' al...
David Kalnischkies
2014-09-27
1
-4
/
+0
|
*
|
|
fix: Prefer prefix ++/-- operators for non-primitive types
David Kalnischkies
2014-09-27
2
-5
/
+5
|
*
|
|
fix: Consecutive return, break, continue, goto or throw statements are unnece...
David Kalnischkies
2014-09-27
1
-3
/
+1
|
*
|
|
add and use 'apt-key verify' which prefers gpgv over gpg
David Kalnischkies
2014-09-27
1
-2
/
+1
|
*
|
|
add --readonly option for apt-key adv
David Kalnischkies
2014-09-27
1
-0
/
+1
|
*
|
|
use apt-key adv (+ gnupg) instead of gpgv for verify
David Kalnischkies
2014-09-27
1
-45
/
+18
|
*
|
|
fix: warning: extra ‘;’ [-Wpedantic]
David Kalnischkies
2014-09-27
2
-3
/
+3
|
*
|
|
fix: Member variable 'X' is not initialized in the constructor.
David Kalnischkies
2014-09-27
10
-26
/
+23
|
*
|
|
fix occurrence typo in tagfile comment
David Kalnischkies
2014-09-27
1
-1
/
+1
|
*
|
|
add an API for cache filters/matcher
David Kalnischkies
2014-09-27
2
-52
/
+209
|
*
|
|
move PCI::From* methods into CacheSetHelper class
David Kalnischkies
2014-09-27
2
-87
/
+139
|
*
|
|
rework cachesets API to allow future extension
David Kalnischkies
2014-09-27
2
-144
/
+484
|
*
|
|
add APT::PackageUniverse as a pkgCache wrapper
David Kalnischkies
2014-09-27
1
-0
/
+38
[next]