index
:
apt.git
1.4.y+ios
1.8.2.z+ios
1.8.2.z+ios+json
1.8.y+ios
1.8.y+ios+json
cydia
master
sille-apt
Saurik's version of apt managed for tvOS/ARM64
Sam Bingner
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
methods
/
aptmethod.h
Age
Commit message (
Expand
)
Author
2020-02-18
Remove code tagged APT_PKG_590, add some missing includes
Julian Andres Klode
2020-02-10
seccomp: Allow recvmmsg_time64() and futex_time64()
Julian Andres Klode
2020-02-09
seccomp: Allow time64 variants (>402,<415) of allowed syscalls
Julian Andres Klode
2020-01-15
netrc: Add warning when ignoring entries for unencrypted protocols
Julian Andres Klode
2019-07-08
Apply various suggestions by cppcheck
David Kalnischkies
2019-02-05
aptmethod.h: Do not have gcc warning about ignoring write() result
Julian Andres Klode
2018-12-04
Add support for /etc/apt/auth.conf.d/*.conf (netrcparts)
Julian Andres Klode
2018-04-06
Allow restart_syscall() syscall in seccomp sandboxes
Julian Andres Klode
2018-04-06
Turn off seccomp sandboxing by default
Julian Andres Klode
2018-01-03
reimplement and simplify mirror:// method
David Kalnischkies
2017-12-13
report transient errors as transient errors
David Kalnischkies
2017-11-12
Do not attempt seccomp under qemu-user and drop EFAULT workaround
Julian Andres Klode
2017-10-27
seccomp: Allow clock_nanosleep() and nanosleep() syscalls
Julian Andres Klode
2017-10-26
seccomp: Allow ipc() for fakeroot, and allow sysinfo() for sort
Julian Andres Klode
2017-10-26
Print syscall number and arch to stderr when trapped by seccomp
Julian Andres Klode
2017-10-25
Only warn about seccomp() EINVAL (normal) and EFAULT (qemu) errors
Julian Andres Klode
2017-10-25
methods: Enable additional syscalls (SYSV IPC) in fakeroot
Julian Andres Klode
2017-10-23
seccomp: Conditionalize statx() whitelisting
Julian Andres Klode
2017-10-23
seccomp: Add missing syscalls for ppc64el, i386, and others
Julian Andres Klode
2017-10-22
Sandbox methods with seccomp-BPF; except cdrom, gpgv, rsh
Julian Andres Klode
2017-07-26
allow the auth.conf to be root:root owned
David Kalnischkies
2017-07-26
reimplement and document auth.conf
David Kalnischkies
2017-07-12
Reformat and sort all includes with clang-format
Julian Andres Klode
2017-07-12
methods/aptmethod.h: Add missing fileutl.h include
Julian Andres Klode
2016-08-17
methods: read config in most to least specific order
David Kalnischkies
2016-08-10
implement generic config fallback for methods
David Kalnischkies
2016-08-10
detect redirection loops in acquire instead of workers
David Kalnischkies
2016-07-06
don't change owner/perms/times through file:// symlinks
David Kalnischkies
2016-06-02
ignore std::locale exeception on non-existent "" locale
David Kalnischkies
2016-05-28
use std::locale::global instead of setlocale
David Kalnischkies
2016-03-15
apt-pkg/acquire-worker.cc: Introduce 104 Warning message
Julian Andres Klode
2015-11-05
allow acquire method specific options via Binary scope
David Kalnischkies
2015-11-05
drop privileges in copy:// method as we do for file://
David Kalnischkies