Daniel Markstedt
7dc49d2311
Reduce overly detailed usage help text and refer to the man pages
...
This will reduce the recurring maintenance overhead of keeping the same information up to date in multiple places
Only the most common use cases are covered in the usage help text now
2025-12-24 01:03:47 +01:00
Uwe Seimet
8cb4105409
Fix SonarQube issues ( #1276 )
...
* Fix SonarQube issues
* Fix error handling when target ID for INQUIRY is missing
2023-11-01 12:53:05 +01:00
Uwe Seimet
8f45e4f491
Add options to only run INQUIRY and to scan the bus to scsidump ( #1092 ) ( #1261 )
...
* Add options to only run INQUIRY and to scan the bus to scsidump
2023-10-30 11:34:07 +01:00
Uwe Seimet
43088ab3bc
Remove non-working Banana Pi code ( #1252 )
...
* Remove non-working Banana Pi code
* Remove SonarQube suppressions which can be resolved by a code update
* Update device detection
2023-10-22 17:29:26 +02:00
Uwe Seimet
aa927cb504
Move top-level .cpp files into their respective folders ( #1249 )
...
* Update Makefile, move top-level .cpp files
* Move top-level .cpp files into their respective folders
2023-10-16 18:27:18 +02:00
Uwe Seimet
41bdcd4aed
Issues 1179 and 1182 ( #1232 )
...
* Update logging
* Remove duplicate code
* Update unit tests
* Clean up includes
* Merge ProtobufSerializer into protobuf_util namespace
* Precompile regex
* Add const
* Add Split() convenience method, update log level/ID parsing
* Move log.h to legacy folder
* Elimininate gotos
* Fixes for gcc 13
* Update compiler flags
* Update default folder handling
* Use references instead of pointers
* Move code for better encapsulation
* Move code
* Remove unused method argument
* Move device logger
* Remove redundant to_string
* Rename for consistency
* Update handling of protobuf pointers
* Simplify protobuf usage
* Memory handling update
* Add hasher
2023-10-15 08:38:15 +02:00
akuker
5b3626dcf5
SCSI Dump Usability Enhancements & Cleanup ( #1026 )
...
Co-authored-by: Tony Kuker <akuker@gmail.com >
2022-12-09 09:50:45 -06:00
Daniel Markstedt
52c2aa474f
Rebrand project to PiSCSI ( #1016 )
...
* Rebrand project to PiSCSI
- rascsi ->piscsi
- rasctl -> scsictl
- rasdump -> scsidump
- ras* -> piscsi* (rasutil -> piscsi_util, etc.)
* Refined the formatting and wording of the app startup banner
* Kept some references to rascsi and rasctl where backwards compatibility is concerned
* Point to the new github repo URL
Co-authored-by: nucleogenic <nr@nucleogenic.com >
Co-authored-by: Uwe Seimet <Uwe.Seimet@seimet.de >
2022-12-05 09:58:23 -08:00