- Jul 03, 2014
-
-
David COME authored
-
- Apr 03, 2014
-
-
Eric Cano authored
Fixed h/rfcntl.h which missed multiple inclusion guards entirely.
-
- Jan 15, 2014
-
-
Eric Cano authored
Added cleanup in the pending list of the c++ version of the library (for cases when dlf_init is not called.
-
- Jan 10, 2014
-
-
Eric Cano authored
-
- Nov 05, 2013
-
-
Steven Murray authored
-
Steven Murray authored
${MAJOR_CASTOR_VERSION} to: ${MAJOR_CASTOR_VERSION}.${MINOR_CASTOR_VERSION}
-
- Oct 26, 2013
-
-
Eric Cano authored
Fixed wrong COMPILE_SERVER default (now 1). Added many man pages installations. Created an empty placeholder libshift.c to prevent the confusion of cmake about this target (libshift is created by merely linking all of castor's libraries). Moved more configuration files to the (debatable) config diretory (it is also used for compilation configuration).
-
- Oct 24, 2013
-
-
Steven Murray authored
-
- Oct 23, 2013
-
-
Steven Murray authored
-
- Oct 21, 2013
-
-
Steven Murray authored
I have put back the CASTOR man page sections in the master branch. The good news is that I have been able to remove the perl processing of the CASTOR manual pages that was changing the simple numerical section numbers into CASTOR specific ones. Developers now just write their manual pages and the Imake system will not change the man page section within them. Therefore if a manual page should be part of the 8castor man page section then the developer should explicitly put 8castor in the .TH line and not just 8. Being explicit means the reader of the man source know what they will get.
-
- Oct 16, 2013
-
-
Steven Murray authored
In theory the tape library and its dependents are now build my cmake. This is a small drop in a very large ocean.
-
- Aug 07, 2013
-
-
Sebastien Ponce authored
Dropped publication of messages when they are first used (infamous MSGTEXT= in the /var/log/massage file)
-
- Mar 28, 2013
-
-
Giuseppe Lo Presti authored
-
- Dec 21, 2012
-
-
Sebastien Ponce authored
-
Sebastien Ponce authored
-
- Dec 10, 2012
-
-
Sebastien Ponce authored
integration of the monitoring of diskserver statuses in the diskmanagerd/transfermanagerd infrastrucutre. In particular rmmasterd, rmnoded and all the shared memory infrastructure have now disappeared
-
- Aug 20, 2012
-
-
Sebastien Ponce authored
-
- Aug 16, 2012
-
-
Sebastien Ponce authored
Cleanup some more defects and especially got rid of lot of useless code around network releated functions
-
- Jun 04, 2012
-
-
Giuseppe Lo Presti authored
-
- May 25, 2012
-
-
Giuseppe Lo Presti authored
-
- May 24, 2012
-
-
Sebastien Ponce authored
Changed the handling of logmasks. Now the configuration is always queried and the source is respected
-
- May 16, 2012
-
-
Sebastien Ponce authored
-
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
-
- Apr 27, 2012
-
-
Steven Murray authored
Moved all of the DLF parameter type 'defines' into the same file (h/dlf_api.h) and fixed freeing of a parameter name for raw parameters that don't have a name.
-
- Mar 29, 2012
-
-
Sebastien Ponce authored
Used it to put back the migration related messages in the tapegatewayd log
-
- Mar 22, 2012
-
-
Sebastien Ponce authored
-
Sebastien Ponce authored
-
Sebastien Ponce authored
-
Sebastien Ponce authored
Fixed timestamp issues with the dedicated cleanup logging facility. Extended the DLF api with a method taking a message string rather than a message number. This should be the only used from now on.
-
Sebastien Ponce authored
Implemented a possibility to log to syslog with a given timestamp. Also packaged the example rsyslog conf files
-
- Feb 21, 2012
-
-
Steven Murray authored
-
- Feb 13, 2012
-
-
Steven Murray authored
-
- Feb 09, 2012
-
-
Sebastien Ponce authored
-
- Sep 22, 2011
-
-
Sebastien Ponce authored
-
- Jun 15, 2011
-
-
Steven Murray authored
thread specific key named 'reg_key' rather than the associated pthread_once control variable named 'reg_key_once'. The comments in the function were clear so it was easy to correct the code.
-
- May 25, 2011
-
-
Dennis Waldron authored
-
- May 13, 2011
-
-
Steven Murray authored
I have replaced C++ comments in C code with C code comments. I have moved/changed variable declarations to not bream the ISO C90 rule against mixed declarations and code.
-
- Apr 06, 2011
-
-
Dennis Waldron authored
-
- Mar 22, 2011
-
-
Sebastien Ponce authored
- lot's of renaming. jobs are now transfers, client commands are named listtransfers, killtransfers and draintransfers, daemons are called diskmanagerd and transfermanagerd, packages are renamed accordingly, ... - a drain mode has been added to the transferdaemon to ease the retirement of machines running it - ports used are not colliding anymore with LSF so that we can let LSF run and only stop/start the jobmanagerd and the transfermanagerd when we switch from one mode to the other and back - the badmin command has dropped in favour of automatic, regular reload of all configuration files - client commands have been extended to allow restriction to a given diskpool and user - the listtransfer commands has been extended to display more parameters, depending on options (e.g. number of unique pending jobs in a pool, per protocols values) - reconnection to the ORACLE DB have been fixed - DLF logging has been fixed (both the wrapping of it through enums and the insertion of new facilities in the facility table)
-
- Mar 18, 2011
-
-
Eric Cano authored
Fixed a function leaving VID set when moving a tapecopy to MIG_RETRY.
-