summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/ImplRepo_Service
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1941 from knutpett/knutpett/remove_void_part2Johnny Willemsen2022-09-231-2/+2
|\
| * Part 2: Remove obsolescent (void) in functions with no parametersKnut Petter Svendsen2022-09-221-2/+2
* | Merge branch 'master' into format-securityAdam Mitz2022-09-1939-243/+243
|\ \ | |/
| * Remove obsolescent (void) in functions with no parametersKnut Petter Svendsen2022-09-1339-243/+243
* | Merge branch 'master' into format-securityJohnny Willemsen2022-09-1213-18/+0
|\ \ | |/
| * Fixed Redundant blank line at the end of a code block should be deletedKnut Petter Svendsen2022-09-104-5/+0
| * Remove leading blank lines after opening {Knut Petter Svendsen2022-09-103-3/+0
| * Removed extra newline before closing }Knut Petter Svendsen2022-09-102-2/+0
| * Replace 3 blank lines with just 2 blank linesKnut Petter Svendsen2022-09-092-2/+0
| * Remove extra newline after public, protected and privateKnut Petter Svendsen2022-09-093-5/+0
| * Fix trailing newline in class declarationsKnut Petter Svendsen2022-09-091-1/+0
* | Define ACE_TEXT_PRIs. Use to fix -Wformat-securityLuke Mewburn2022-09-101-9/+3
* | Fix -Wformat-security issues for wchar_tLuke Mewburn2022-09-021-3/+9
* | Fix -Wformat-security issuesLuke Mewburn2022-08-201-3/+3
|/
* Removed conv_lib.mpbAdam Mitz2021-08-311-5/+5
* Merge pull request #1457 from jwillemsen/jwi-redundantvoidJohnny Willemsen2021-03-1716-111/+111
|\
| * Removed redundant voidJohnny Willemsen2021-03-1716-111/+111
* | Refer to github issues/discussions instead of the mailing listsJohnny Willemsen2021-03-171-5/+2
|/
* Documentation, layout, C++11 changesJohnny Willemsen2021-03-095-5/+5
* Cleanup for vc6, use nullptr, remove redundant void, layout changesJohnny Willemsen2021-02-251-1/+1
* Removed checks for ACE_HAS_CPP11 and use std::atomic in more places in the TA...Johnny Willemsen2020-12-092-13/+1
* Instead of declaring private copy/assignment list them as deleted and added m...Johnny Willemsen2020-12-082-6/+8
* Remove checks for ACE_HAS_CPP11 and remove the code for C++03 now that we req...Johnny Willemsen2020-11-101-9/+1
* 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
* 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
* Default ping timeout is 1000ms, not 10msJohnny Willemsen2019-06-071-1/+1
* Revert changeJohnny Willemsen2019-06-061-1/+1
* 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
* In ping_replied when we get a death and we didn't wait for a ping but do get ...Johnny Willemsen2019-05-011-4/+28
* Within validate_ping move logging statement outside of the if so that we can ...Johnny Willemsen2019-05-011-8/+9
* Add missing Activator_Export macro to the Watchdog for MinGW unresolved symbo...Johnny Willemsen2019-04-271-1/+1
* Fixed compile error on non Windows platformsJohnny Willemsen2019-04-171-1/+2
* Start the process watcher before the rir of the ImplRepoServiceJohnny Willemsen2019-04-171-6/+5
* Tab chagnesJohnny Willemsen2019-04-172-49/+49
* Add process watchdog for WindowsJohnny Willemsen2019-04-172-15/+89
* Layout and const changesJohnny Willemsen2019-04-172-7/+4
* Layout changeJohnny Willemsen2019-04-161-1/+0
* When we have a listener disconnect and we have a notify child death enable ma...Johnny Willemsen2019-04-161-3/+42
* Const changesJohnny Willemsen2019-04-161-4/+4