Skip to content
Snippets Groups Projects
  1. May 13, 2022
  2. Mar 28, 2022
  3. Aug 02, 2021
  4. Jun 15, 2021
  5. Jun 02, 2021
  6. Sep 06, 2016
  7. Aug 30, 2016
  8. Jul 16, 2015
  9. Jul 15, 2015
  10. Jul 16, 2014
  11. Jul 03, 2014
  12. May 15, 2014
  13. Mar 04, 2014
  14. Aug 15, 2012
  15. Aug 14, 2012
  16. Aug 29, 2010
  17. Jan 20, 2010
  18. Jan 07, 2010
  19. Jan 04, 2010
  20. Dec 04, 2009
  21. Jun 10, 2009
  22. May 06, 2009
  23. Apr 21, 2009
  24. Mar 13, 2009
  25. Mar 12, 2009
  26. Mar 09, 2009
    • Steven Murray's avatar
      Added TAPE_THROW_EX and TAPE_THROW_CODE macros to automatically add file, line · 841d2e03
      Steven Murray authored
      and function strings to tape exceptions.  Example usage:
      
        TAPE_THROW_EX(castor::exception::Internal,
          ": Failed to down cast reply object to tapegateway::FileToRecall");
      
        TAPE_THROW_CODE(EBADMSG,
          ": Unknown reply type "
          ": Reply type = " << reply->type());
      
      Fixed bug in RTCOPY protocol; we were sending one too many "end of file lists".
      
      Fixed bug in message dispatch logic, there was a missing break in one of the
      switch statements that was causing an IObject to get dynamic casted to two
      different classes.
      841d2e03
  27. Feb 09, 2009
  28. May 12, 2004
Loading