Skip to content
Snippets Groups Projects
  1. Jan 05, 2017
  2. Jan 04, 2017
  3. Nov 30, 2016
  4. Oct 11, 2016
  5. Sep 01, 2016
  6. Aug 29, 2016
  7. Aug 23, 2016
  8. Jan 14, 2016
  9. Aug 18, 2015
  10. Jul 24, 2015
  11. Jul 16, 2015
  12. Jul 15, 2015
  13. Mar 18, 2015
  14. Jan 17, 2015
  15. Dec 02, 2014
  16. Nov 26, 2014
  17. Nov 20, 2014
  18. Oct 30, 2014
  19. Oct 07, 2014
  20. Oct 06, 2014
  21. Oct 03, 2014
  22. Jul 30, 2014
  23. Jul 10, 2014
  24. Jul 03, 2014
  25. Jun 04, 2014
  26. May 19, 2014
  27. May 15, 2014
  28. May 14, 2014
  29. Apr 29, 2014
    • Steven Murray's avatar
      Added SCSI qualifier to the appropriate RMC message constants · a359000a
      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.
      a359000a
  30. Apr 24, 2014
    • Steven Murray's avatar
      Renamed XXXXProxyImpl->XXXXProxyTcpIp and DummyXXXXProxy->XXXXProxyDummy · 08e4617c
      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.
      08e4617c
    • Steven Murray's avatar
      Moved castor::tape::tapeserver::daemon::Rmc to castor::legacymsg::RmcProxy · a089ad5f
      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.
      a089ad5f
Loading