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-worker.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Keep URIs encoded in the acquire system
David Kalnischkies
2020-12-18
1
-13
/
+55
*
Drop pkgAcquire::Item::ModifyRetries() ABI hack
Julian Andres Klode
2020-02-26
1
-2
/
+2
*
apt-pkg: URI: Add 'explicit' to single argument constructor
Julian Andres Klode
2019-04-30
1
-1
/
+1
*
acq: worker: Move CurrentSize, TotalSize, ResumePoint to CurrentItem
Julian Andres Klode
2019-04-30
1
-9
/
+7
*
Disable deprecated methods (ftp, rsh, ssh) by default
Julian Andres Klode
2019-01-31
1
-0
/
+2
*
Drop alternative URIs we got a hash-based fail from
David Kalnischkies
2018-05-11
1
-36
/
+48
*
Remove obsolete RCS keywords
Guillem Jover
2018-05-07
1
-1
/
+0
*
Fix various typos reported by spellcheckers
David Kalnischkies
2018-05-05
1
-1
/
+1
*
require methods to request AuxRequest capability at startup
David Kalnischkies
2018-01-03
1
-45
/
+66
*
reimplement and simplify mirror:// method
David Kalnischkies
2018-01-03
1
-19
/
+6
*
allow a method to request auxiliary files
David Kalnischkies
2018-01-03
1
-1
/
+59
*
implement fallback to alternative URIs for all items
David Kalnischkies
2017-12-13
1
-7
/
+46
*
implement Acquire::Retries support for all items
David Kalnischkies
2017-12-13
1
-9
/
+25
*
Don't segfault if receiving a method warning on empty queue
Julian Andres Klode
2017-10-25
1
-1
/
+1
*
Run Proxy-Auto-Detect script from main process
Julian Andres Klode
2017-10-22
1
-0
/
+12
*
Reformat and sort all includes with clang-format
Julian Andres Klode
2017-07-12
1
-9
/
+9
*
do not generate Maximum-Size if we already have that field
David Kalnischkies
2016-12-31
1
-3
/
+5
*
Merge branch 'portability/freebsd'
Julian Andres Klode
2016-08-27
1
-2
/
+2
|
\
|
*
Make root group configurable via ROOT_GROUP
Julian Andres Klode
2016-08-26
1
-2
/
+2
*
|
do fail on weakhash/loop earlier in acquire
David Kalnischkies
2016-08-24
1
-41
/
+1
|
/
*
check internal redirections for loops, too
David Kalnischkies
2016-08-17
1
-0
/
+19
*
log with the failed item description, not with next try
David Kalnischkies
2016-08-16
1
-3
/
+4
*
allow methods to be disabled and redirected via config
David Kalnischkies
2016-08-10
1
-7
/
+24
*
detect redirection loops in acquire instead of workers
David Kalnischkies
2016-08-10
1
-0
/
+10
*
suggest transport-packages based on established namescheme
David Kalnischkies
2016-08-10
1
-2
/
+4
*
add insecure (and weak) allow-options for sources.list
David Kalnischkies
2016-06-22
1
-11
/
+5
*
better error message for insufficient hashsums
David Kalnischkies
2016-06-22
1
-3
/
+33
*
allow redirection for items without a space in the desc again
David Kalnischkies
2016-05-03
1
-8
/
+11
*
show more details for "Writing more data" errors, too
David Kalnischkies
2016-04-25
1
-5
/
+15
*
show more details for "Hash Sum mismatch" errors
David Kalnischkies
2016-04-25
1
-0
/
+3
*
stop handling items in doomed transactions
David Kalnischkies
2016-04-07
1
-52
/
+63
*
Use descriptive URIs in 104 Warning messages
Julian Andres Klode
2016-03-16
1
-1
/
+1
*
apt-pkg/acquire-worker.cc: Introduce 104 Warning message
Julian Andres Klode
2016-03-15
1
-0
/
+4
*
act on various suggestions from cppcheck
David Kalnischkies
2016-01-26
1
-17
/
+4
*
do not use _apt for file/copy sources if it isn't world-accessible
David Kalnischkies
2015-11-19
1
-1
/
+1
*
wrap every unlink call to check for != /dev/null
David Kalnischkies
2015-11-04
1
-3
/
+3
*
add ConnectionTimedOut to transient failreasons list
David Kalnischkies
2015-11-04
1
-6
/
+10
*
use std-algorithms instead of manual loops to avoid overflow warning
David Kalnischkies
2015-09-14
1
-2
/
+2
*
use unusable-for-security hashes for integrity checks
David Kalnischkies
2015-09-01
1
-0
/
+6
*
correct 'apt update' download summary line
David Kalnischkies
2015-08-27
1
-5
/
+6
*
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
-4
/
+0
*
Replace all "press enter" occurrences with "press [Enter]"
Luca Bruno
2015-08-12
1
-1
/
+1
*
enhance "hit paywall" error message to mention the probable cause
David Kalnischkies
2015-08-10
1
-4
/
+5
*
handle site-changing redirects as mirror changes
David Kalnischkies
2015-08-10
1
-16
/
+32
*
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
-9
/
+4
*
apply various style suggestions by cppcheck
David Kalnischkies
2015-08-10
1
-1
/
+1
*
call URIStart in cdrom and file method
David Kalnischkies
2015-06-15
1
-1
/
+0
*
deal better with acquiring the same URI multiple times
David Kalnischkies
2015-06-15
1
-111
/
+169
[next]