index
:
apt
feature/rred
main
master
Debians commandline package manager
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
methods
Commit message (
Expand
)
Author
Age
Files
Lines
*
methods/ftp: Cope with weird PASV responses
Julian Andres Klode
2016-06-27
1
-2
/
+15
*
http: don't hang on redirect with length + connection close
David Kalnischkies
2016-06-15
1
-4
/
+4
*
ignore std::locale exeception on non-existent "" locale
David Kalnischkies
2016-06-02
1
-1
/
+5
*
use std::locale::global instead of setlocale
David Kalnischkies
2016-05-28
20
-77
/
+24
*
prevent C++ locale number formatting in text APIs
David Kalnischkies
2016-05-27
2
-3
/
+3
*
gpgv: show always webportal error on NODATA
David Kalnischkies
2016-05-08
1
-12
/
+21
*
support multiple fingerprints in signed-by
David Kalnischkies
2016-05-01
1
-13
/
+17
*
gpgv: cleanup statusfd parsing a bit
David Kalnischkies
2016-05-01
1
-57
/
+45
*
don't show NO_PUBKEY warning if repo is signed by another key
David Kalnischkies
2016-05-01
1
-4
/
+4
*
gpgv: handle expired sig as worthless
David Kalnischkies
2016-05-01
1
-0
/
+7
*
gpgv: use EXPKEYSIG instead of KEYEXPIRED
David Kalnischkies
2016-05-01
1
-3
/
+3
*
refactored no_proxy code to work regardless of where https proxy is set
Patrick Cable
2016-04-27
1
-6
/
+6
*
don't ask server if we have entire file in partial/
David Kalnischkies
2016-04-25
1
-24
/
+54
*
allow uncompressed files to be empty in store again
David Kalnischkies
2016-04-14
1
-1
/
+1
*
fix Alt-Filename handling of file method
David Kalnischkies
2016-04-14
1
-1
/
+1
*
Allow lowering trust level of a hash via config
Julian Andres Klode
2016-03-28
1
-12
/
+12
*
handle gpgv's weak-digests ERRSIG
David Kalnischkies
2016-03-22
1
-7
/
+50
*
properly check for "all good sigs are weak"
David Kalnischkies
2016-03-21
1
-9
/
+14
*
Make the weak signature message less ambigious
Julian Andres Klode
2016-03-16
1
-1
/
+1
*
methods/gpgv: Rewrite error handling and message
Julian Andres Klode
2016-03-16
1
-19
/
+50
*
methods/gpgv: Warn about SHA1 (and RIPEMD-160)
Julian Andres Klode
2016-03-15
1
-3
/
+29
*
apt-pkg/acquire-worker.cc: Introduce 104 Warning message
Julian Andres Klode
2016-03-15
1
-0
/
+8
*
methods/gpgv: Correctly handle weak signatures with multiple keys
Julian Andres Klode
2016-03-15
1
-1
/
+6
*
methods/gpgv: Reject weak digest algorithms
Julian Andres Klode
2016-03-14
1
-0
/
+16
*
Revert "Handle ERRSIG in the gpgv method like BADSIG"
Julian Andres Klode
2016-03-14
1
-7
/
+0
*
Handle ERRSIG in the gpgv method like BADSIG
Julian Andres Klode
2016-03-14
1
-0
/
+7
*
rred: If there were I/O errors, fail
Julian Andres Klode
2016-02-04
1
-0
/
+5
*
act on various suggestions from cppcheck
David Kalnischkies
2016-01-26
2
-1
/
+6
*
Only enable pipelining if server is HTTP/1.1
Julian Andres Klode
2016-01-12
2
-1
/
+10
*
allow pdiff bootstrap from all supported compressors
David Kalnischkies
2016-01-08
1
-2
/
+2
*
use one 'store' method to rule all (de)compressors
David Kalnischkies
2016-01-08
2
-37
/
+45
*
rred: Run in parallel
Julian Andres Klode
2016-01-07
1
-1
/
+1
*
Do not remove a not working SrvRecords server twice
Michael Vogt
2016-01-05
1
-3
/
+1
*
rred: Use buffered writes
Julian Andres Klode
2015-12-27
1
-3
/
+7
*
rred: Only call pkgInitConfig() in test mode
Julian Andres Klode
2015-12-27
1
-2
/
+2
*
Convert most callers of isspace() to isspace_ascii()
Julian Andres Klode
2015-12-27
3
-2
/
+5
*
rred: Allow passing files as arguments for compressor testing
Julian Andres Klode
2015-12-26
1
-2
/
+14
*
disable privilege dropping for rsh/ssh method by default
David Kalnischkies
2015-11-28
1
-0
/
+4
*
fix program name detection in rsh method
David Kalnischkies
2015-11-28
2
-6
/
+6
*
ignore lost+found in private directory cleanup
David Kalnischkies
2015-11-19
1
-0
/
+1
*
activate AI_IDN by default to support IDN domains
David Kalnischkies
2015-11-05
1
-0
/
+2
*
apply various suggestions made by cppcheck
David Kalnischkies
2015-11-05
7
-12
/
+10
*
allow acquire method specific options via Binary scope
David Kalnischkies
2015-11-05
12
-109
/
+65
*
drop privileges in copy:// method as we do for file://
David Kalnischkies
2015-11-05
3
-38
/
+54
*
allow getaddrinfo flag AI_ADDRCONFIG to be disabled
David Kalnischkies
2015-11-04
1
-1
/
+6
*
wrap every unlink call to check for != /dev/null
David Kalnischkies
2015-11-04
5
-8
/
+8
*
set failreasons similar to connect.cc based on curl errors
David Kalnischkies
2015-11-04
1
-3
/
+18
*
unbreak the copy-method claiming hashsum mismatch since ~exp9
David Kalnischkies
2015-11-04
2
-23
/
+35
*
drop privileges in file:// method as we do for decompressors
David Kalnischkies
2015-11-04
1
-2
/
+12
*
fix two memory leaks reported by gcc
David Kalnischkies
2015-09-14
6
-18
/
+21
[next]