- 12 Dec, 2013 1 commit
-
-
Steven Murray authored
collection of functions within a castor::log namespace to a more object oriented Singleton pattern. Pleae note that the code is still far from finished, I am commit (compiling) code early in an attempt to increase feedback.
-
- 11 Dec, 2013 2 commits
-
-
Steven Murray authored
-
Steven Murray authored
levels, e.g LOG_INFO, LOG_EMERG.
-
- 09 Dec, 2013 2 commits
-
-
Steven Murray authored
-
Steven Murray authored
C++ exceptions and by having a std::string parameter as opposed to a C string.
-
- 06 Dec, 2013 10 commits
-
-
Eric Cano authored
Fixed (and simplified) backtrace that went wrong when demangling a function name longer than 200 characters.
-
Steven Murray authored
-
Elvin Sindrilaru authored
-
Giuseppe Lo Presti authored
-
Giuseppe Lo Presti authored
when dealing with double copy recalls. Proper fix by defining a new RECALLJOB_SELECTED2NDCOPY state instead of hijacking the (deprecated) fileTransactionId.
-
Giuseppe Lo Presti authored
-
Giuseppe Lo Presti authored
-
Giuseppe Lo Presti authored
-
Giuseppe Lo Presti authored
-
Giuseppe Lo Presti authored
-
- 05 Dec, 2013 17 commits
-
-
Steven Murray authored
-
Steven Murray authored
assignment operator of th Exception class. Not only your friends (classes) can play with your private parts (m_message and m_serrno) but so can you.
-
Steven Murray authored
castor::exception::AlreadyInitialized
-
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
-
Sebastien Ponce authored
-
Sebastien Ponce authored
-
Sebastien Ponce authored
-
- 04 Dec, 2013 8 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.
-