- 27 Nov, 2008 2 commits
-
-
Steven Murray authored
Fixed Imakefile so that it compiles dlf in the dlf directory and common in the common directory (they were buidling each other in each other's directory????), and added the right depth (right number of ../) to the location of the dependent library directories. Added RTCPDErrorMessage exception.
-
Steven Murray authored
-
- 26 Nov, 2008 20 commits
-
-
Dennis Waldron authored
-
Dennis Waldron authored
-
Sebastien Ponce authored
-
Dennis Waldron authored
-
Steven Murray authored
-
Sebastien Ponce authored
-
Sebastien Ponce authored
-
Sebastien Ponce authored
-
Sebastien Ponce authored
-
Sebastien Ponce authored
-
Sebastien Ponce authored
- creation of small libraries per component, all called libcastor<component> and all lower case named. Note some renaming in the existing names, like libcastorCommonOra -> libcastorcommonora - suppression of libshift for internal use, preferring to use a restricted set of small libraries. libshift only exists now for backward compatibility reasons on the client side and does not contain any code, only dependencies to the new libraries - creation of easy build targets, such as NormalProgramTarget, SharedLibraryTarget or EXEMANPAGE. Look at examples on how to use them - proper enforcement of all Makefiles dependencies, using DependOnLibrary macro - automation of a lot of nasty repetitive actions, e.g. looping on subdirectories for all Makefile standard targets - dropped support for many outdated (to say the least) external tools. e.g. hpss, cray OS, dbana, ....
-
Sebastien Ponce authored
-
Sebastien Ponce authored
-
Sebastien Ponce authored
-
Sebastien Ponce authored
-
Dennis Waldron authored
-
Dennis Waldron authored
-
Sebastien Ponce authored
work around for initialization of the getUpdateTime. We should give the value found in the nameserver here. As an hotfix, we did put getTime() but this may clash with the nameserver creationtime if it does not happen in the same second, so we remove 10s for safety, as a hotfix of the hotfix
-
Sebastien Ponce authored
-
Sebastien Ponce authored
-
- 25 Nov, 2008 18 commits
-
-
Steven Murray authored
message.
-
Dennis Waldron authored
-
Dennis Waldron authored
-
Sebastien Ponce authored
-
Sebastien Ponce authored
Fixed typo, improved explanation concerning -S option and introduced the new output format for '*' service class
-
Sebastien Ponce authored
-
Sebastien Ponce authored
-
Nicola Bessone authored
-
Nicola Bessone authored
Block formated migrations).
-
Giuseppe Lo Presti authored
-
Steven Murray authored
to propagate errors through function calls.
-
Steven Murray authored
aggregator.
-
Steven Murray authored
an acknowledgment back to the VDQM.
-
Steven Murray authored
-
Steven Murray authored
Protected the VDQM from RTCOPY acknowledgement messages which are simply too small. The VDQM always assumed that there was at least 5 bytes of message body, however the current implementation of the tape aggregator incorrectly sends only 1 byte and the VDQM crashes with a segmentation fault. This fixes causes the VDQM to log an error and to reset the request and drive in questions.
-
Steven Murray authored
-
Sebastien Ponce authored
adapted to new interface of rtcpcld_updcRecallFailed and avoid trying to delete file when it was not even yet created
-
Sebastien Ponce authored
-