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-10-26
seccomp: Allow ipc() for fakeroot, and allow sysinfo() for sort
Julian Andres Klode
1
-0
/
+2
2017-10-26
Print syscall number and arch to stderr when trapped by seccomp
Julian Andres Klode
1
-0
/
+33
2017-10-25
Only warn about seccomp() EINVAL (normal) and EFAULT (qemu) errors
Julian Andres Klode
1
-3
/
+5
2017-10-25
methods: Enable additional syscalls (SYSV IPC) in fakeroot
Julian Andres Klode
1
-0
/
+10
2017-10-23
CMake: methods: Cleanup link libraries, use OBJECT libraries
Julian Andres Klode
1
-17
/
+14
2017-10-23
seccomp: Conditionalize statx() whitelisting
Julian Andres Klode
1
-0
/
+2
2017-10-23
seccomp: Add missing syscalls for ppc64el, i386, and others
Julian Andres Klode
1
-0
/
+11
2017-10-22
Sandbox methods with seccomp-BPF; except cdrom, gpgv, rsh
Julian Andres Klode
8
-19
/
+240
2017-10-22
methods/basehttp.cc: Remove proxy autodetect debugging code
Julian Andres Klode
1
-2
/
+0
2017-10-22
methods/mirror: Enable sandboxing and other aptMethod features
Julian Andres Klode
1
-1
/
+1
2017-10-22
Run Proxy-Auto-Detect script from main process
Julian Andres Klode
2
-1
/
+10
2017-09-26
proper error reporting for v3 onion services
David Kalnischkies
1
-3
/
+3
2017-09-24
Drop curl method and apt-transport-https package
Julian Andres Klode
3
-655
/
+1
2017-07-26
allow the auth.conf to be root:root owned
David Kalnischkies
7
-27
/
+47
2017-07-26
lookup login info for proxies in auth.conf
David Kalnischkies
1
-1
/
+1
2017-07-26
reimplement and document auth.conf
David Kalnischkies
6
-8
/
+25
2017-07-26
fail early in http if server answer is too small as well
David Kalnischkies
4
-6
/
+37
2017-07-26
fail earlier if server answers with too much data
David Kalnischkies
3
-7
/
+17
2017-07-26
don't try to parse all fields starting with HTTP as status-line
David Kalnischkies
1
-1
/
+1
2017-07-12
Reformat and sort all includes with clang-format
Julian Andres Klode
21
-96
/
+95
2017-07-12
methods/aptmethod.h: Add missing fileutl.h include
Julian Andres Klode
1
-0
/
+1
2017-07-03
Stop bragging about old speeds in http.cc comments
Julian Andres Klode
1
-8
/
+0
2017-07-03
don't set ip addresses as server names for SNI
David Kalnischkies
1
-2
/
+12
2017-07-03
Swap file descriptors before the handshake
Julian Andres Klode
1
-2
/
+4
2017-07-03
Do not error out, only warn if ca certificates are not available
Julian Andres Klode
1
-5
/
+5
2017-07-03
tls: Add more details to error messages, and detect more errors
Julian Andres Klode
1
-9
/
+11
2017-07-01
http: A response with Content-Length: 0 has no content
Julian Andres Klode
1
-1
/
+4
2017-07-01
Make Verify-Host and Verify-Peer independent again
Julian Andres Klode
1
-2
/
+2
2017-06-30
TLS support: Error out on unsupported curl options
Julian Andres Klode
1
-2
/
+4
2017-06-30
Improve closing the TLS connection
Julian Andres Klode
1
-3
/
+3
2017-06-30
Switch to 'http' as the default https method
Julian Andres Klode
3
-6
/
+13
2017-06-30
http: Add support for https:// proxies
Julian Andres Klode
1
-3
/
+8
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
[prev]
[next]