summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Naming/FaultTolerant
Commit message (Expand)AuthorAgeFilesLines
* Remove obsolescent (void) in functions with no parametersKnut Petter Svendsen2022-09-136-14/+14
* Fixed Redundant blank line at the end of a code block should be deletedKnut Petter Svendsen2022-09-103-4/+0
* Remove leading blank lines after opening {Knut Petter Svendsen2022-09-107-25/+0
* Fix trailing newline in class declarationsKnut Petter Svendsen2022-09-091-1/+0
* Fix more blank line issuesKnut Petter Svendsen2022-09-091-2/+0
* Make use of ACE_FALLTHROUGHJohnny Willemsen2022-04-231-2/+2
* Fixed g++ warning, use override/defaultJohnny Willemsen2021-11-1620-131/+33
* Installed tree doesn't have double orbsvcs pathJohnny Willemsen2021-11-122-4/+2
* Fix auto_ptr and fallthrough warningsJohnny Willemsen2021-09-091-0/+1
* Fixed fallthrough warningsJohnny Willemsen2021-07-011-0/+1
* Make use of std::nothrow/std::nothrow_t/std::badalloc, ACE macros for these a...Johnny Willemsen2021-06-062-3/+3
* All compilers we support provide ACE_HAS_NEW_NOTHROWJohnny Willemsen2021-06-062-19/+3
* Merge pull request #1460 from jwillemsen/jwi-interrorJohnny Willemsen2021-03-241-7/+7
|\
| * Remove redundant voidJohnny Willemsen2021-03-231-7/+7
* | Layout/void cleanupJohnny Willemsen2021-03-191-1/+1
|/
* Merge pull request #1458 from jwillemsen/jwi-cleanupJohnny Willemsen2021-03-171-3/+3
|\
| * Minor cleanupJohnny Willemsen2021-03-171-3/+3
* | Removed redundant voidJohnny Willemsen2021-03-171-4/+4
|/
* Documentation, layout, C++11 changesJohnny Willemsen2021-03-092-2/+2
* Removed redundant voidJohnny Willemsen2020-12-0811-42/+42
* Removed old comments before constructor/destructorJohnny Willemsen2019-08-194-10/+0
* Fix typos in documentationJohnny Willemsen2017-08-081-1/+1
* Use true/falseJohnny Willemsen2017-08-011-1/+1
* Misc. fixes for coverity issues an test output.Phil Mesnier2017-04-022-3/+5
* Fixing the preamble for a .cpp filePhil Mesnier2017-03-291-1/+9
* Fuzz and versioned build fixesPhil Mesnier2017-03-284-7/+15
* Correcting for fuzz and reviewer caught issues.Phil Mesnier2017-03-283-54/+9
* Adding enhanced hot-standby feature to FT_Naming_Service based on code added ...Phil Mesnier2017-03-2714-1081/+1221
* Fixed typoJohnny Willemsen2017-01-021-1/+1
* fixing up identified issuesPhil Mesnier2016-03-041-2/+0
* Bring over recent fixes and enhancements to the FaultTolerant / LoadBalancing...Phil Mesnier2016-03-045-498/+632
* Shorten file headersJohnny Willemsen2015-01-073-4/+0
* Remove doxygen style Id tag with two space before $Id#Johnny Willemsen2015-01-0710-20/+0
* Removed single line Id tagJohnny Willemsen2015-01-079-16/+0
* Zapped Id tagJohnny Willemsen2015-01-078-16/+0
* Catch exceptions as constJohnny Willemsen2014-12-113-4/+4
* Mon Oct 20 15:37:35 UTC 2014 Phil Mesnier <mesnier_p@ociweb.com>Phil Mesnier2014-10-202-4/+1
* Thu Jul 17 13:19:54 UTC 2014 Phil Mesnier <mesnier_p@ociweb.com>Phil Mesnier2014-07-172-5/+5
* Tue Jun 17 16:10:49 UTC 2014 Phil Mesnier <mesnier_p@ociweb.com>Phil Mesnier2014-06-172-3/+13
* Thu Jun 5 22:03:18 UTC 2014 Phil Mesnier <mesnier_p@ociweb.com>Phil Mesnier2014-06-053-24/+63
* Thu May 29 17:01:45 UTC 2014 Phil Mesnier <mesnier_p@ociweb.com>Phil Mesnier2014-05-296-32/+143
* Sat Aug 10 17:11:21 UTC 2013 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2013-08-104-12/+6
* Fri Aug 9 14:56:20 UTC 2013 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2013-08-094-6/+12
* Wed Aug 7 07:05:41 UTC 2013 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2013-08-074-12/+6
* ChangeLogTag: Fri Apr 12 22:41:43 UTC 2013 Adam Mitz <mitza@ociweb.com>mitza2013-04-128-128/+136
* Fixed warnings on implicit conversion of _var types, race condition in FT_Nam...stanleyk2013-03-091-1/+1
* Fix various compilation issues for QNX and LynxOSstanleyk2013-03-083-8/+10
* Revise startup functionality for FT_Naming_Servicestanleyk2013-03-082-160/+187
* Fix memory leaks related to not cleaning up returned object group from add_me...stanleyk2013-03-011-7/+5
* Modify nsgroup command line interface to only support round robinlabancap2013-02-264-33/+60