RASCSI/cpp/piscsi
Uwe Seimet 8bd06ea5cd
Improve how commands are internally executed (#1247)
* Improve how commands are internally executed
* Use const CommandContext for execution
* Update error handling
* Fix SonarQube issues
* Remove duplicate code
* Use mutex instead of atomic_bool
* Add hasher
* Add param_map
* Do not log unknown operations as an error for backward/foward compatibility
2023-10-30 13:57:46 +01:00
..
command_context.cpp Improve how commands are internally executed (#1247) 2023-10-30 13:57:46 +01:00
command_context.h Improve how commands are internally executed (#1247) 2023-10-30 13:57:46 +01:00
localizer.cpp Improve how commands are internally executed (#1247) 2023-10-30 13:57:46 +01:00
localizer.h
piscsi_core.cpp Improve how commands are internally executed (#1247) 2023-10-30 13:57:46 +01:00
piscsi_core.h Improve how commands are internally executed (#1247) 2023-10-30 13:57:46 +01:00
piscsi_executor.cpp Improve how commands are internally executed (#1247) 2023-10-30 13:57:46 +01:00
piscsi_executor.h Improve how commands are internally executed (#1247) 2023-10-30 13:57:46 +01:00
piscsi_image.cpp Improve how commands are internally executed (#1247) 2023-10-30 13:57:46 +01:00
piscsi_image.h
piscsi_response.cpp
piscsi_response.h
piscsi_service.cpp
piscsi_service.h
piscsi.cpp