Go to file
3hhh e5838dbd97
storage/callback: various fixes
- Removed all own class attributes to avoid name clashes with delegated
class attributes.
- Implemented the previously missing Pool.usage_details property.
- Shadowed all class attributes as instance properties. This is required
as the parent classes enforce the class attributes upon the
CallbackPool & CallbackVolume classes, but they need to be delegated to
the class of the _cb_impl object. We also cannot implement them as class
attributes in CallbackVolume & CallbackPool as they need to work for
arbitrary backend drivers and two backend drivers must not interfere with
each other. Possible alternative: One could dynamically create classes.
2020-07-16 14:31:03 +02:00
ci travis: include core-qrexec in tests 2020-03-28 03:23:29 +01:00
contrib
doc
etc
linux
qubes storage/callback: various fixes 2020-07-16 14:31:03 +02:00
qubes-rpc
qubes-rpc-policy Convert default qrexec policy to the new format 2020-05-24 02:22:36 +02:00
qvm-tools
relaxng
rpm_spec storage/callback: fix the rpm build 2020-07-16 14:31:03 +02:00
templates
test-packages
.gitignore
.pylintrc
.travis.yml
installer.wxs
LICENSE
Makefile storage/callback: fix the rpm build 2020-07-16 14:31:03 +02:00
Makefile.builder
README.md Update readme 2017-10-16 04:16:23 +02:00
run-tests
setup.cfg
setup.py tests/callback: add rudimentary tests for the callback driver 2020-07-16 14:31:03 +02:00
version version 4.1.14 2020-07-15 16:46:51 +02:00

Qubes core, version 3

Build Status

This is master branch of the Qubes OS core.

API documentation is available: https://dev.qubes-os.org/projects/core-admin/en/latest/.