summaryrefslogtreecommitdiff
path: root/TAO
Commit message (Expand)AuthorAgeFilesLines
* Corrected invalid define usage, same value, but logically not correctJohnny Willemsen2019-06-121-3/+3
* Remove handling of CORBA::TIMEOUT as part of the sendc_ping exception handlin...Johnny Willemsen2019-06-122-15/+0
* When sendc fails with a timeout mark the server as timed outJohnny Willemsen2019-06-111-1/+14
* Logging enhancementsJohnny Willemsen2019-06-112-8/+12
* Make use of an atomic for the refcount instead of a full mutexJohnny Willemsen2019-06-102-13/+18
* Commented out check for nill ping interval, breaks one unit testJohnny Willemsen2019-06-091-1/+1
* Const changeJohnny Willemsen2019-06-091-1/+1
* Change the refcount_ of LiveListener to a atomic which is more efficientJohnny Willemsen2019-06-092-19/+21
* Mark constructor as explicitJohnny Willemsen2019-06-071-1/+1
* Revert "Remove ORB runner as separate task, not necessary and only complicate...Johnny Willemsen2019-06-071-2/+21
* When there is no ping interval specified we don't need to ping a server at allJohnny Willemsen2019-06-071-1/+4
* Print defaults using the hardcoded define, not copy the value just in the out...Johnny Willemsen2019-06-071-8/+11
* Remove ORB runner as separate task, not necessary and only complicates this testJohnny Willemsen2019-06-071-21/+2
* Default ping timeout is 1000ms, not 10msJohnny Willemsen2019-06-071-1/+1
* No need to use a ACE_Time_Value to sleep a number of secondsJohnny Willemsen2019-06-071-2/+1
* Log process id in exit message using %PJohnny Willemsen2019-06-071-2/+1
* Make use of %P for logging the process idJohnny Willemsen2019-06-071-3/+3
* Revert changeJohnny Willemsen2019-06-061-1/+1
* Extended readmeJohnny Willemsen2019-06-061-0/+3
* Add ping timeout to default startup debug message and use the flag whether we...Johnny Willemsen2019-06-061-1/+3
* Logging enhancementsJohnny Willemsen2019-06-061-10/+17
* Remove redundant returnJohnny Willemsen2019-06-061-1/+0
* Log all exception details using _info, not just the type of exceptionJohnny Willemsen2019-06-062-3/+3
* Layout changesJohnny Willemsen2019-05-231-1/+0
* Use full path for clientJohnny Willemsen2019-05-231-1/+1
* Merge pull request #909 from jwillemsen/jwi-logginglayoutdiiJohnny Willemsen2019-05-2246-146/+70
|\
| * LayoutJohnny Willemsen2019-05-221-2/+0
| * Layout changeJohnny Willemsen2019-05-221-1/+0
| * Layout changesJohnny Willemsen2019-05-222-2/+1
| * Enhance debug messageJohnny Willemsen2019-05-221-1/+1
| * Various layout changesJohnny Willemsen2019-05-2210-48/+20
| * Layout changesJohnny Willemsen2019-05-221-2/+0
| * Layout changesJohnny Willemsen2019-05-226-7/+0
| * Logging text changeJohnny Willemsen2019-05-221-1/+1
| * Logging format changeJohnny Willemsen2019-05-221-1/+1
| * Consistent logging of request idJohnny Willemsen2019-05-226-12/+9
| * Log request id using [%d] so that we can more easily search itJohnny Willemsen2019-05-222-3/+3
| * Const fixJohnny Willemsen2019-05-221-1/+1
| * Just remove the argument name instead of using ACE_UNUSED_ARGJohnny Willemsen2019-05-221-6/+2
| * Layout changeJohnny Willemsen2019-05-221-4/+0
| * Layout changesJohnny Willemsen2019-05-227-12/+1
| * Layout and logging changesJohnny Willemsen2019-05-2210-44/+31
* | Layout changesJohnny Willemsen2019-05-221-145/+139
* | List all FaultTolerant tests separately and removed the helper run_test.pl wh...Johnny Willemsen2019-05-222-45/+4
|/
* Removed some empty linesJohnny Willemsen2019-05-211-4/+0
* More usage of TAO_ROOTJohnny Willemsen2019-05-2110-15/+14
* Make use of $ENV{TAO_ROOT}/orbsvcs instead of a relative pathJohnny Willemsen2019-05-2187-135/+134
* Use more TAO_ROOT as environment for a path, using startdir will not work cor...Johnny Willemsen2019-05-219-23/+13
* Use TAO_ROOT for tao_ft_namingJohnny Willemsen2019-05-2110-13/+13
* Tab changesJohnny Willemsen2019-05-211-14/+14