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 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
*
support long keyid and fingerprint in gpgv's GOODSIG
David Kalnischkies
2016-09-01
1
-4
/
+20
*
try not to call memcpy with length 0 in hash calculations
David Kalnischkies
2016-09-01
1
-4
/
+5
*
Merge branch 'portability/freebsd'
Julian Andres Klode
2016-08-27
2
-1
/
+3
|
\
|
*
methods/connect.cc: Only use AI_IDN if defined
Julian Andres Klode
2016-08-26
1
-0
/
+2
|
*
CMake: Do not use -lresolv if res_init exists in libc
Julian Andres Klode
2016-08-26
1
-1
/
+1
*
|
show apt-key warnings in apt update
David Kalnischkies
2016-08-25
1
-0
/
+3
|
/
*
methods: read config in most to least specific order
David Kalnischkies
2016-08-17
1
-2
/
+2
*
don't try pipelining if server closes connections
David Kalnischkies
2016-08-16
1
-1
/
+9
*
don't sent Range requests if we know its not accepted
David Kalnischkies
2016-08-16
4
-8
/
+20
*
reorganize server-states resetting in http/https
David Kalnischkies
2016-08-16
5
-17
/
+26
*
http(s): allow empty values for header fields
David Kalnischkies
2016-08-13
1
-19
/
+16
*
http: auto-configure for local Tor proxy if called as 'tor'
David Kalnischkies
2016-08-11
4
-0
/
+34
*
block direct connections to .onion domains (RFC7687)
David Kalnischkies
2016-08-11
1
-1
/
+19
*
implement socks5h proxy support for http method
David Kalnischkies
2016-08-10
2
-23
/
+170
*
implement generic config fallback for methods
David Kalnischkies
2016-08-10
15
-202
/
+287
*
use the same redirection handling for http and https
David Kalnischkies
2016-08-10
5
-99
/
+95
*
detect redirection loops in acquire instead of workers
David Kalnischkies
2016-08-10
6
-45
/
+42
*
fail on unsupported http/https proxy settings
David Kalnischkies
2016-08-10
3
-6
/
+12
*
support all socks-proxy known to curl in https method
David Kalnischkies
2016-08-10
1
-1
/
+12
*
Get rid of the old buildsystem
Julian Andres Klode
2016-08-10
1
-110
/
+0
[prev]
[next]