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 Issues 1179 and 1182 (#1232) 2023-10-15 08:38:15 +02:00
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 Issues 1179 and 1182 (#1232) 2023-10-15 08:38:15 +02:00
piscsi_response.cpp Add statistics and make scsictl accept generic key/value parameters (#1237/#1238) (#1262) 2023-10-30 13:32:45 +01:00
piscsi_response.h Add statistics and make scsictl accept generic key/value parameters (#1237/#1238) (#1262) 2023-10-30 13:32:45 +01:00
piscsi_service.cpp Issues 1179 and 1182 (#1232) 2023-10-15 08:38:15 +02:00
piscsi_service.h Issues 1179 and 1182 (#1232) 2023-10-15 08:38:15 +02:00
piscsi.cpp Move top-level .cpp files into their respective folders (#1249) 2023-10-16 18:27:18 +02:00