- 17 Aug, 2007 15 commits
-
-
Sebastien Ponce authored
Use ::dlf_isinitialized instead of our own version so that it works also when DLF is initialized from C
-
Dennis Waldron authored
-
Dennis Waldron authored
-
Sebastien Ponce authored
-
Sebastien Ponce authored
-
Sebastien Ponce authored
-
Sebastien Ponce authored
in disk2diskCopyDone, use the id of the source diskCopy instead of its state. This fixes bug #28336 where a migration took place concurrently to replication and the status of the diskcopies were inconsistent at the end
-
Sebastien Ponce authored
-
Sebastien Ponce authored
-
Sebastien Ponce authored
-
Sebastien Ponce authored
-
Sebastien Ponce authored
-
Sebastien Ponce authored
Added message range for the ORACLE library and defined a VERBOSE error level for which messages are just ignored.
-
Maria Isabel Martin authored
-
Sebastien Ponce authored
Improved handling of prepareForMigration when file was deleted during transfer. Do not report any failure but log the fact that we recognized the situation and acted accordingly
-
- 16 Aug, 2007 17 commits
-
-
Sebastien Ponce authored
-
Sebastien Ponce authored
Improved logging into DLF. You can now declare new messages even before DLF was initialized. Very useful for libraries loaded before the main is called \!
-
Sebastien Ponce authored
-
Sebastien Ponce authored
-
Sebastien Ponce authored
-
Sebastien Ponce authored
-
Victor Kotlyar authored
-
Sebastien Ponce authored
-
Sebastien Ponce authored
-
Sebastien Ponce authored
-
Sebastien Ponce authored
-
Sebastien Ponce authored
-
Sebastien Ponce authored
-
Dennis Waldron authored
-
Maria Isabel Martin authored
-
Arne Wiebalck authored
to "tape not mounted or not ready").
-
Dennis Waldron authored
Fixed 64bit stager segmentation fault. In c++ NULL is an integral constant, while in C it is a defined pointer constant. As a result NULL in va_arg lists must be type cast to const char * especially on 64 bit platforms otherwise the behaviour is undefined. - Refer to http://lwn.net/Articles/93574/ for a nice article on NULL vs 0
-
- 15 Aug, 2007 6 commits
-
-
Sebastien Ponce authored
-
Sebastien Ponce authored
-
Sebastien Ponce authored
-
Sebastien Ponce authored
-
Sebastien Ponce authored
-
Sebastien Ponce authored
-
- 14 Aug, 2007 2 commits
-
-
Sebastien Ponce authored
-
Sebastien Ponce authored
Created a Disk only test suite and included it in the framework. At the time, this tests only the forcing of fileclasses and needs 2 new extra parameters to be set in the config file : DISKONLY_SVCCLASS and FORCED_FILECLASS
-