- May 21, 2019
-
-
Cedric CAFFY authored
-
- Aug 03, 2018
-
-
Steven Murray authored
-
- Jun 12, 2018
-
-
Anastasia Karachaliou authored
-
Anastasia Karachaliou authored
-
- May 29, 2018
-
-
Steven Murray authored
-
Steven Murray authored
-
- Mar 15, 2018
-
-
Steven Murray authored
-
Eric Cano authored
-
Eric Cano authored
This will allow diagnosing instances where rados (supposedly) throws exceptions (supposedly std::error_code).
-
- Jan 26, 2018
-
-
Steven Murray authored
-
- Jan 11, 2018
-
-
Anastasia Karachaliou authored
-
- Sep 30, 2017
-
-
Eric Cano authored
We do not do a stat before reading. Instead we ask for an arbitrarily big read, and find out the size of the data while reading. This avoids a race condition in lockfree reads where we failed to get the full object if it got re-written to a bigger size between stat an read.
-
- Aug 15, 2017
-
-
Michael Davis authored
-
- Dec 13, 2016
-
-
Steven Murray authored
-
- Nov 16, 2016
-
-
Eric Cano authored
Moved XrootCl exception and thrower to cta::exception
-
- Aug 31, 2016
-
-
Victor Kotlyar authored
-
Victor Kotlyar authored
common/exception. Removed tapeserver/castor/exception dir.
-
- Aug 30, 2016
-
-
Victor Kotlyar authored
cta::exception::TimeOut
-
Victor Kotlyar authored
cta::exception::OutOfMemory
-
Victor Kotlyar authored
cta::exception::NotAnOwner
-
Victor Kotlyar authored
cta::exception::NoPortInRange
-
Victor Kotlyar authored
cta::exception::NoEntry
-
Victor Kotlyar authored
cta::exception::MemException
-
Victor Kotlyar authored
cta::exception::MissingOperand
-
Victor Kotlyar authored
-
Victor Kotlyar authored
cta::exception::InvalidConfigEntry
-
Victor Kotlyar authored
cta::exception::InvalidArgument
-
Victor Kotlyar authored
cta::exception::EndOfFile
-
Victor Kotlyar authored
cta::exception::CommandLineNotParsed
-
Victor Kotlyar authored
cta::exception::BadAlloc
-
- Aug 29, 2016
-
-
Victor Kotlyar authored
cta::exception::AcceptConnectionInterrupted
-
- Jul 18, 2016
-
-
Eric Cano authored
Fixed libraby linking which led to multiple initialization of static variable (detected by valgrind's drd). Worked around cmake's failing dependency management for generated protocol buffer sources (double make in spec file). Partially fixed the first data transfer session unit test (still disabled). Fixed a typo in an error message.
-
- Jul 08, 2016
-
-
Daniele Kruse authored
Added the retryable error exception and added the catching of different backend exceptions in the frontend
-
- Jul 07, 2016
-
-
Eric Cano authored
Implementation of the top level retrieve request queueing in Scheduler.
-
- Jul 05, 2016
-
-
Steven Murray authored
-
Steven Murray authored
-
- Mar 17, 2016
-
-
Eric Cano authored
and integrated tpconfig support as well. Fixed exception losing its initial content after appending with getMessage() <<
-
- Mar 16, 2016
-
-
Eric Cano authored
the parsing of cta.conf. Renamed TponfigLines class to Tpconfig. Unit tested the class. Fixed message value of Errnum being overwritten when "ex.getMessage() <<" construct is used on the object.
-
- Feb 23, 2016
-
-
Steven Murray authored
-
Steven Murray authored
-