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
*
allow the auth.conf to be root:root owned
David Kalnischkies
2017-07-26
7
-27
/
+47
*
lookup login info for proxies in auth.conf
David Kalnischkies
2017-07-26
1
-1
/
+1
*
reimplement and document auth.conf
David Kalnischkies
2017-07-26
6
-8
/
+25
*
fail early in http if server answer is too small as well
David Kalnischkies
2017-07-26
4
-6
/
+37
*
fail earlier if server answers with too much data
David Kalnischkies
2017-07-26
3
-7
/
+17
*
don't try to parse all fields starting with HTTP as status-line
David Kalnischkies
2017-07-26
1
-1
/
+1
*
Reformat and sort all includes with clang-format
Julian Andres Klode
2017-07-12
21
-96
/
+95
*
methods/aptmethod.h: Add missing fileutl.h include
Julian Andres Klode
2017-07-12
1
-0
/
+1
*
Stop bragging about old speeds in http.cc comments
Julian Andres Klode
2017-07-03
1
-8
/
+0
*
don't set ip addresses as server names for SNI
David Kalnischkies
2017-07-03
1
-2
/
+12
*
Swap file descriptors before the handshake
Julian Andres Klode
2017-07-03
1
-2
/
+4
*
Do not error out, only warn if ca certificates are not available
Julian Andres Klode
2017-07-03
1
-5
/
+5
*
tls: Add more details to error messages, and detect more errors
Julian Andres Klode
2017-07-03
1
-9
/
+11
*
http: A response with Content-Length: 0 has no content
Julian Andres Klode
2017-07-01
1
-1
/
+4
*
Make Verify-Host and Verify-Peer independent again
Julian Andres Klode
2017-07-01
1
-2
/
+2
*
TLS support: Error out on unsupported curl options
Julian Andres Klode
2017-06-30
1
-2
/
+4
*
Improve closing the TLS connection
Julian Andres Klode
2017-06-30
1
-3
/
+3
*
Switch to 'http' as the default https method
Julian Andres Klode
2017-06-30
3
-6
/
+13
*
http: Add support for https:// proxies
Julian Andres Klode
2017-06-30
1
-3
/
+8
*
http: Add support for CONNECT proxying to HTTPS locations
Julian Andres Klode
2017-06-30
2
-1
/
+131
*
Allow running the TLS stack on any lower connection
Julian Andres Klode
2017-06-30
1
-1
/
+19
*
Reset failure reason when connection was successful
Julian Andres Klode
2017-06-30
1
-1
/
+3
*
Don't read CaInfo if not specified (missing else)
Julian Andres Klode
2017-06-30
1
-0
/
+1
*
http: Only use system CA store if CaInfo is not set
Julian Andres Klode
2017-06-29
1
-7
/
+10
*
Improve error message if system CA store is empty
Julian Andres Klode
2017-06-29
1
-1
/
+4
*
use port from SRV record instead of initial port
David Kalnischkies
2017-06-29
1
-1
/
+5
*
support tor+https being handled by http
David Kalnischkies
2017-06-28
1
-3
/
+10
*
Introduce Acquire::AllowTLS to turn off TLS support
Julian Andres Klode
2017-06-28
1
-0
/
+3
*
Fix https->http redirect issues
David Kalnischkies
2017-06-28
1
-1
/
+1
*
methods: http: Drain pending data before selecting
Julian Andres Klode
2017-06-28
3
-1
/
+20
*
Allow building without curl
Julian Andres Klode
2017-06-28
1
-3
/
+14
*
methods: Add HTTPS support to http method, using GnuTLS
Julian Andres Klode
2017-06-28
4
-181
/
+379
*
methods: connect: Switch from int fds to new MethodFd
Julian Andres Klode
2017-06-28
6
-72
/
+126
*
methods: connect: Change PkgAcqMethod to aptMethod
Julian Andres Klode
2017-06-28
4
-12
/
+14
*
deal with 3xx httpcodes as required by HTTP/1.1 spec
David Kalnischkies
2017-06-26
1
-12
/
+12
*
avoid changing directory in mirror method
David Kalnischkies
2017-06-26
1
-17
/
+13
*
Annotate intended switch fall through in https
David Kalnischkies
2017-06-26
1
-0
/
+1
*
basehttp: Only read Content-Range on 416 and 206 responses
Julian Andres Klode
2017-01-24
1
-1
/
+5
*
fix various typos reported by spellintian
David Kalnischkies
2017-01-19
3
-5
/
+5
*
stop rred from leaking debug messages on recovered errors
David Kalnischkies
2017-01-19
1
-3
/
+6
*
https: Quote path in URL before passing it to curl
Julian Andres Klode
2017-01-17
1
-0
/
+4
*
rename ServerMethod to BaseHttpMethod
David Kalnischkies
2016-12-31
7
-45
/
+45
*
separating state variables regarding server/request
David Kalnischkies
2016-12-31
6
-226
/
+211
*
Honour Acquire::ForceIPv4/6 in the https transport
Lukasz Kawczynski
2016-12-08
1
-0
/
+5
*
gpgv: Untrust SHA1, RIPE-MD/160, but allow downgrading to weak
Julian Andres Klode
2016-11-25
1
-4
/
+4
*
report apt-key errors via status-fd messages
David Kalnischkies
2016-11-24
1
-1
/
+6
*
http: skip connection cleanup if we close it anyhow
David Kalnischkies
2016-11-11
1
-0
/
+3
*
http: clear content before reporting the failure
Edgar Fuß
2016-11-11
1
-1
/
+1
*
improve SOCKS error messages for http slightly
David Kalnischkies
2016-11-10
1
-14
/
+46
*
abort connection on '.' target replies in SRV
David Kalnischkies
2016-09-04
1
-0
/
+8
[next]