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