- 16 Jul, 2014 2 commits
-
-
David COME authored
-
David COME authored
-
- 15 Jul, 2014 2 commits
-
-
David COME authored
-
David COME authored
-
- 14 Jul, 2014 1 commit
-
-
David COME authored
-
- 09 Jul, 2014 1 commit
-
-
Eric Cano authored
Added support for cancellation of write tasks. This is used to flush tasks when tape read session is lost after a failed positioning.
-
- 04 Jul, 2014 1 commit
-
-
Eric Cano authored
Added a check for fresh block cleanliness in getFreeBlock (for both DataFifo in migrations and RecallMemoryManager).
-
- 03 Jul, 2014 1 commit
-
-
David COME authored
-
- 02 May, 2014 2 commits
-
-
David COME authored
Moved MemException from castor::tape::tapeserver::daemon to castor::tape::exceptions and changed the uses in the code The tapeserver/daemon/Exception.hpp was empty after that, he has been removed
-
David COME authored
-
- 24 Apr, 2014 1 commit
-
-
David COME authored
-
- 22 Apr, 2014 1 commit
-
-
David COME authored
-
- 17 Apr, 2014 2 commits
-
-
David COME authored
-
David COME authored
-
- 16 Apr, 2014 1 commit
-
-
Eric Cano authored
-
- 11 Apr, 2014 2 commits
-
-
Eric Cano authored
The new functionnality allows reading of tape blocks into the MemBlock. The size of the tape blocks is managed here.
-
David COME authored
-
- 07 Apr, 2014 2 commits
-
-
David COME authored
thus if m_failled is set at true, then the block is not usable
-
David COME authored
-
- 02 Apr, 2014 1 commit
-
-
David COME authored
-
- 01 Apr, 2014 1 commit
-
-
David COME authored
-
- 26 Mar, 2014 1 commit
-
-
Eric Cano authored
MemBlock, MemManager, MemManagerClient, MigrationJob, TapeReadFileTask, TapeReadTask, TapeSingleThreadInterface, TapeReadSingleThread, TapeWriteTask, TaskInjector into castor::tape::tapeserver::daemon
-
- 19 Mar, 2014 1 commit
-
-
David COME authored
Indeed, there was a clash into auto_ptr destructor (which does a delete) and the allocation which was done using new[]
-
- 10 Mar, 2014 1 commit
-
-
Daniele Kruse authored
-
- 12 Dec, 2013 1 commit
-
-
Eric Cano authored
Fixed inheritance from std::exception (const correctness of what()). This required declaring m_what mutable. Created a multithreaded unit test. Created an automatic exception thrower for unhandled errors. Ported from previous proof of concept the threading primitves and made them production level (with error checking). Added unit tests for threading primitives.
-
- 26 Nov, 2013 1 commit
-
-
Eric Cano authored
Lowercased/Upercased some namespace/class names for homogeneity.
-
- 05 Dec, 2013 2 commits
- 20 Aug, 2013 1 commit
-
-
Steven Murray authored
-
- 14 Aug, 2013 1 commit
-
-
Steven Murray authored
-
- 31 Jul, 2013 1 commit
-
-
Steven Murray authored
-
- 22 Jul, 2013 2 commits
-
-
Steven Murray authored
-
Steven Murray authored
-
- 28 Mar, 2013 1 commit
-
-
Giuseppe Lo Presti authored
-
- 20 Jan, 2005 1 commit
-
-
Sebastien Ponce authored
-
- 19 May, 2004 1 commit
-
-
Sebastien Ponce authored
Implementing correct usage of exceptions. This means that the serrno is correctly set in the C interface now. The correct way to display an error message now is thus to first use sstrerror and then use getErrorMessage for a complement of information
-
- 12 May, 2004 1 commit
-
-
Sebastien Ponce authored
-