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-item.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
allow repositories to forbid arch:all for specific index targets
David Kalnischkies
2015-12-27
1
-3
/
+7
*
show a more descriptive error for weak Release files
David Kalnischkies
2015-12-14
1
-0
/
+10
*
parse .diff/Index hashes in reverse order
David Kalnischkies
2015-12-13
1
-3
/
+11
*
use @CHANGEPATH@ as placeholder in changelog URI templates
David Kalnischkies
2015-12-02
1
-2
/
+2
*
slightly rephrase notice shown for insecure repositories
Justin B Rye
2015-11-25
1
-1
/
+1
*
review of new/changed translatable program strings
Justin B Rye
2015-11-21
1
-5
/
+5
*
do not sent Last-Modified if we expect a changed file
David Kalnischkies
2015-11-21
1
-4
/
+12
*
"support" unsigned Release files without hashes again
David Kalnischkies
2015-11-05
1
-3
/
+4
*
apply various suggestions made by cppcheck
David Kalnischkies
2015-11-05
1
-8
/
+4
*
wrap every unlink call to check for != /dev/null
David Kalnischkies
2015-11-04
1
-14
/
+0
*
support arch:all data e.g. in separate Packages file
David Kalnischkies
2015-11-04
1
-0
/
+26
*
centralize unlink checks in acquire-item
David Kalnischkies
2015-11-04
1
-16
/
+30
*
do not cleanup .diff/Index files on Hit
David Kalnischkies
2015-11-04
1
-0
/
+3
*
refer to apt-secure(8) in unsecure repositories warning
David Kalnischkies
2015-11-04
1
-1
/
+1
*
rework errors and warnings around insecure repositories
David Kalnischkies
2015-11-04
1
-22
/
+39
*
unbreak the copy-method claiming hashsum mismatch since ~exp9
David Kalnischkies
2015-11-04
1
-13
/
+22
*
fallback to well-known URI if by-hash fails
David Kalnischkies
2015-09-14
1
-36
/
+50
*
add by-hash sources.list option and document all of by-hash
David Kalnischkies
2015-09-14
1
-8
/
+5
*
avoid using global PendingError to avoid failing too often too soon
David Kalnischkies
2015-09-14
1
-2
/
+2
*
ignore for _apt inaccessible TMPDIR in pkgAcqChangelog
David Kalnischkies
2015-08-31
1
-2
/
+2
*
implement PDiff patching for compressed files
David Kalnischkies
2015-08-28
1
-72
/
+146
*
sources.list and indextargets option for pdiffs
David Kalnischkies
2015-08-27
1
-1
/
+1
*
use always priv-dropping for changelog download as root
David Kalnischkies
2015-08-27
1
-0
/
+4
*
Fix all the wrong removals of includes that iwyu got wrong
Michael Vogt
2015-08-17
1
-0
/
+1
*
Cleanup includes after running iwyu
Michael Vogt
2015-08-17
1
-2
/
+0
*
drop extra newline in 'Failed to fetch' and 'GPG error' message
David Kalnischkies
2015-08-10
1
-1
/
+1
*
enhance "hit paywall" error message to mention the probable cause
David Kalnischkies
2015-08-10
1
-46
/
+44
*
handle site-changing redirects as mirror changes
David Kalnischkies
2015-08-10
1
-3
/
+1
*
skip .diff/Index acquire if Release file was a hit
David Kalnischkies
2015-08-10
1
-0
/
+6
*
add c++11 override marker to overridden methods
David Kalnischkies
2015-08-10
1
-2
/
+2
*
allow individual targets to be kept compressed
David Kalnischkies
2015-08-10
1
-7
/
+7
*
implement Signed-By option for sources.list
David Kalnischkies
2015-08-10
1
-1
/
+14
*
add sources.list Check-Valid-Until and Valid-Until-{Max,Min} options
David Kalnischkies
2015-08-10
1
-2
/
+2
*
merge indexRecords into metaIndex
David Kalnischkies
2015-08-10
1
-53
/
+60
*
fix memory leaks reported by -fsanitize
David Kalnischkies
2015-08-10
1
-24
/
+33
*
make all d-pointer * const pointers
David Kalnischkies
2015-08-10
1
-13
/
+13
*
apply various style suggestions by cppcheck
David Kalnischkies
2015-08-10
1
-18
/
+18
*
add d-pointer, virtual destructors and de-inline de/constructors
David Kalnischkies
2015-06-16
1
-1
/
+10
*
show item ID in Hit, Ign and Err lines as well
David Kalnischkies
2015-06-15
1
-1
/
+1
*
call URIStart in cdrom and file method
David Kalnischkies
2015-06-15
1
-9
/
+4
*
deal better with acquiring the same URI multiple times
David Kalnischkies
2015-06-15
1
-16
/
+9
*
provide a public interface for acquiring changelogs
David Kalnischkies
2015-06-15
1
-0
/
+211
*
store Release files data in the Cache
David Kalnischkies
2015-06-12
1
-3
/
+3
*
use IndexTarget to get to IndexFile
David Kalnischkies
2015-06-11
1
-9
/
+0
*
stop using IndexTarget pointers which are never freed
David Kalnischkies
2015-06-10
1
-84
/
+83
*
store all targets data in IndexTarget struct
David Kalnischkies
2015-06-10
1
-3
/
+12
*
remove debianism file-content verification
David Kalnischkies
2015-06-09
1
-37
/
+2
*
do not request files if we expect an IMS hit
David Kalnischkies
2015-06-09
1
-27
/
+50
*
cleanup pdiff support detection decision
David Kalnischkies
2015-06-09
1
-40
/
+45
*
support hashes for compressed pdiff files
David Kalnischkies
2015-06-09
1
-12
/
+60
[next]