- 05 Dec, 2013 19 commits
-
-
Eric Cano authored
Removed the now duplicated backtrace and adapted the code where needed.
-
Eric Cano authored
-
Eric Cano authored
-
Eric Cano authored
-
Sebastien Ponce authored
-
Sebastien Ponce authored
-
Giuseppe Lo Presti authored
cancelled
-
Giuseppe Lo Presti authored
-
Giuseppe Lo Presti authored
-
Giuseppe Lo Presti authored
resilient to hardware unavailability.
-
Giuseppe Lo Presti authored
broken when dealing with double copy recalls. This fix is not optimal: we're still using fileTransactionId being NULL as a flag while we should really create an extra status RECALLJOB_SELECTED2ND or SELECTEDSHADOW. Not on this hot fix... This commit also includes a simpler way to select new recall candidates, which makes it more immune to bugs like the above. Plus a fix related to the precision used to check if a file was overwritten while being recalled.
-
Giuseppe Lo Presti authored
-
Giuseppe Lo Presti authored
-
Giuseppe Lo Presti authored
-
Eric Cano authored
-
Eric Cano authored
-
Sebastien Ponce authored
-
Sebastien Ponce authored
-
Sebastien Ponce authored
-
- 04 Dec, 2013 9 commits
-
-
Eric Cano authored
Added an std::exception::Backtrace class, providing a backtrace attached to all exception. Fixed minor side effects (virtual destructors, catch orders) induced by the inheritance from std::exception.
-
Steven Murray authored
namespace.
-
Steven Murray authored
-
Giuseppe Lo Presti authored
cancelled
-
Steven Murray authored
-
Steven Murray authored
-
Steven Murray authored
C++ not be strict enough with the use of const. I hope this commit fixes these const problems. There is still another SLC6 I need to tackle in order to get TramCity to pass the SLC6 build.
-
Steven Murray authored
until some work is pulled/rebased from the remote master. Please also note that more work still needs to be done before this can be used by somebody else.
-
Steven Murray authored
the UUID should be passed in as a const.
-
- 03 Dec, 2013 12 commits
-
-
Eric Cano authored
-
Eric Cano authored
-
Eric Cano authored
-
Giuseppe Lo Presti authored
-
Giuseppe Lo Presti authored
-
Eric Cano authored
-
Giuseppe Lo Presti authored
resilient to hardware unavailability.
-
Giuseppe Lo Presti authored
broken when dealing with double copy recalls. This fix is not optimal: we're still using fileTransactionId being NULL as a flag while we should really create an extra status RECALLJOB_SELECTED2ND or SELECTEDSHADOW. Not on this hot fix... This commit also includes a simpler way to select new recall candidates, which makes it more immune to bugs like the above. Plus a fix related to the precision used to check if a file was overwritten while being recalled.
-
Eric Cano authored
-
Eric Cano authored
-
Eric Cano authored
Added a PackeOnly cmake mode to allow packaging in reduced environement (i.e. missing some build dependancies). This allows creation of tarball and srpms.
-
Eric Cano authored
-