- 15 Jun, 2021 1 commit
-
-
- 02 Jun, 2021 1 commit
-
-
- 15 Jan, 2019 1 commit
-
-
Steven Murray authored
Replaced 'catch (cta::exception::Exception)' within 'Configuration.cpp' by 'catch (cta::exception::Exception &)' in order to avoid 'catch-value' compilation error on newer compilers
-
- 07 Jan, 2019 1 commit
-
-
Steven Murray authored
Removed unused ex variable from 'catch (cta::exception::Exception ex)' within common/Configuration.cpp
-
- 09 Sep, 2016 1 commit
-
-
Victor Kotlyar authored
-
- 15 Feb, 2016 2 commits
-
-
Steven Murray authored
-
Steven Murray authored
-
- 11 Feb, 2016 1 commit
-
-
Eric Cano authored
from castor in the exercise.
-
- 16 Jul, 2015 2 commits
-
-
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
-
- 15 Jul, 2015 2 commits
-
-
Steven Murray authored
-
Eric Cano authored
-
- 18 Feb, 2015 1 commit
-
-
Steven Murray authored
Fixed.
-
- 02 Dec, 2014 1 commit
-
-
Sebastien Ponce authored
Optimized retrieval of a castor configuration entry to not raise 'local' exceptions in case a default value is provided. This avoids to spend a lot of resources building the backtrace of these 'expected' exceptions
-
- 20 Nov, 2014 2 commits
-
-
Steven Murray authored
-
Steven Murray authored
-
- 03 Jul, 2014 1 commit
-
-
David COME authored
-
- 18 Jun, 2014 1 commit
-
-
Steven Murray authored
-
- 17 Jun, 2014 2 commits
-
-
Steven Murray authored
-
Steven Murray authored
-
- 15 May, 2014 1 commit
-
-
David COME authored
-
- 17 Mar, 2014 1 commit
-
-
Steven Murray authored
-
- 04 Feb, 2013 1 commit
-
-
Giuseppe Lo Presti authored
-
- 28 Nov, 2012 1 commit
-
-
Giuseppe Lo Presti authored
Patch provided by David Abdurachmanov (CMSSW).
-
- 21 Aug, 2012 1 commit
-
-
Sebastien Ponce authored
-
- 21 Jun, 2012 1 commit
-
-
Sebastien Ponce authored
Fixed bad usage of stl::map whereby a read access was actually a write access and thus the multithreaded access was dangerous
-
- 12 Jun, 2012 1 commit
-
-
Sebastien Ponce authored
Better implementation of the CastorConfiguration class. No inheritance from map anymore, simpler locks, and proper checks that the lock taking succeed
-
- 05 Jun, 2012 1 commit
-
-
Sebastien Ponce authored
Fixed a race condition between renewal of configuration and the check whether we should renew that looked at the config (for the timeout) outside of a read lock
-
- 24 May, 2012 1 commit
-
-
Eric Cano authored
-
- 22 May, 2012 1 commit
-
-
Steven Murray authored
the error-code of EIO if there is a problem opening the file.
-
- 21 May, 2012 2 commits
-
-
Steven Murray authored
castor::common::CastorConfiguration It would appear that there was two possible design choices, first implement the class as a map of maps or implement it an object containing a map of a map. Unfortunately both design choices appear to have been implemented which does not really work.
-
Giuseppe Lo Presti authored
-
- 16 May, 2012 1 commit
-
-
Sebastien Ponce authored
This involved moving the definition of basic exceptions to the libcastorcommon and thus adding dependencies to this library in a couple of places that depended only on libcastorclient
-