index
:
apt
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
methods
Age
Commit message (
Expand
)
Author
Files
Lines
2017-06-30
http: Add support for CONNECT proxying to HTTPS locations
Julian Andres Klode
2
-1
/
+131
2017-06-30
Allow running the TLS stack on any lower connection
Julian Andres Klode
1
-1
/
+19
2017-06-30
Reset failure reason when connection was successful
Julian Andres Klode
1
-1
/
+3
2017-06-30
Don't read CaInfo if not specified (missing else)
Julian Andres Klode
1
-0
/
+1
2017-06-29
http: Only use system CA store if CaInfo is not set
Julian Andres Klode
1
-7
/
+10
2017-06-29
Improve error message if system CA store is empty
Julian Andres Klode
1
-1
/
+4
2017-06-29
use port from SRV record instead of initial port
David Kalnischkies
1
-1
/
+5
2017-06-28
support tor+https being handled by http
David Kalnischkies
1
-3
/
+10
2017-06-28
Introduce Acquire::AllowTLS to turn off TLS support
Julian Andres Klode
1
-0
/
+3
2017-06-28
Fix https->http redirect issues
David Kalnischkies
1
-1
/
+1
2017-06-28
methods: http: Drain pending data before selecting
Julian Andres Klode
3
-1
/
+20
2017-06-28
Allow building without curl
Julian Andres Klode
1
-3
/
+14
2017-06-28
methods: Add HTTPS support to http method, using GnuTLS
Julian Andres Klode
4
-181
/
+379
2017-06-28
methods: connect: Switch from int fds to new MethodFd
Julian Andres Klode
6
-72
/
+126
2017-06-28
methods: connect: Change PkgAcqMethod to aptMethod
Julian Andres Klode
4
-12
/
+14
2017-06-26
deal with 3xx httpcodes as required by HTTP/1.1 spec
David Kalnischkies
1
-12
/
+12
2017-06-26
avoid changing directory in mirror method
David Kalnischkies
1
-17
/
+13
2017-06-26
Annotate intended switch fall through in https
David Kalnischkies
1
-0
/
+1
2017-01-24
basehttp: Only read Content-Range on 416 and 206 responses
Julian Andres Klode
1
-1
/
+5
2017-01-19
fix various typos reported by spellintian
David Kalnischkies
3
-5
/
+5
2017-01-19
stop rred from leaking debug messages on recovered errors
David Kalnischkies
1
-3
/
+6
2017-01-17
https: Quote path in URL before passing it to curl
Julian Andres Klode
1
-0
/
+4
2016-12-31
rename ServerMethod to BaseHttpMethod
David Kalnischkies
7
-45
/
+45
2016-12-31
separating state variables regarding server/request
David Kalnischkies
6
-226
/
+211
2016-12-08
Honour Acquire::ForceIPv4/6 in the https transport
Lukasz Kawczynski
1
-0
/
+5
2016-11-25
gpgv: Untrust SHA1, RIPE-MD/160, but allow downgrading to weak
Julian Andres Klode
1
-4
/
+4
2016-11-24
report apt-key errors via status-fd messages
David Kalnischkies
1
-1
/
+6
2016-11-11
http: skip connection cleanup if we close it anyhow
David Kalnischkies
1
-0
/
+3
2016-11-11
http: clear content before reporting the failure
Edgar Fuß
1
-1
/
+1
2016-11-10
improve SOCKS error messages for http slightly
David Kalnischkies
1
-14
/
+46
2016-09-04
abort connection on '.' target replies in SRV
David Kalnischkies
1
-0
/
+8
2016-09-01
support long keyid and fingerprint in gpgv's GOODSIG
David Kalnischkies
1
-4
/
+20
2016-09-01
try not to call memcpy with length 0 in hash calculations
David Kalnischkies
1
-4
/
+5
2016-08-27
Merge branch 'portability/freebsd'
Julian Andres Klode
2
-1
/
+3
2016-08-26
methods/connect.cc: Only use AI_IDN if defined
Julian Andres Klode
1
-0
/
+2
2016-08-26
CMake: Do not use -lresolv if res_init exists in libc
Julian Andres Klode
1
-1
/
+1
2016-08-25
show apt-key warnings in apt update
David Kalnischkies
1
-0
/
+3
2016-08-17
methods: read config in most to least specific order
David Kalnischkies
1
-2
/
+2
2016-08-16
don't try pipelining if server closes connections
David Kalnischkies
1
-1
/
+9
2016-08-16
don't sent Range requests if we know its not accepted
David Kalnischkies
4
-8
/
+20
2016-08-16
reorganize server-states resetting in http/https
David Kalnischkies
5
-17
/
+26
2016-08-13
http(s): allow empty values for header fields
David Kalnischkies
1
-19
/
+16
2016-08-11
http: auto-configure for local Tor proxy if called as 'tor'
David Kalnischkies
4
-0
/
+34
2016-08-11
block direct connections to .onion domains (RFC7687)
David Kalnischkies
1
-1
/
+19
2016-08-10
implement socks5h proxy support for http method
David Kalnischkies
2
-23
/
+170
2016-08-10
implement generic config fallback for methods
David Kalnischkies
15
-202
/
+287
2016-08-10
use the same redirection handling for http and https
David Kalnischkies
5
-99
/
+95
2016-08-10
detect redirection loops in acquire instead of workers
David Kalnischkies
6
-45
/
+42
2016-08-10
fail on unsupported http/https proxy settings
David Kalnischkies
3
-6
/
+12
2016-08-10
support all socks-proxy known to curl in https method
David Kalnischkies
1
-1
/
+12
[prev]
[next]