RASCSI/src/raspberrypi
Uwe Seimet 2beb78727f
Added support for new interfaces syntax (#684)
* Added support for new interfaces syntax

* rasctl output update

* Added operation parameters

* Fixed typo

* Manpage update

* Added deprecation warning

* Moved parser

* Updated parser

* Updated parameter override

* Removed debug code

* Made netmask handling more flexible

* Updated logging

* Logging update

* Logging update

* Comment update

* Removed unused field

* Replaced BOOL by bool

* Moved code

* Logging update

* Removed useless comments

* Added TODZ

* Logging update

* Logging update

* Logging update

* No need to report that an error is an error twice

* Removed duplicate logging

* Updated error handling

* Updated error handling

* Fixed typo

* Removed magic constant

* Fixed 32 bit platform issue

* Signature update

* Fixed message string

* Comment update

* Fixed SCSI command opcode

* Updated StopPrint

* Logging update

* Removed obsolete casts

* Renaming

* Removed duplicate logging

* Updated flushing caches

* Added FlushCache() method

* Reduced visibility

* Reduced visibility

* Reduced visibility

* Code cleanup, removed useless comments

* Removed useless comments

* Updated error handling

* Removed duplicate code

* Manpage update
2022-02-20 18:40:30 +01:00
..
.vscode Merged latest develop branch with the daynaport functionality 2021-02-07 13:00:48 -06:00
controllers Added support for new interfaces syntax (#684) 2022-02-20 18:40:30 +01:00
devices Added support for new interfaces syntax (#684) 2022-02-20 18:40:30 +01:00
monitor Output higher-level report from scsimon (#596) 2022-01-07 12:17:44 -06:00
os_integration Updates for running on Bullseye (#469) 2021-11-14 19:34:24 +01:00
.gitignore Output higher-level report from scsimon (#596) 2022-01-07 12:17:44 -06:00
command_context.h Initial remote interface error message localization support (#555) 2021-12-23 08:49:04 +01:00
config.h Inheritance hierarchy improvements, reduced dependencies to Disk class (#662) 2022-02-13 13:30:02 -06:00
exceptions.h Configurable block size, controller/device cleanup, dispatchers per device, bridge setup (#203) 2021-09-14 20:23:04 -05:00
fileio.cpp Inheritance hierarchy improvements, reduced dependencies to Disk class (#662) 2022-02-13 13:30:02 -06:00
fileio.h Configurable block size, controller/device cleanup, dispatchers per device, bridge setup (#203) 2021-09-14 20:23:04 -05:00
filepath.cpp Inheritance hierarchy improvements, reduced dependencies to Disk class (#662) 2022-02-13 13:30:02 -06:00
filepath.h Configurable block size, controller/device cleanup, dispatchers per device, bridge setup (#203) 2021-09-14 20:23:04 -05:00
foo.hda Reimplement ParseArgs() with getopt() 2020-08-09 07:52:58 +01:00
gpiobus.cpp Inheritance hierarchy improvements, reduced dependencies to Disk class (#662) 2022-02-13 13:30:02 -06:00
gpiobus.h Inheritance hierarchy improvements, reduced dependencies to Disk class (#662) 2022-02-13 13:30:02 -06:00
launch_sudo.sh Merged latest develop branch with the daynaport functionality 2021-02-07 13:00:48 -06:00
localizer.cpp N4al/spanish localisation (#594) 2022-01-04 16:04:54 +01:00
localizer.h Initial remote interface error message localization support (#555) 2021-12-23 08:49:04 +01:00
log.h Refactoring, device handling extensions, additional settings, improved error handling, 64 bit OS support, fixed issues (#184) 2021-08-21 16:45:30 -05:00
Makefile Output higher-level report from scsimon (#596) 2022-01-07 12:17:44 -06:00
os.h Output higher-level report from scsimon (#596) 2022-01-07 12:17:44 -06:00
protobuf_util.cpp Added support for SCSI printer device (SCLP) (#670) 2022-02-16 20:04:42 -06:00
protobuf_util.h Added support for SCSI printer device (SCLP) (#670) 2022-02-16 20:04:42 -06:00
rascsi_image.cpp Initial remote interface error message localization support (#555) 2021-12-23 08:49:04 +01:00
rascsi_image.h Initial remote interface error message localization support (#555) 2021-12-23 08:49:04 +01:00
rascsi_interface.proto Added support for new interfaces syntax (#684) 2022-02-20 18:40:30 +01:00
rascsi_response.cpp Added support for new interfaces syntax (#684) 2022-02-20 18:40:30 +01:00
rascsi_response.h Support for folder filter and nested image files (#551) 2021-12-22 09:25:05 +01:00
rascsi_version.cpp Update version for next development version 2022-02-06 20:00:48 +00:00
rascsi_version.h Configurable block size, controller/device cleanup, dispatchers per device, bridge setup (#203) 2021-09-14 20:23:04 -05:00
rascsi.cpp Added filename placeholder, execute print command as lp, fixed memory leaks (#677) 2022-02-18 12:06:33 -08:00
rasctl_commands.cpp Inheritance hierarchy improvements, reduced dependencies to Disk class (#662) 2022-02-13 13:30:02 -06:00
rasctl_commands.h Initial remote interface error message localization support (#555) 2021-12-23 08:49:04 +01:00
rasctl_display.cpp Added support for new interfaces syntax (#684) 2022-02-20 18:40:30 +01:00
rasctl_display.h Added support for operation meta data, code cleanup (#534) 2021-12-21 08:43:21 +01:00
rasctl.cpp Added support for SCSI printer device (SCLP) (#670) 2022-02-16 20:04:42 -06:00
rasdump.cpp Host services (SCHS) with realtime clock and shutdown, improved device inheritance (#647) 2022-02-10 12:54:48 -06:00
rasutil.cpp Added support for SCSI printer device (SCLP) (#670) 2022-02-16 20:04:42 -06:00
rasutil.h Added SHUT_DOWN command, split rascsi.cpp (#334) 2021-10-17 08:51:14 +02:00
sasidump.cpp Inheritance hierarchy improvements, reduced dependencies to Disk class (#662) 2022-02-13 13:30:02 -06:00
scsi.cpp Host services (SCHS) with realtime clock and shutdown, improved device inheritance (#647) 2022-02-10 12:54:48 -06:00
scsi.h Added support for new interfaces syntax (#684) 2022-02-20 18:40:30 +01:00
scsimon.cpp Host services (SCHS) with realtime clock and shutdown, improved device inheritance (#647) 2022-02-10 12:54:48 -06:00