index
:
apt
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
apt-pkg
/
deb
/
debmetaindex.cc
Age
Commit message (
Expand
)
Author
Files
Lines
2015-12-27
allow repositories to forbid arch:all for specific index targets
David Kalnischkies
1
-0
/
+13
2015-12-14
show a more descriptive error for weak Release files
David Kalnischkies
1
-4
/
+15
2015-11-21
review of new/changed translatable program strings
Justin B Rye
1
-6
/
+6
2015-11-04
support arch:all data e.g. in separate Packages file
David Kalnischkies
1
-1
/
+27
2015-09-14
add by-hash sources.list option and document all of by-hash
David Kalnischkies
1
-3
/
+18
2015-09-14
avoid using global PendingError to avoid failing too often too soon
David Kalnischkies
1
-5
/
+4
2015-08-30
detect and deal with indextarget duplicates
David Kalnischkies
1
-2
/
+59
2015-08-30
implement $(NATIVE_ARCHITECTURE) substvar for indextargets
David Kalnischkies
1
-0
/
+5
2015-08-29
implement indextargets option 'DefaultEnabled'
David Kalnischkies
1
-5
/
+11
2015-08-29
use c++11 algorithms to avoid strange compiler warnings
David Kalnischkies
1
-34
/
+29
2015-08-28
implement PDiff patching for compressed files
David Kalnischkies
1
-17
/
+36
2015-08-27
sources.list and indextargets option for pdiffs
David Kalnischkies
1
-3
/
+17
2015-08-27
allow explicit dis/enable of IndexTargets in sources options
David Kalnischkies
1
-1
/
+16
2015-08-27
not all targets are deb-src targets
David Kalnischkies
1
-1
/
+1
2015-08-17
Cleanup includes after running iwyu
Michael Vogt
1
-3
/
+0
2015-08-10
add volatile sources support in libapt-pkg
David Kalnischkies
1
-29
/
+0
2015-08-10
rename 'apt-get files' to 'apt-get indextargets'
David Kalnischkies
1
-5
/
+5
2015-08-10
add c++11 override marker to overridden methods
David Kalnischkies
1
-3
/
+3
2015-08-10
allow individual targets to be kept compressed
David Kalnischkies
1
-2
/
+5
2015-08-10
implement Signed-By option for sources.list
David Kalnischkies
1
-0
/
+35
2015-08-10
add sources.list Check-Valid-Until and Valid-Until-{Max,Min} options
David Kalnischkies
1
-39
/
+95
2015-08-10
merge indexRecords into metaIndex
David Kalnischkies
1
-36
/
+195
2015-08-10
detect and error out on conflicting Trusted settings
David Kalnischkies
1
-15
/
+28
2015-08-10
support lang= and target= sources.list options
David Kalnischkies
1
-244
/
+186
2015-08-10
fix memory leaks reported by -fsanitize
David Kalnischkies
1
-1
/
+1
2015-08-10
make all d-pointer * const pointers
David Kalnischkies
1
-3
/
+3
2015-08-10
apply various style suggestions by cppcheck
David Kalnischkies
1
-1
/
+1
2015-06-16
add d-pointer, virtual destructors and de-inline de/constructors
David Kalnischkies
1
-0
/
+2
2015-06-15
implement default apt-get file --release-info mode
David Kalnischkies
1
-2
/
+2
2015-06-12
store Release files data in the Cache
David Kalnischkies
1
-2
/
+122
2015-06-11
implement 'apt-get files' to access index targets
David Kalnischkies
1
-5
/
+12
2015-06-11
use an enum instead of strings as IndexTarget::Option interface
David Kalnischkies
1
-1
/
+1
2015-06-11
use IndexTarget to get to IndexFile
David Kalnischkies
1
-42
/
+14
2015-06-11
show URI.Path in all acquire item descriptions
David Kalnischkies
1
-2
/
+2
2015-06-10
rename Calculate- to GetIndexTargets and use it as official API
David Kalnischkies
1
-22
/
+15
2015-06-10
stop using IndexTarget pointers which are never freed
David Kalnischkies
1
-9
/
+7
2015-06-10
store all targets data in IndexTarget struct
David Kalnischkies
1
-60
/
+54
2015-06-10
abstract the code to iterate over all targets a bit
David Kalnischkies
1
-94
/
+103
2015-06-09
configureable acquire targets to download additional files
David Kalnischkies
1
-167
/
+150
2015-06-09
rework hashsum verification in the acquire system
David Kalnischkies
1
-47
/
+31
2015-03-16
fix some new compiler warnings reported by gcc-5
David Kalnischkies
1
-3
/
+6
2014-11-08
mark internal interfaces as hidden
David Kalnischkies
1
-7
/
+8
2014-11-08
better non-virtual metaIndex.LocalFileName() implementation
David Kalnischkies
1
-2
/
+0
2014-11-08
use a abi version check similar to the gcc check
David Kalnischkies
1
-1
/
+1
2014-10-13
trusted=yes sources are secure, we just don't know why
David Kalnischkies
1
-3
/
+9
2014-09-17
use pkgAcqMetaBase as the transactionManager
Michael Vogt
1
-3
/
+2
2014-07-31
Rework TransactionID stuff
Michael Vogt
1
-6
/
+7
2014-07-21
Download Release first, then Release.gpg
Michael Vogt
1
-8
/
+8
2014-05-29
Fix more warnings from clang
Michael Vogt
1
-4
/
+4
2014-05-09
use HashStringList in the acquire system
David Kalnischkies
1
-1
/
+1
[next]