- 14 Apr, 2014 9 commits
-
-
David COME authored
-
David COME authored
-
David COME authored
-
David COME authored
-
David COME authored
-
David COME authored
Fixed stupid new line at the end of the file for SLC5 in DiskReadThreadPool.cpp and DiskWriteTask.cpp
-
David COME authored
-
David COME authored
m_failled->m_failed, capacity -> totalCapacity
-
https://git.cern.ch/kerberos/CASTORDavid COME authored
Conflicts: castor/tape/tapeserver/daemon/DiskReadTask.hpp castor/tape/tapeserver/daemon/DiskWriteTask.hpp castor/tape/tapeserver/daemon/MemBlock.hpp
-
- 11 Apr, 2014 15 commits
-
-
Eric Cano authored
-
Eric Cano authored
-
Eric Cano authored
-
Eric Cano authored
-
Eric Cano authored
The new functionnality allows reading of tape blocks into the MemBlock. The size of the tape blocks is managed here.
-
Eric Cano authored
-
Eric Cano authored
-
Eric Cano authored
Only affects the debuf version with file and line numbers.
-
David COME authored
-
David COME authored
-
David COME authored
-
David COME authored
-
David COME authored
The exceptions are now SErrnum instead of Errnum (because rfio sets serrno and not errno. Also the destructor cantno longer let an exception escape
-
David COME authored
-
David COME authored
-
- 10 Apr, 2014 16 commits
-
-
Eric Cano authored
The upcoming modofication will change the tape file interface, switching from the ad-hoc Fileinfo structure to just using the structure from the network messages directly. We will not update those little used test programs.
-
Eric Cano authored
This will impact the unit tests and make them more talking, showing the logs as they come. We might want to make this behavior optional in the long run (to limit the logs in the automatic builds).
-
Eric Cano authored
Fixed comment: the default serrno for castor::exception::Exception(std::string) is SEINTERNAL, not 0.
-
David COME authored
RecallMemoryManager is the memory manager dedicated to the recall. All recall-related files are now using RecallMemoryManager
-
David COME authored
-
David COME authored
-
David COME authored
-
David COME authored
Thus, threads' begins and ends are logged with the threadID
-
David COME authored
-
David COME authored
Some ambigous namespaces no well supported by g++ 4.1
-
David COME authored
-
David COME authored
-
David COME authored
-
David COME authored
And removed functions that were previously removed from DiskWriteTaskInterface
-
David COME authored
-
David COME authored
-