- 16 Jul, 2015 2 commits
-
-
Steven Murray authored
-
Steven Murray authored
Renamed CTA/tapeserver/castor to CTA/tapeserver/castor_checkout in preparation for the moving the sub-directory CTA/tapeserver/castor/castor up the directory tree
-
- 15 Jul, 2015 2 commits
-
-
Steven Murray authored
-
Eric Cano authored
-
- 28 Oct, 2014 2 commits
-
-
Victor Kotlyar authored
This reverts commit 97bd05cb.
-
Victor Kotlyar authored
This reverts commit 10b8297d.
-
- 24 Oct, 2014 1 commit
-
-
root authored
-
- 15 Sep, 2014 1 commit
-
-
Victor Kotlyar authored
-
- 09 Sep, 2014 1 commit
-
-
Victor Kotlyar authored
with new IBM drives.
-
- 05 Aug, 2014 1 commit
-
-
David COME authored
-
- 03 Jul, 2014 1 commit
-
-
David COME authored
-
- 18 Feb, 2014 2 commits
-
-
Eric Cano authored
-
Steven Murray authored
CASTOR start with lower case letters.
-
- 07 Feb, 2014 1 commit
-
-
Daniele Kruse authored
-
- 04 Feb, 2014 1 commit
-
-
Eric Cano authored
- Fixed missing allocationLength in INQUIRY commands - Fixed misnamed struct member (typo) - Introduced setU32 utility function to replace fromLtoB32 (retired) - Replaced usage of ad-hoc structures with the automatically set classes (SCSI::Structures::LinuxSGIO_t, SCSI::Structures::senseData_t).
-
- 15 Jan, 2014 1 commit
-
-
sponcec3 authored
This in particular includes fixing the remaining strict-aliasing issues.
-
- 12 Dec, 2013 1 commit
-
-
Eric Cano authored
Fixed inheritance from std::exception (const correctness of what()). This required declaring m_what mutable. Created a multithreaded unit test. Created an automatic exception thrower for unhandled errors. Ported from previous proof of concept the threading primitves and made them production level (with error checking). Added unit tests for threading primitives.
-
- 26 Nov, 2013 2 commits
- 05 Dec, 2013 3 commits
- 06 Nov, 2013 1 commit
-
-
Eric Cano authored
-
- 20 Aug, 2013 1 commit
-
-
Eric Cano authored
Removed the author list from every file and added the complete list into a single file.
-
- 14 Aug, 2013 1 commit
-
-
Victor Kotlyar authored
child function getSerialNumber was added.
-
- 07 Aug, 2013 3 commits
-
-
Eric Cano authored
Moved definition of compiler flags so they become active. This fixes the lack of debug info in SLC6. Fixed superflous semicolon detected by -pedantic Fixed sign correctness in various places. Removed the use of LL suffix in 64 bits contants (they are not required). Some documentation clarifications.
-
Eric Cano authored
-
Victor Kotlyar authored
We use MODE SENSE(6) to query the tape information and then MODE SELECT(6) to set parameters which we only change. By default we only enable compression.
-
- 06 Aug, 2013 2 commits
- 02 Aug, 2013 2 commits
-
-
Victor Kotlyar authored
We use READ POSTION command with data replay in SHORT FORM. Tested with mhvtl.
-
Victor Kotlyar authored
We use LOCATE(10) CDB as CASTOR does. Here we need castor.conf LOCATE_TIMEOUT environment (*to be implemented*) Tested with mhvtl.
-
- 31 Jul, 2013 2 commits
-
-
Eric Cano authored
Added senseData structure, which is polymorphic, and added unit test.
-
Eric Cano authored
Changed all the char arrays used as storage to SCSI number into unsigned char[] (we were in a mixed situation). Added unit test for the recently created structures. Replaced shift and or with toU16 in log select unit test. Added reference to st man page and txt file in documentation. Changed signature of getTapeError.
-
- 26 Jul, 2013 1 commit
-
-
Victor Kotlyar authored
-
- 25 Jul, 2013 3 commits
- 12 Jul, 2013 1 commit
-
-
Eric Cano authored
Added stack trace support for exceptions (with C++ name demandling). Added more anaysis of the past code in documentation.
-
- 10 Jul, 2013 1 commit
-
-
Eric Cano authored
Added a few conversion utility functions for handling the strings from devices, and the big endianness of SCSI. Added a test to validate both. Added a dump for all fields of the tape drive's inquery response.
-