core-admin-client/qubesadmin
Marek Marczykowski-Górecki 0b2f7ac958
Add efficient method to handle large payloads for Admin API methods
Add qubesd_call(..., payload_stream=...) argument to allow streaming
payload directly from some file/process stdout. This is mainly (only?)
useful for admin.vm.volume.Import, where disk volume raw data is passed
to the service.
2017-05-26 00:42:46 +02:00
..
events Invalidate domains cache when received an event affecting it 2017-05-13 14:55:26 +02:00
tests Add efficient method to handle large payloads for Admin API methods 2017-05-26 00:42:46 +02:00
tools tools: make qvm-ls --fields accept property names 2017-05-23 13:33:55 +02:00
vm Add vm.is_networked() 2017-05-19 18:41:08 +02:00
__init__.py Rename qubesmgmt to qubesadmin module 2017-05-11 23:40:03 +02:00
app.py Add efficient method to handle large payloads for Admin API methods 2017-05-26 00:42:46 +02:00
base.py Add efficient method to handle large payloads for Admin API methods 2017-05-26 00:42:46 +02:00
config.py Add efficient method to handle large payloads for Admin API methods 2017-05-26 00:42:46 +02:00
devices.py devices: adjust API for 'devices: add assignment.device property' change 2017-05-22 01:18:02 +02:00
exc.py Add QubesNoSuchPropertyError exception, expect it on invalid property 2017-05-23 04:31:41 +02:00
features.py features: add vm.features.items() function 2017-05-22 03:20:33 +02:00
firewall.py Rename Mgmt API to Admin API: methods names 2017-05-12 19:36:03 +02:00
label.py Rename Mgmt API to Admin API: methods names 2017-05-12 19:36:03 +02:00
log.py Rename qubesmgmt to qubesadmin module 2017-05-11 23:40:03 +02:00
storage.py Rename Mgmt API to Admin API: methods names 2017-05-12 19:36:03 +02:00
utils.py Rename qubesmgmt to qubesadmin module 2017-05-11 23:40:03 +02:00