- Jan 05, 2017
-
-
Steven Murray authored
-
- Jan 04, 2017
-
-
Steven Murray authored
-
- Nov 30, 2016
-
-
Steven Murray authored
-
- Oct 11, 2016
-
-
Steven Murray authored
-
- Sep 01, 2016
-
-
Steven Murray authored
-
- Aug 29, 2016
-
-
Steven Murray authored
-
- Aug 23, 2016
-
-
Steven Murray authored
-
- Jan 14, 2016
-
-
Eric Cano authored
Removed linking information for external libraries from CASTOR. Started to re-import necessary files from CASTOR. Edited files from CASTOR to replace usage of the old Cxxx compatibility layer (this was for multi-system compatibility at the time.
-
- Aug 18, 2015
-
-
Steven Murray authored
-
- Jul 24, 2015
-
-
Steven Murray authored
Please note that you will have to install the following CASTOR rpms in order to compile: castor castor-devel castor-lib castor-lib-server castor-lib-tape
-
- Jul 16, 2015
-
-
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
-
- Jul 15, 2015
-
-
Steven Murray authored
-
Eric Cano authored
-
- Mar 18, 2015
-
-
Steven Murray authored
Fixed. Removed "h/" from all #includes.
-
- Jan 17, 2015
-
-
Steven Murray authored
-
- Dec 02, 2014
-
-
Steven Murray authored
-
- Nov 26, 2014
-
-
Steven Murray authored
To forcefully dismount a tape means to rewind and eject the tape where necessary. This modification adds the ability to force dismount to the MediaChangerFacade and the CASTOR acsd daemon.
-
- Nov 20, 2014
-
-
Steven Murray authored
-
- Oct 30, 2014
-
-
Steven Murray authored
-
Steven Murray authored
-
Steven Murray authored
This unfortunate move is necessary because the error/exception handling of rmcd is done using the TCP/IP connection with the client.
-
- Oct 07, 2014
-
-
Steven Murray authored
-
Steven Murray authored
-
Steven Murray authored
-
- Oct 06, 2014
-
-
Steven Murray authored
-
Steven Murray authored
-
- Oct 03, 2014
-
-
Steven Murray authored
CASTOR-4772 The code to parse the name of a slot in a tape library should be implemented in one place Added TapeLibraryType and TapeLibrarySlot.
-
- Jul 30, 2014
-
-
Steven Murray authored
-
- Jul 10, 2014
-
-
Steven Murray authored
-
- Jul 03, 2014
-
-
David COME authored
-
David COME authored
-
- Jun 04, 2014
-
-
Steven Murray authored
-
Steven Murray authored
-
- May 19, 2014
-
-
Steven Murray authored
-
- May 15, 2014
-
-
David COME authored
-
- May 14, 2014
-
-
Steven Murray authored
The exception class named castor::exception::Exception provides the same functionality as castor::exception::Internal and therefore one of them had to go for the sake of removing redundant code.
-
- Apr 29, 2014
-
-
Steven Murray authored
The current rmcd daemon only does SCSI compatible actions. The future rmcd daemon will be able to do both SCSI compatible and ACS compatible actions. I have therefore added the SCSI qualifier to the "old" rmcd message constants to differentiate them from the ACS message constants.
-
- Apr 24, 2014
-
-
Steven Murray authored
In detail: Renamed legacymsg::RmcProxyImpl to legacymsg::RmcProxyTpcIp Renamed legacymsg::VdqmProxyImpl to legacymsg::VdqmProxyTcpIp Renamed legacymsg::VmgrProxyImpl to legacymsg::VmgrProxyTcpIp Renamed legacymsg::DummyVmgrProxy to legacymsg::VmgrProxyDummy Renamed legacymsg::DummyVdqmProxy to legacymsg::VdqmProxyDummy Renamed legacymsg::DummyRmcProxy to legacymsg::RmcProxyDummy Bottom-line, if the concrete sub-class of a pure abstract class can have a meaningful name without the need to use the Impl or Implemention suffix then avoid using the suffix. This commit also renames the "Dummy" proxy classes so that they are easier to see when their source code directory is listed alphabetically.
-
Steven Murray authored
This commit also moves derived and supporting classes. This commit can be considered another step towards removing the need for a separate tape directory.
-